Every time I log in, I get a black screen then the client crashes and gives an error report. I have tried:
-reinstalling Minecraft
-updating Java
-removing and reinstalling Java
-updating my video drivers
Nothing works. I'm getting very frustrated and would like some help if I could get any!
Here's the error information:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x52dab212, pid=1968, tid=1600
#
# JRE version: 7.0_10-b18
# Java VM: Java HotSpot(TM) Client VM (23.6-b04 mixed mode windows-x86 )
# Problematic frame:
# C [atioglxx.dll+0xb212] DrvSwapBuffers+0xa2
#
# 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.com/bugreport/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 (0x4a83ec00): JavaThread "Minecraft main thread" daemon [_thread_in_native, id=1600, stack(0x52be0000,0x52c30000)]
EAX=0x00000008 is an unknown value
EBX=0x004277a8 is an unknown value
ECX=0x5371eee4 is an unknown value
EDX=0x53af8df8 is an unknown value
ESP=0x52c2efb4 is pointing into the stack for thread: 0x4a83ec00
EBP=0x52c2efe0 is pointing into the stack for thread: 0x4a83ec00
ESI=0x76eb1222 is an unknown value
EDI=0x004277b4 is an unknown value
Stack: [0x52be0000,0x52c30000], sp=0x52c2efb4, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atioglxx.dll+0xb212] DrvSwapBuffers+0xa2
C [OPENGL32.dll+0x3b0f3] wglSwapMultipleBuffers+0xe46
C [OPENGL32.dll+0x3b1a9] wglSwapMultipleBuffers+0xefc
C [OPENGL32.dll+0x3c6a4] wglGetProcAddress+0x45f
C [OPENGL32.dll+0x45658] wglGetPixelFormat+0x70
C [OPENGL32.dll+0x45dd4] wglDescribePixelFormat+0xa2
C [OPENGL32.dll+0x46559] wglChoosePixelFormat+0x3e
C [GDI32.dll+0x458b7] ChoosePixelFormat+0x28
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 157248K, used 102512K [0x04770000, 0x0f210000, 0x19cc0000)
eden space 139776K, 73% used [0x04770000, 0x0ab8c318, 0x0cff0000)
from space 17472K, 0% used [0x0cff0000, 0x0cff0000, 0x0e100000)
to space 17472K, 0% used [0x0e100000, 0x0e100000, 0x0f210000)
tenured generation total 349568K, used 0K [0x19cc0000, 0x2f220000, 0x44770000)
the space 349568K, 0% used [0x19cc0000, 0x19cc0000, 0x19cc0200, 0x2f220000)
compacting perm gen total 12800K, used 12544K [0x44770000, 0x453f0000, 0x48770000)
the space 12800K, 98% used [0x44770000, 0x453b0168, 0x453b0200, 0x453f0000)
No shared spaces configured.
vm_info: Java HotSpot(TM) Client VM (23.6-b04) for windows-x86 JRE (1.7.0_10-b18), built on Nov 28 2012 08:34:29 by "java_re" with unknown MS VC++:1600
time: Sun Jan 06 23:09:13 2013
elapsed time: 22 seconds
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
Try enabling minidumps.
This has nothing to do with the error. You need to have Java development software installed in order to get mini dumps, and that info really isn't needed. It just out puts more data about what the processor cores were doing during the crash.
This portion:
# Problematic frame:
# C [atioglxx.dll+0xb212] DrvSwapBuffers+0xa2
The next portion to look at is:
Stack: [0x52be0000,0x52c30000], sp=0x52c2efb4, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atioglxx.dll+0xb212] DrvSwapBuffers+0xa2
C [OPENGL32.dll+0x3b0f3] wglSwapMultipleBuffers+0xe46
C [OPENGL32.dll+0x3b1a9] wglSwapMultipleBuffers+0xefc
C [OPENGL32.dll+0x3c6a4] wglGetProcAddress+0x45f
C [OPENGL32.dll+0x45658] wglGetPixelFormat+0x70
C [OPENGL32.dll+0x45dd4] wglDescribePixelFormat+0xa2
C [OPENGL32.dll+0x46559] wglChoosePixelFormat+0x3e
C [GDI32.dll+0x458b7] ChoosePixelFormat+0x28
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(JIILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;ZZZZ)I+0
j org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(JIILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;ZZZZ)I+15
j org.lwjgl.opengl.WindowsDisplay.createWindow(Lorg/lwjgl/opengl/DisplayMode;Ljava/awt/Canvas;II)V+176
j org.lwjgl.opengl.Display.createWindow()V+68
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+63
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+9
j net.minecraft.client.Minecraft.a()V+174
j asq.a()V+94
j net.minecraft.client.Minecraft.run()V+6
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
All of that is pointing to your graphics driver, specifically the openGL portion of it.
You need to update the graphics driver from the amd site.
Use this link: http://support.amd.c...SupportHub.aspx
Using windows update/device manager won't get you the correct driver. The drivers provided by microsoft don't include openGL support.
That error "LoadLibrary failed with error 998: Invalid Access to memory location" occurs because the 32-bit file structure that is used in the application execution function is not correctly handled in the 64-bit environment."
If you are using the default launcher, you may want to delete it, and try downloading it again.
-reinstalling Minecraft
-updating Java
-removing and reinstalling Java
-updating my video drivers
Nothing works. I'm getting very frustrated and would like some help if I could get any!
Here's the error information:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x52dab212, pid=1968, tid=1600
#
# JRE version: 7.0_10-b18
# Java VM: Java HotSpot(TM) Client VM (23.6-b04 mixed mode windows-x86 )
# Problematic frame:
# C [atioglxx.dll+0xb212] DrvSwapBuffers+0xa2
#
# 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.com/bugreport/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 (0x4a83ec00): JavaThread "Minecraft main thread" daemon [_thread_in_native, id=1600, stack(0x52be0000,0x52c30000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000008
Registers:
EAX=0x00000008, EBX=0x004277a8, ECX=0x5371eee4, EDX=0x53af8df8
ESP=0x52c2efb4, EBP=0x52c2efe0, ESI=0x76eb1222, EDI=0x004277b4
EIP=0x52dab212, EFLAGS=0x00010202
Top of Stack: (sp=0x52c2efb4)
0x52c2efb4: 00000640 52daa73c 76eb1222 71daaf0b
0x52c2efc4: 00000001 00000001 00000000 6a011836
0x52c2efd4: 52ddfa40 52daa720 004277fc 52c2f3d0
0x52c2efe4: 71dab0f3 52c2f00c 00000048 00000003
0x52c2eff4: 00000000 0005174c 00000001 6a011836
0x52c2f004: 00000000 5501182d 00000003 00740061
0x52c2f014: 006f0069 006c0067 00780078 0064002e
0x52c2f024: 006c006c 00000000 00000002 00230023
Instructions: (pc=0x52dab212)
0x52dab1f2: 03 00 00 00 8b 89 8c 02 00 00 6a 00 89 0d 68 34
0x52dab202: 9c 53 e8 a7 db 03 00 8b 15 ac 98 9f 53 83 c0 08
0x52dab212: 8b 00 89 42 20 e8 e4 87 04 00 e8 9f 88 00 00 a1
0x52dab222: ac 98 9f 53 8b 40 20 e8 32 88 04 00 8b 0d ac 98
Register to memory mapping:
EAX=0x00000008 is an unknown value
EBX=0x004277a8 is an unknown value
ECX=0x5371eee4 is an unknown value
EDX=0x53af8df8 is an unknown value
ESP=0x52c2efb4 is pointing into the stack for thread: 0x4a83ec00
EBP=0x52c2efe0 is pointing into the stack for thread: 0x4a83ec00
ESI=0x76eb1222 is an unknown value
EDI=0x004277b4 is an unknown value
Stack: [0x52be0000,0x52c30000], sp=0x52c2efb4, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atioglxx.dll+0xb212] DrvSwapBuffers+0xa2
C [OPENGL32.dll+0x3b0f3] wglSwapMultipleBuffers+0xe46
C [OPENGL32.dll+0x3b1a9] wglSwapMultipleBuffers+0xefc
C [OPENGL32.dll+0x3c6a4] wglGetProcAddress+0x45f
C [OPENGL32.dll+0x45658] wglGetPixelFormat+0x70
C [OPENGL32.dll+0x45dd4] wglDescribePixelFormat+0xa2
C [OPENGL32.dll+0x46559] wglChoosePixelFormat+0x3e
C [GDI32.dll+0x458b7] ChoosePixelFormat+0x28
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(JIILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;ZZZZ)I+0
j org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(JIILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;ZZZZ)I+15
j org.lwjgl.opengl.WindowsDisplay.createWindow(Lorg/lwjgl/opengl/DisplayMode;Ljava/awt/Canvas;II)V+176
j org.lwjgl.opengl.Display.createWindow()V+68
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+63
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+9
j net.minecraft.client.Minecraft.a()V+174
j asq.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 )
=>0x4a83ec00 JavaThread "Minecraft main thread" daemon [_thread_in_native, id=1600, stack(0x52be0000,0x52c30000)]
0x4a83e800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=1168, stack(0x52b80000,0x52bd0000)]
0x4a83e000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=2056, stack(0x51930000,0x51980000)]
0x4bf12000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=920, stack(0x51280000,0x512d0000)]
0x0256a800 JavaThread "DestroyJavaVM" [_thread_blocked, id=5320, stack(0x004d0000,0x00520000)]
0x4bde7000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2336, stack(0x50090000,0x500e0000)]
0x4bdd9400 JavaThread "AWT-Shutdown" [_thread_blocked, id=2972, stack(0x4fe50000,0x4fea0000)]
0x4bcc8000 JavaThread "TimerQueue" daemon [_thread_blocked, id=5884, stack(0x4fa60000,0x4fab0000)]
0x4bccc000 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=5796, stack(0x4e8a0000,0x4e8f0000)]
0x4a98ac00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5104, stack(0x4b1c0000,0x4b210000)]
0x4a987c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4276, stack(0x4ad80000,0x4add0000)]
0x4a828000 JavaThread "Service Thread" daemon [_thread_blocked, id=3480, stack(0x4aca0000,0x4acf0000)]
0x4a822c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5888, stack(0x4ad00000,0x4ad50000)]
0x4a821800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4612, stack(0x4ab30000,0x4ab80000)]
0x4a81e400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5020, stack(0x4a9f0000,0x4aa40000)]
0x4a7c8400 JavaThread "Finalizer" daemon [_thread_blocked, id=4492, stack(0x4ab90000,0x4abe0000)]
0x4a7c3000 JavaThread "Reference Handler" daemon [_thread_blocked, id=884, stack(0x00480000,0x004d0000)]
Other Threads:
0x4a7bf400 VMThread [stack: 0x4aa80000,0x4aad0000] [id=4184]
0x4a847000 WatcherThread [stack: 0x4ac10000,0x4ac60000] [id=3144]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 157248K, used 102512K [0x04770000, 0x0f210000, 0x19cc0000)
eden space 139776K, 73% used [0x04770000, 0x0ab8c318, 0x0cff0000)
from space 17472K, 0% used [0x0cff0000, 0x0cff0000, 0x0e100000)
to space 17472K, 0% used [0x0e100000, 0x0e100000, 0x0f210000)
tenured generation total 349568K, used 0K [0x19cc0000, 0x2f220000, 0x44770000)
the space 349568K, 0% used [0x19cc0000, 0x19cc0000, 0x19cc0200, 0x2f220000)
compacting perm gen total 12800K, used 12544K [0x44770000, 0x453f0000, 0x48770000)
the space 12800K, 98% used [0x44770000, 0x453b0168, 0x453b0200, 0x453f0000)
No shared spaces configured.
Card table byte_map: [0x4a570000,0x4a7a0000] byte_map_base: 0x4a54c480
Polling page: 0x001d0000
Code Cache [0x02770000, 0x029b0000, 0x04770000)
total_blobs=1425 nmethods=1136 adapters=222 free_code_cache=30481Kb largest_free_block=31212672
Compilation events (10 events):
Event: 21.382 Thread 0x4a822c00 1130 java.net.URLClassLoader$1::<init> (15 bytes)
Event: 21.382 Thread 0x4a822c00 nmethod 1130 0x029a8cc8 code [0x029a8dc0, 0x029a8e60]
Event: 21.382 Thread 0x4a822c00 1132 java.net.URLClassLoader$1::run (5 bytes)
Event: 21.382 Thread 0x4a822c00 nmethod 1132 0x029a8ec8 code [0x029a8fc0, 0x029a904c]
Event: 21.382 Thread 0x4a822c00 1133 ! java.net.URLClassLoader$1::run (73 bytes)
Event: 21.383 Thread 0x4a822c00 nmethod 1133 0x029a90c8 code [0x029a9210, 0x029a9448]
Event: 21.415 Thread 0x4a822c00 1134 ! sun.security.util.ManifestEntryVerifier::setEntry (299 bytes)
Event: 21.416 Thread 0x4a822c00 nmethod 1134 0x029a9848 code [0x029a9b40, 0x029aa590]
Event: 21.433 Thread 0x4a822c00 1135 java.util.concurrent.ConcurrentHashMap::putIfAbsent (79 bytes)
Event: 21.433 Thread 0x4a822c00 nmethod 1135 0x029ab748 code [0x029ab870, 0x029aba30]
GC Heap History (0 events):
No events
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 21.437 Thread 0x4a83ec00 Threw 0x0a97eaa8 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 21.437 Thread 0x4a83ec00 Threw 0x0a97ef40 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 21.437 Thread 0x4a83ec00 Threw 0x0a9823d8 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 21.437 Thread 0x4a83ec00 Threw 0x0a982888 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 21.456 Thread 0x4a83ec00 Threw 0x0a9855a0 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 21.456 Thread 0x4a83ec00 Threw 0x0a9859c8 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 21.457 Thread 0x4a83ec00 Threw 0x0a989298 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 21.457 Thread 0x4a83ec00 Threw 0x0a9896d8 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 21.458 Thread 0x4a83ec00 Threw 0x0a98c0e0 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 21.458 Thread 0x4a83ec00 Threw 0x0a98c4d0 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Events (10 events):
Event: 21.437 loading class 0x4beee5e0
Event: 21.437 loading class 0x4beee5e0 done
Event: 21.437 loading class 0x4bec17b8
Event: 21.437 loading class 0x4bec17b8 done
Event: 21.456 loading class 0x4bee4a30
Event: 21.456 loading class 0x4bee4a30 done
Event: 21.457 loading class 0x4bee4b80
Event: 21.457 loading class 0x4bee4b80 done
Event: 21.458 loading class 0x4bf932a0
Event: 21.458 loading class 0x4bf932a0 done
Dynamic libraries:
0x00950000 - 0x0097f000 C:\Program Files (x86)\Java\jre7\bin\javaw.exe
0x77d70000 - 0x77ef0000 C:\Windows\SysWOW64\ntdll.dll
0x72f60000 - 0x72f9c000 C:\Program Files\AVAST Software\Avast\snxhk.dll
0x76ea0000 - 0x76fb0000 C:\Windows\syswow64\KERNEL32.dll
0x75bc0000 - 0x75c07000 C:\Windows\syswow64\KERNELBASE.dll
0x76da0000 - 0x76e40000 C:\Windows\syswow64\ADVAPI32.dll
0x75b10000 - 0x75bbc000 C:\Windows\syswow64\msvcrt.dll
0x77950000 - 0x77969000 C:\Windows\SysWOW64\sechost.dll
0x75c10000 - 0x75d00000 C:\Windows\syswow64\RPCRT4.dll
0x758d0000 - 0x75930000 C:\Windows\syswow64\SspiCli.dll
0x758c0000 - 0x758cc000 C:\Windows\syswow64\CRYPTBASE.dll
0x77120000 - 0x77220000 C:\Windows\syswow64\USER32.dll
0x77090000 - 0x77120000 C:\Windows\syswow64\GDI32.dll
0x75d60000 - 0x75d6a000 C:\Windows\syswow64\LPK.dll
0x76fc0000 - 0x7705d000 C:\Windows\syswow64\USP10.dll
0x72920000 - 0x72abe000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x75d00000 - 0x75d57000 C:\Windows\syswow64\SHLWAPI.dll
0x75ab0000 - 0x75b10000 C:\Windows\system32\IMM32.DLL
0x77580000 - 0x7764c000 C:\Windows\syswow64\MSCTF.dll
0x72240000 - 0x722fd000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x5e060000 - 0x5e3ac000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x752a0000 - 0x752a7000 C:\Windows\system32\WSOCK32.dll
0x77910000 - 0x77945000 C:\Windows\syswow64\WS2_32.dll
0x77060000 - 0x77066000 C:\Windows\syswow64\NSI.dll
0x72f20000 - 0x72f52000 C:\Windows\system32\WINMM.dll
0x77d40000 - 0x77d45000 C:\Windows\syswow64\PSAPI.DLL
0x72bd0000 - 0x72bdc000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x72bb0000 - 0x72bd0000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x723a0000 - 0x723b3000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x5e5b0000 - 0x5e6f2000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x75a20000 - 0x75aaf000 C:\Windows\syswow64\OLEAUT32.dll
0x77420000 - 0x7757c000 C:\Windows\syswow64\ole32.dll
0x72e90000 - 0x72f10000 C:\Windows\system32\uxtheme.dll
0x67080000 - 0x67089000 C:\ProgramData\Real\RealPlayer\BrowserRecordPlugin\Chrome\Hook\rpchrome150browserrecordhelper.dll
0x753c0000 - 0x75463000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x75da0000 - 0x769ea000 C:\Windows\syswow64\SHELL32.dll
0x00290000 - 0x002a2000 C:\Program Files (x86)\RocketDock\RocketDock.dll
0x6cfe0000 - 0x6cffe000 C:\PROGRA~2\Raptr\ltc_help32-68721.dll
0x76cf0000 - 0x76d1d000 C:\Windows\syswow64\WINTRUST.dll
0x77650000 - 0x7776e000 C:\Windows\syswow64\CRYPT32.dll
0x76fb0000 - 0x76fbc000 C:\Windows\syswow64\MSASN1.dll
0x4b3e0000 - 0x4b65d000 C:\Program Files (x86)\Xfire\xfire_toucan_45941.dll
0x72f10000 - 0x72f15000 C:\Windows\system32\MSIMG32.dll
0x7c340000 - 0x7c396000 C:\Windows\system32\MSVCR71.DLL
0x67020000 - 0x6702b000 C:\Program Files (x86)\Common Files\Spigot\Search Settings\wth156.dll
0x75330000 - 0x753be000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x72b30000 - 0x72b43000 C:\Windows\system32\dwmapi.dll
0x691f0000 - 0x693b3000 C:\Windows\system32\d3d9.dll
0x75290000 - 0x75299000 C:\Windows\system32\VERSION.dll
0x71600000 - 0x71606000 C:\Windows\system32\d3d8thk.dll
0x68d10000 - 0x69089000 C:\Windows\system32\atiumdag.dll
0x676f0000 - 0x679cb000 C:\Windows\system32\atiumdva.dll
0x72370000 - 0x7239a000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
0x72be0000 - 0x72bf4000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x73480000 - 0x734bc000 C:\Windows\system32\mswsock.dll
0x73040000 - 0x73046000 C:\Windows\System32\wship6.dll
0x72360000 - 0x7236f000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x731b0000 - 0x731c0000 C:\Windows\system32\NLAapi.dll
0x731a0000 - 0x731b0000 C:\Windows\system32\napinsp.dll
0x730e0000 - 0x730f2000 C:\Windows\system32\pnrpnsp.dll
0x730d0000 - 0x730dd000 C:\Windows\system32\wshbth.dll
0x73500000 - 0x73544000 C:\Windows\system32\DNSAPI.dll
0x730c0000 - 0x730c8000 C:\Windows\System32\winrnr.dll
0x73560000 - 0x7357c000 C:\Windows\system32\IPHLPAPI.DLL
0x73550000 - 0x73557000 C:\Windows\system32\WINNSI.DLL
0x73080000 - 0x730b8000 C:\Windows\System32\fwpuclnt.dll
0x73030000 - 0x73036000 C:\Windows\system32\rasadhlp.dll
0x73470000 - 0x73475000 C:\Windows\System32\wshtcpip.dll
0x73450000 - 0x73466000 C:\Windows\system32\CRYPTSP.dll
0x732f0000 - 0x7332b000 C:\Windows\system32\rsaenh.dll
0x75560000 - 0x75577000 C:\Windows\system32\USERENV.dll
0x75550000 - 0x7555b000 C:\Windows\system32\profapi.dll
0x72320000 - 0x72351000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
0x72300000 - 0x72320000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
0x77250000 - 0x772d3000 C:\Windows\syswow64\CLBCatQ.DLL
0x74ef0000 - 0x74feb000 C:\Windows\system32\WindowsCodecs.dll
0x72b50000 - 0x72b9c000 C:\Windows\system32\apphelp.dll
0x721c0000 - 0x721f1000 C:\Windows\system32\EhStorShell.dll
0x77770000 - 0x7790d000 C:\Windows\syswow64\SETUPAPI.dll
0x75d70000 - 0x75d97000 C:\Windows\syswow64\CFGMGR32.dll
0x77070000 - 0x77082000 C:\Windows\syswow64\DEVOBJ.dll
0x72820000 - 0x72915000 C:\Windows\system32\PROPSYS.dll
0x5d840000 - 0x5dc46000 C:\PROGRA~2\MICROS~1\Office14\GROOVEEX.DLL
0x72210000 - 0x7223b000 C:\Windows\WinSxS\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_51cd0a7abbe4e19b\ATL90.DLL
0x5d420000 - 0x5d83a000 C:\PROGRA~2\COMMON~1\MICROS~1\OFFICE14\Cultures\office.odf
0x5cbb0000 - 0x5d415000 C:\PROGRA~2\MICROS~1\Office14\1033\GrooveIntlResource.dll
0x679d0000 - 0x67a40000 C:\Windows\system32\ntshrui.dll
0x733f0000 - 0x73409000 C:\Windows\system32\srvcli.dll
0x73da0000 - 0x73dab000 C:\Windows\system32\cscapi.dll
0x68020000 - 0x6802a000 C:\Windows\system32\slc.dll
0x72180000 - 0x72189000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
0x512d0000 - 0x5133b000 C:\Users\BirdGod\AppData\Roaming\.minecraft\bin\natives\lwjgl.dll
0x71d70000 - 0x71e38000 C:\Windows\system32\OPENGL32.dll
0x73ea0000 - 0x73ec2000 C:\Windows\system32\GLU32.dll
0x71c80000 - 0x71d67000 C:\Windows\system32\DDRAW.dll
0x73e90000 - 0x73e96000 C:\Windows\system32\DCIMAN32.dll
0x72170000 - 0x72176000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
0x52da0000 - 0x53ab1000 C:\Windows\system32\atioglxx.dll
0x72160000 - 0x7216b000 C:\Windows\system32\atigktxx.dll
0x699d0000 - 0x69a96000 C:\Windows\system32\aticfx32.dll
0x50050000 - 0x50087000 C:\Windows\system32\atiadlxy.dll
0x75190000 - 0x7527b000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Xms512m -Xmx1024m
java_command: C:\Users\BirdGod\Desktop\Minecraft\Minecraft.exe
Launcher Type: SUN_STANDARD
Environment Variables:
CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Java\jre7\bin
USERNAME=BirdGod
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 30 Stepping 5, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 30 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit
Memory: 4k page, physical 8305160k(5926680k free), swap 16608468k(13366296k free)
vm_info: Java HotSpot(TM) Client VM (23.6-b04) for windows-x86 JRE (1.7.0_10-b18), built on Nov 28 2012 08:34:29 by "java_re" with unknown MS VC++:1600
time: Sun Jan 06 23:09:13 2013
elapsed time: 22 seconds
That's pointing to your drivers. But then look at this:
Try enabling minidumps.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffThis has nothing to do with the error. You need to have Java development software installed in order to get mini dumps, and that info really isn't needed. It just out puts more data about what the processor cores were doing during the crash.
This portion:
The next portion to look at is:
All of that is pointing to your graphics driver, specifically the openGL portion of it.
You need to update the graphics driver from the amd site.
Use this link: http://support.amd.c...SupportHub.aspx
Using windows update/device manager won't get you the correct driver. The drivers provided by microsoft don't include openGL support.
"LoadLibrary failed with error 998: Invalid Access to memory location"
-
View User Profile
-
View Posts
-
Send Message
Retired StaffThat error "LoadLibrary failed with error 998: Invalid Access to memory location" occurs because the 32-bit file structure that is used in the application execution function is not correctly handled in the 64-bit environment."
If you are using the default launcher, you may want to delete it, and try downloading it again.
-
View User Profile
-
View Posts
-
Send Message
Retired Staff-
View User Profile
-
View Posts
-
Send Message
Retired Staff