Shortly after I log in to the minecraft launcher, my minecraft window finishes loading and turns black, then closes abruptly. I continuously receive the error report below:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x512fef40, pid=2452, tid=5536
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpotâ„¢ Client VM (23.7-b01 mixed mode windows-x86 )
# Problematic frame:
# C 0x512fef40
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun...eport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x4a62a400): JavaThread "Minecraft main thread" daemon [_thread_in_native, id=5536, stack(0x4f240000,0x4f290000)]
EAX=0xab4f470f is an unknown value
EBX=0x5118fa80 is an unknown value
ECX=0x51145000 is an unknown value
EDX=0x00000004 is an unknown value
ESP=0x4f28ef54 is pointing into the stack for thread: 0x4a62a400
EBP=0x510c7e90 is an unknown value
ESI=0x50b98540 is an unknown value
EDI=0x4f28efa4 is pointing into the stack for thread: 0x4a62a400
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 157248K, used 105960K [0x04400000, 0x0eea0000, 0x19950000)
eden space 139776K, 75% used [0x04400000, 0x0ab7a128, 0x0cc80000)
from space 17472K, 0% used [0x0cc80000, 0x0cc80000, 0x0dd90000)
to space 17472K, 0% used [0x0dd90000, 0x0dd90000, 0x0eea0000)
tenured generation total 349568K, used 0K [0x19950000, 0x2eeb0000, 0x44400000)
the space 349568K, 0% used [0x19950000, 0x19950000, 0x19950200, 0x2eeb0000)
compacting perm gen total 13568K, used 13426K [0x44400000, 0x45140000, 0x48400000)
the space 13568K, 98% used [0x44400000, 0x4511c9c8, 0x4511ca00, 0x45140000)
No shared spaces configured.
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun...eport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
I would suggest taking and reporting the bug, based on the report.
Have you taken the basic steps? (Getting new .jar, re-installing java?)
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x512fef40, pid=2452, tid=5536
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpotâ„¢ Client VM (23.7-b01 mixed mode windows-x86 )
# Problematic frame:
# C 0x512fef40
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun...eport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x4a62a400): JavaThread "Minecraft main thread" daemon [_thread_in_native, id=5536, stack(0x4f240000,0x4f290000)]
siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x512fef40
Registers:
EAX=0xab4f470f, EBX=0x5118fa80, ECX=0x51145000, EDX=0x00000004
ESP=0x4f28ef54, EBP=0x510c7e90, ESI=0x50b98540, EDI=0x4f28efa4
EIP=0x512fef40, EFLAGS=0x00010246
Top of Stack: (sp=0x4f28ef54)
0x4f28ef54: 4fb180e2 5118fa80 00000002 510c7e90
0x4f28ef64: 4f28f004 00000000 00000001 00000004
0x4f28ef74: 510c90b0 519a3788 00000000 00000000
0x4f28ef84: 00000001 00000001 00000000 512fef40
0x4f28ef94: 00000000 510c7e90 50b98540 51145000
0x4f28efa4: ab4f470f 0000109a 7dccccce 7dccccce
0x4f28efb4: 7dccccce fdccccce fdccccce fdccccce
0x4f28efc4: 4facd2b5 4f28efa4 00000000 00001fa0
Instructions: (pc=0x512fef40)
0x512fef20: 00 00 00 00 03 00 0b 00 00 00 00 0f 00 00 00 00
0x512fef30: 02 00 00 00 00 00 0b 00 00 00 00 00 00 00 00 00
0x512fef40: 55 8b ec 53 56 57 8b d9 8b ca 8b 75 08 81 e1 fc
0x512fef50: ff ff ff 0f 28 83 90 04 00 00 0f 28 8b d0 04 00
Register to memory mapping:
EAX=0xab4f470f is an unknown value
EBX=0x5118fa80 is an unknown value
ECX=0x51145000 is an unknown value
EDX=0x00000004 is an unknown value
ESP=0x4f28ef54 is pointing into the stack for thread: 0x4a62a400
EBP=0x510c7e90 is an unknown value
ESI=0x50b98540 is an unknown value
EDI=0x4f28efa4 is pointing into the stack for thread: 0x4a62a400
Stack: [0x4f240000,0x4f290000], sp=0x4f28ef54, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x512fef40
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.GL11.nglClear(IJ)V+0
j org.lwjgl.opengl.GL11.glClear(I)V+15
j org.lwjgl.opengl.Display.initContext()V+16
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+97
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+9
j net.minecraft.client.Minecraft.a()V+177
j avp.a()V+94
j net.minecraft.client.Minecraft.run()V+6
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
=>0x4a62a400 JavaThread "Minecraft main thread" daemon [_thread_in_native, id=5536, stack(0x4f240000,0x4f290000)]
0x4a628c00 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4236, stack(0x4b160000,0x4b1b0000)]
0x4a62a000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5040, stack(0x4d7d0000,0x4d820000)]
0x4b51d800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=5164, stack(0x4b0b0000,0x4b100000)]
0x0019b000 JavaThread "DestroyJavaVM" [_thread_blocked, id=5840, stack(0x00a40000,0x00a90000)]
0x4b331000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3436, stack(0x4d660000,0x4d6b0000)]
0x4b2d8400 JavaThread "TimerQueue" daemon [_thread_blocked, id=3260, stack(0x4d430000,0x4d480000)]
0x4b2dc000 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=3672, stack(0x4d5c0000,0x4d610000)]
0x4a77e000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4912, stack(0x4ab30000,0x4ab80000)]
0x4a77d400 JavaThread "AWT-Shutdown" [_thread_blocked, id=5348, stack(0x4a900000,0x4a950000)]
0x4a77a800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2596, stack(0x4aa50000,0x4aaa0000)]
0x4a617c00 JavaThread "Service Thread" daemon [_thread_blocked, id=5836, stack(0x4a9c0000,0x4aa10000)]
0x4a5fe000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3584, stack(0x4a800000,0x4a850000)]
0x4a5fa000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4492, stack(0x00980000,0x009d0000)]
0x4a5f6c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5088, stack(0x01830000,0x01880000)]
0x4a5a3800 JavaThread "Finalizer" daemon [_thread_blocked, id=4304, stack(0x4a490000,0x4a4e0000)]
0x017fc400 JavaThread "Reference Handler" daemon [_thread_blocked, id=4372, stack(0x01da0000,0x01df0000)]
Other Threads:
0x017f8400 VMThread [stack: 0x4a550000,0x4a5a0000] [id=1212]
0x4a631400 WatcherThread [stack: 0x4a430000,0x4a480000] [id=4204]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 157248K, used 105960K [0x04400000, 0x0eea0000, 0x19950000)
eden space 139776K, 75% used [0x04400000, 0x0ab7a128, 0x0cc80000)
from space 17472K, 0% used [0x0cc80000, 0x0cc80000, 0x0dd90000)
to space 17472K, 0% used [0x0dd90000, 0x0dd90000, 0x0eea0000)
tenured generation total 349568K, used 0K [0x19950000, 0x2eeb0000, 0x44400000)
the space 349568K, 0% used [0x19950000, 0x19950000, 0x19950200, 0x2eeb0000)
compacting perm gen total 13568K, used 13426K [0x44400000, 0x45140000, 0x48400000)
the space 13568K, 98% used [0x44400000, 0x4511c9c8, 0x4511ca00, 0x45140000)
No shared spaces configured.
Card table byte_map: [0x4a200000,0x4a430000] byte_map_base: 0x4a1de000
Polling page: 0x00180000
Code Cache [0x02400000, 0x02618000, 0x04400000)
total_blobs=1340 nmethods=1012 adapters=262 free_code_cache=30636Kb largest_free_block=31371456
Compilation events (10 events):
Event: 14.164 Thread 0x4a5fe000 1013 sun.security.util.ManifestEntryVerifier::verify (272 bytes)
Event: 14.166 Thread 0x4a5fe000 nmethod 1013 0x0260f588 code [0x0260f770, 0x0260fd4c]
Event: 14.170 Thread 0x4a5fe000 1014 java.util.jar.JarFile::maybeInstantiateVerifier (96 bytes)
Event: 14.171 Thread 0x4a5fe000 nmethod 1014 0x02610788 code [0x02610900, 0x02610b84]
Event: 14.449 Thread 0x4a5fe000 1016 sun.reflect.Reflection::quickCheckMemberAccess (10 bytes)
Event: 14.449 Thread 0x4a5fe000 nmethod 1016 0x02611488 code [0x02611580, 0x0261161c]
Event: 14.544 Thread 0x4a5fe000 1017 java.util.jar.JarVerifier$VerifierStream::read (103 bytes)
Event: 14.544 Thread 0x4a5fe000 nmethod 1017 0x02611688 code [0x026117b0, 0x026119c4]
Event: 14.634 Thread 0x4a5fe000 1018 java.util.HashSet::contains (9 bytes)
Event: 14.634 Thread 0x4a5fe000 nmethod 1018 0x02614d48 code [0x02614e50, 0x02614eec]
GC Heap History (0 events):
No events
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 14.602 Thread 0x4a62a400 Threw 0x0aa70ec0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 14.602 Thread 0x4a62a400 Threw 0x0aa71280 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 14.635 Thread 0x4a62a400 Threw 0x0aa92548 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 14.635 Thread 0x4a62a400 Threw 0x0aa92970 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 14.636 Thread 0x4a62a400 Threw 0x0aa95b30 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 14.636 Thread 0x4a62a400 Threw 0x0aa95f28 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 14.636 Thread 0x4a62a400 Threw 0x0aa99048 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 14.637 Thread 0x4a62a400 Threw 0x0aa99470 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 14.638 Thread 0x4a62a400 Threw 0x0aa9caa0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 14.638 Thread 0x4a62a400 Threw 0x0aa9ce60 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:1166
Events (10 events):
Event: 14.604 Executing VM operation: RevokeBias
Event: 14.604 Executing VM operation: RevokeBias done
Event: 14.634 loading class 0x4ea15308
Event: 14.634 loading class 0x4ea15308 done
Event: 14.636 loading class 0x4ea114e8
Event: 14.636 loading class 0x4ea114e8 done
Event: 14.636 loading class 0x4ea15d88
Event: 14.636 loading class 0x4ea15d88 done
Event: 14.638 loading class 0x4b600120
Event: 14.638 loading class 0x4b600120 done
Dynamic libraries:
0x00ad0000 - 0x00aff000 C:\Program Files\Java\jre7\bin\javaw.exe
0x77d80000 - 0x77ea8000 C:\Windows\system32\ntdll.dll
0x76710000 - 0x767ec000 C:\Windows\system32\kernel32.dll
0x767f0000 - 0x768b6000 C:\Windows\system32\ADVAPI32.dll
0x77780000 - 0x77843000 C:\Windows\system32\RPCRT4.dll
0x77f30000 - 0x77fcd000 C:\Windows\system32\USER32.dll
0x77680000 - 0x776cb000 C:\Windows\system32\GDI32.dll
0x756e0000 - 0x7587e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18305_none_5cb72f2a088b0ed3\COMCTL32.dll
0x775d0000 - 0x7767a000 C:\Windows\system32\msvcrt.dll
0x76540000 - 0x76599000 C:\Windows\system32\SHLWAPI.dll
0x765a0000 - 0x765be000 C:\Windows\system32\IMM32.DLL
0x769e0000 - 0x76aa8000 C:\Windows\system32\MSCTF.dll
0x77f20000 - 0x77f29000 C:\Windows\system32\LPK.DLL
0x776d0000 - 0x7774d000 C:\Windows\system32\USP10.dll
0x61ea0000 - 0x61f5e000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x5e070000 - 0x5e3bc000 C:\Program Files\Java\jre7\bin\client\jvm.dll
0x70490000 - 0x70497000 C:\Windows\system32\WSOCK32.dll
0x77bc0000 - 0x77bed000 C:\Windows\system32\WS2_32.dll
0x77ec0000 - 0x77ec6000 C:\Windows\system32\NSI.dll
0x73eb0000 - 0x73ee2000 C:\Windows\system32\WINMM.dll
0x765c0000 - 0x76705000 C:\Windows\system32\ole32.dll
0x764b0000 - 0x7653d000 C:\Windows\system32\OLEAUT32.dll
0x73e70000 - 0x73eae000 C:\Windows\system32\OLEACC.dll
0x77eb0000 - 0x77eb7000 C:\Windows\system32\PSAPI.DLL
0x73ff0000 - 0x73ffc000 C:\Program Files\Java\jre7\bin\verify.dll
0x6eef0000 - 0x6ef10000 C:\Program Files\Java\jre7\bin\java.dll
0x6e0b0000 - 0x6e0c3000 C:\Program Files\Java\jre7\bin\zip.dll
0x5db10000 - 0x5dc52000 C:\Program Files\Java\jre7\bin\awt.dll
0x75180000 - 0x751bf000 C:\Windows\system32\uxtheme.dll
0x76ab0000 - 0x775c1000 C:\Windows\system32\SHELL32.dll
0x6dca0000 - 0x6dcac000 C:\Windows\system32\DWMAPI.DLL
0x6b800000 - 0x6b9ba000 C:\Windows\system32\d3d9.dll
0x75aa0000 - 0x75aa8000 C:\Windows\system32\VERSION.dll
0x6e380000 - 0x6e386000 C:\Windows\system32\d3d8thk.dll
0x6b000000 - 0x6b309000 C:\Windows\system32\atiumdag.dll
0x4b820000 - 0x4bbdd000 C:\Windows\system32\atiumdva.dll
0x694a0000 - 0x694ca000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x6e090000 - 0x6e0a4000 C:\Program Files\Java\jre7\bin\net.dll
0x00ac0000 - 0x00ac5000 C:\Windows\system32\mswsock.dll
0x75a50000 - 0x75a8b000 \\.\globalroot\systemroot\system32\mswsock.dll
0x75ad0000 - 0x75ae5000 C:\Windows\system32\Cabinet.dll
0x768c0000 - 0x769d1000 C:\Windows\system32\urlmon.dll
0x77a00000 - 0x77bb8000 C:\Windows\system32\iertutil.dll
0x77850000 - 0x7796b000 C:\Windows\system32\WININET.dll
0x77fd0000 - 0x77fd3000 C:\Windows\system32\Normaliz.dll
0x762d0000 - 0x762e4000 C:\Windows\system32\Secur32.dll
0x75d30000 - 0x75e23000 C:\Windows\system32\CRYPT32.dll
0x75f10000 - 0x75f22000 C:\Windows\system32\MSASN1.dll
0x762f0000 - 0x7630e000 C:\Windows\system32\USERENV.dll
0x75a20000 - 0x75a4d000 C:\Windows\system32\WINTRUST.dll
0x77750000 - 0x7777a000 C:\Windows\system32\imagehlp.dll
0x75ab0000 - 0x75ab5000 C:\Windows\System32\wship6.dll
0x74000000 - 0x7400e000 C:\Program Files\Java\jre7\bin\nio.dll
0x75ee0000 - 0x75f0c000 C:\Windows\system32\DNSAPI.dll
0x70980000 - 0x7098f000 C:\Windows\system32\napinsp.dll
0x70940000 - 0x70952000 C:\Windows\system32\pnrpnsp.dll
0x70970000 - 0x70978000 C:\Windows\System32\winrnr.dll
0x77ed0000 - 0x77f19000 C:\Windows\system32\WLDAP32.dll
0x707a0000 - 0x707c1000 C:\Program Files\Bonjour\mdnsNSP.dll
0x75c90000 - 0x75ca9000 C:\Windows\system32\Iphlpapi.dll
0x75c50000 - 0x75c85000 C:\Windows\system32\dhcpcsvc.DLL
0x75ed0000 - 0x75ed7000 C:\Windows\system32\WINNSI.DLL
0x75c20000 - 0x75c42000 C:\Windows\system32\dhcpcsvc6.DLL
0x75880000 - 0x758bb000 C:\Windows\system32\rsaenh.dll
0x71eb0000 - 0x71eb6000 C:\Windows\system32\rasadhlp.dll
0x75520000 - 0x75525000 C:\Windows\System32\wshtcpip.dll
0x6b760000 - 0x6b780000 C:\Program Files\Java\jre7\bin\sunec.dll
0x62b30000 - 0x62b61000 C:\Program Files\Java\jre7\bin\t2k.dll
0x77970000 - 0x779f4000 C:\Windows\system32\CLBCatQ.DLL
0x727a0000 - 0x72894000 C:\Windows\system32\WindowsCodecs.dll
0x76270000 - 0x7629c000 C:\Windows\system32\apphelp.dll
0x6bd10000 - 0x6bd2f000 C:\Windows\system32\EhStorShell.dll
0x729a0000 - 0x72a5b000 C:\Windows\system32\PROPSYS.dll
0x698a0000 - 0x69abf000 C:\Program Files\Microsoft Office\Office12\GrooveShellExtensions.dll
0x6b490000 - 0x6b583000 C:\Program Files\Microsoft Office\Office12\GrooveUtil.DLL
0x752c0000 - 0x7535b000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCR80.dll
0x6c060000 - 0x6c067000 C:\Program Files\Microsoft Office\Office12\GrooveNew.DLL
0x6bcf0000 - 0x6bd0b000 C:\Windows\WinSxS\x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d1cb102c435421de\ATL80.DLL
0x754b0000 - 0x754b5000 C:\Windows\system32\MSImg32.dll
0x6f190000 - 0x6f199000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x4aff0000 - 0x4b05b000 C:\Users\Kris\AppData\Roaming\.minecraft\bin\natives\lwjgl.dll
0x621b0000 - 0x6227b000 C:\Windows\system32\OPENGL32.dll
0x6b730000 - 0x6b753000 C:\Windows\system32\GLU32.dll
0x6bb90000 - 0x6bc75000 C:\Windows\system32\DDRAW.dll
0x6be30000 - 0x6be36000 C:\Windows\system32\DCIMAN32.dll
0x77bf0000 - 0x77d7a000 C:\Windows\system32\SETUPAPI.dll
0x6ef10000 - 0x6ef16000 C:\Program Files\Java\jre7\bin\jawt.dll
0x4fa40000 - 0x502f9000 C:\Windows\system32\atioglxx.dll
0x6f760000 - 0x6f83c000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Xms512m -Xmx1024m
java_command: C:\Users\Kris\Documents\Minecraft.exe
Launcher Type: SUN_STANDARD
Environment Variables:
CLASSPATH=.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;c:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jre7\bin
USERNAME=Kris
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 104 Stepping 2, AuthenticAMD
--------------- S Y S T E M ---------------
OS: Windows Vista Build 6002 Service Pack 2
CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 104 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref, tsc
Memory: 4k page, physical 1962892k(736348k free), swap 4178988k(1907144k free)
vm_info: Java HotSpotâ„¢ Client VM (23.7-b01) for windows-x86 JRE (1.7.0_17-b02), built on Mar 1 2013 05:04:36 by "java_re" with unknown MS VC++:1600
time: Wed Mar 20 04:38:28 2013
elapsed time: 14 seconds
-
View User Profile
-
View Posts
-
Send Message
Retired StaffI would suggest taking and reporting the bug, based on the report.
Have you taken the basic steps? (Getting new .jar, re-installing java?)
-
View User Profile
-
View Posts
-
Send Message
Retired StaffPlease provide your DxDiag log.