Advertisement
Guest User

Untitled

a guest
Nov 30th, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.53 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d0b71e0, pid=3700, tid=1504
  5. #
  6. # JRE version: 6.0_29-b11
  7. # Java VM: Java HotSpot(TM) Client VM (20.4-b02 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C [awt.dll+0xb71e0]
  10. #
  11. # If you would like to submit a bug report, please visit:
  12. # http://java.sun.com/webapps/bugreport/crash.jsp
  13. # The crash happened outside the Java Virtual Machine in native code.
  14. # See problematic frame for where to report the bug.
  15. #
  16.  
  17. --------------- T H R E A D ---------------
  18.  
  19. Current thread (0x293d7000): JavaThread "AWT-Windows" daemon [_thread_in_native, id=1504, stack(0x29ae0000,0x29b30000)]
  20.  
  21. siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
  22.  
  23. Registers:
  24. EAX=0x29b2f7bc, EBX=0x293df2d0, ECX=0x00000278, EDX=0x000000c0
  25. ESP=0x29b2f7a4, EBP=0x29b2f908, ESI=0x00000000, EDI=0x000000c0
  26. EIP=0x6d0b71e0, EFLAGS=0x00010206
  27.  
  28. Top of Stack: (sp=0x29b2f7a4)
  29. 0x29b2f7a4: 29b2f7bc 00001000 80004005 29375270
  30. 0x29b2f7b4: 00000346 2938e1d0 80004005 6d0ae66b
  31. 0x29b2f7c4: 00000000 293d7628 6d0b4381 00009825
  32. 0x29b2f7d4: 293d7128 00000001 000005a0 50f07b44
  33. 0x29b2f7e4: 00000001 000005a0 00000000 29b2f7ac
  34. 0x29b2f7f4: 293d7128 2938e1d0 7736629b 00000000
  35. 0x29b2f804: fffffffe 7731c5fe 77311b31 00000000
  36. 0x29b2f814: 6d06dbf0 000b038a 0000000f 00000000
  37.  
  38. Instructions: (pc=0x6d0b71e0)
  39. 0x6d0b71c0: d8 56 8b b3 10 a0 00 00 1b c0 57 25 00 f0 ff ff
  40. 0x6d0b71d0: 05 00 20 00 00 50 c1 e2 05 8d 44 24 14 50 8b fa
  41. 0x6d0b71e0: 8b 16 57 c1 e1 05 51 56 ff 52 2c 85 c0 0f 8c 93
  42. 0x6d0b71f0: 00 00 00 8b 53 04 8b cf 8b 7c 24 10 8b c1 c1 e9
  43.  
  44.  
  45. Register to memory mapping:
  46.  
  47. EAX=0x29b2f7bc is pointing into the stack for thread: 0x293d7000
  48. EBX=0x293df2d0 is an unknown value
  49. ECX=0x00000278 is an unknown value
  50. EDX=0x000000c0 is an unknown value
  51. ESP=0x29b2f7a4 is pointing into the stack for thread: 0x293d7000
  52. EBP=0x29b2f908 is pointing into the stack for thread: 0x293d7000
  53. ESI=0x00000000 is an unknown value
  54. EDI=0x000000c0 is an unknown value
  55.  
  56.  
  57. Stack: [0x29ae0000,0x29b30000], sp=0x29b2f7a4, free space=317k
  58. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  59. C [awt.dll+0xb71e0] D3DVertexCacher::Render+0x50
  60. C [awt.dll+0x9ce6a] Java_sun_awt_windows_WToolkit_loadSystemColors+0x94a
  61. C [USER32.dll+0x1c4e7] gapfnScSendMessage+0x1cf
  62. C [USER32.dll+0x1c5e7] gapfnScSendMessage+0x2cf
  63. C [USER32.dll+0x14f0e] GetScrollBarInfo+0xfd
  64. C [USER32.dll+0x14f7d] GetScrollBarInfo+0x16c
  65. C [ntdll.dll+0x4704e] KiUserCallbackDispatcher+0x2e
  66. C [USER32.dll+0x164a1] PeekMessageW+0x157
  67.  
  68. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  69. j sun.awt.windows.WToolkit.eventLoop()V+0
  70. j sun.awt.windows.WToolkit.run()V+52
  71. j java.lang.Thread.run()V+11
  72. v ~StubRoutines::call_stub
  73.  
  74. --------------- P R O C E S S ---------------
  75.  
  76. Java Threads: ( => current thread )
  77. 0x2c26dc00 JavaThread "Thread-12" daemon [_thread_blocked, id=2780, stack(0x2df10000,0x2df60000)]
  78. 0x2c26d800 JavaThread "Thread-11" daemon [_thread_blocked, id=1548, stack(0x31240000,0x31290000)]
  79. 0x2c278800 JavaThread "Thread-10" daemon [_thread_in_native, id=2552, stack(0x311f0000,0x31240000)]
  80. 0x29499800 JavaThread "Minecraft main thread" daemon [_thread_in_native, id=1036, stack(0x2bd90000,0x2bde0000)]
  81. 0x29497400 JavaThread "Timer hack thread" daemon [_thread_blocked, id=2124, stack(0x2bba0000,0x2bbf0000)]
  82. 0x01949400 JavaThread "DestroyJavaVM" [_thread_blocked, id=3212, stack(0x00370000,0x003c0000)]
  83. 0x2c058400 JavaThread "D3D Screen Updater" daemon [_thread_in_native, id=1520, stack(0x29e90000,0x29ee0000)]
  84. 0x2c025800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3876, stack(0x29e30000,0x29e80000)]
  85. =>0x293d7000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1504, stack(0x29ae0000,0x29b30000)]
  86. 0x29372c00 JavaThread "AWT-Shutdown" [_thread_blocked, id=3748, stack(0x29a90000,0x29ae0000)]
  87. 0x29372000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3288, stack(0x29920000,0x29970000)]
  88. 0x29330400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2980, stack(0x29710000,0x29760000)]
  89. 0x29327400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2872, stack(0x296c0000,0x29710000)]
  90. 0x29324800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2256, stack(0x29670000,0x296c0000)]
  91. 0x2931bc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=612, stack(0x29620000,0x29670000)]
  92. 0x2931ac00 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=3060, stack(0x295d0000,0x29620000)]
  93. 0x292ee000 JavaThread "Finalizer" daemon [_thread_blocked, id=1764, stack(0x29580000,0x295d0000)]
  94. 0x292ed000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4064, stack(0x29530000,0x29580000)]
  95.  
  96. Other Threads:
  97. 0x292e9000 VMThread [stack: 0x294e0000,0x29530000] [id=1456]
  98. 0x29334800 WatcherThread [stack: 0x29760000,0x297b0000] [id=276]
  99.  
  100. VM state:not at safepoint (normal execution)
  101.  
  102. VM Mutex/Monitor currently owned by a thread: None
  103.  
  104. Heap
  105. par new generation total 29504K, used 7782K [0x03b50000, 0x05b50000, 0x05b50000)
  106. eden space 26240K, 29% used [0x03b50000, 0x042e99e8, 0x054f0000)
  107. from space 3264K, 0% used [0x054f0000, 0x054f0000, 0x05820000)
  108. to space 3264K, 0% used [0x05820000, 0x05820000, 0x05b50000)
  109. concurrent mark-sweep generation total 491520K, used 23844K [0x05b50000, 0x23b50000, 0x23b50000)
  110. concurrent-mark-sweep perm gen total 24976K, used 15451K [0x23b50000, 0x253b4000, 0x27b50000)
  111.  
  112. Code Cache [0x01b50000, 0x01d00000, 0x03b50000)
  113. total_blobs=996 nmethods=688 adapters=243 free_code_cache=31811840 largest_free_block=256
  114.  
  115. Dynamic libraries:
  116. 0x00400000 - 0x00424000 C:\Program Files\Java\jre6\bin\javaw.exe
  117. 0x777a0000 - 0x778dc000 C:\Windows\SYSTEM32\ntdll.dll
  118. 0x76050000 - 0x76124000 C:\Windows\system32\kernel32.dll
  119. 0x759c0000 - 0x75a0a000 C:\Windows\system32\KERNELBASE.dll
  120. 0x775d0000 - 0x77670000 C:\Windows\system32\ADVAPI32.dll
  121. 0x761e0000 - 0x7628c000 C:\Windows\system32\msvcrt.dll
  122. 0x77080000 - 0x77099000 C:\Windows\SYSTEM32\sechost.dll
  123. 0x76130000 - 0x761d1000 C:\Windows\system32\RPCRT4.dll
  124. 0x77300000 - 0x773c9000 C:\Windows\system32\USER32.dll
  125. 0x77470000 - 0x774be000 C:\Windows\system32\GDI32.dll
  126. 0x77460000 - 0x7746a000 C:\Windows\system32\LPK.dll
  127. 0x77530000 - 0x775cd000 C:\Windows\system32\USP10.dll
  128. 0x77670000 - 0x7768f000 C:\Windows\system32\IMM32.DLL
  129. 0x75f50000 - 0x7601c000 C:\Windows\system32\MSCTF.dll
  130. 0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\msvcr71.dll
  131. 0x6d7f0000 - 0x6da9f000 C:\Program Files\Java\jre6\bin\client\jvm.dll
  132. 0x73a10000 - 0x73a42000 C:\Windows\system32\WINMM.dll
  133. 0x75820000 - 0x7586c000 C:\Windows\system32\apphelp.dll
  134. 0x6d7a0000 - 0x6d7ac000 C:\Program Files\Java\jre6\bin\verify.dll
  135. 0x6d320000 - 0x6d33f000 C:\Program Files\Java\jre6\bin\java.dll
  136. 0x6d7e0000 - 0x6d7ef000 C:\Program Files\Java\jre6\bin\zip.dll
  137. 0x6d000000 - 0x6d14c000 C:\Program Files\Java\jre6\bin\awt.dll
  138. 0x70c40000 - 0x70c91000 C:\Windows\system32\WINSPOOL.DRV
  139. 0x75bf0000 - 0x75d4c000 C:\Windows\system32\ole32.dll
  140. 0x74810000 - 0x749ae000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
  141. 0x76ee0000 - 0x76f37000 C:\Windows\system32\SHLWAPI.dll
  142. 0x74ed0000 - 0x74ee3000 C:\Windows\system32\DWMAPI.DLL
  143. 0x74660000 - 0x746a0000 C:\Windows\system32\uxtheme.dll
  144. 0x6d230000 - 0x6d27f000 C:\Program Files\Java\jre6\bin\fontmanager.dll
  145. 0x75870000 - 0x7587c000 C:\Windows\system32\CRYPTBASE.dll
  146. 0x69e00000 - 0x69fc3000 C:\Windows\system32\d3d9.dll
  147. 0x74d80000 - 0x74d89000 C:\Windows\system32\VERSION.dll
  148. 0x6b7c0000 - 0x6b7c6000 C:\Windows\system32\d3d8thk.dll
  149. 0x6fd00000 - 0x709ac000 C:\Windows\system32\nvd3dum.dll
  150. 0x742a0000 - 0x742c5000 C:\Windows\system32\powrprof.dll
  151. 0x770a0000 - 0x7723d000 C:\Windows\system32\SETUPAPI.dll
  152. 0x75b30000 - 0x75b57000 C:\Windows\system32\CFGMGR32.dll
  153. 0x77940000 - 0x779cf000 C:\Windows\system32\OLEAUT32.dll
  154. 0x759a0000 - 0x759b2000 C:\Windows\system32\DEVOBJ.dll
  155. 0x6d600000 - 0x6d613000 C:\Program Files\Java\jre6\bin\net.dll
  156. 0x772c0000 - 0x772f5000 C:\Windows\system32\WS2_32.dll
  157. 0x774c0000 - 0x774c6000 C:\Windows\system32\NSI.dll
  158. 0x75360000 - 0x7539c000 C:\Windows\system32\mswsock.dll
  159. 0x75350000 - 0x75356000 C:\Windows\System32\wship6.dll
  160. 0x6d620000 - 0x6d629000 C:\Program Files\Java\jre6\bin\nio.dll
  161. 0x74e10000 - 0x74e15000 C:\Windows\System32\wshtcpip.dll
  162. 0x75220000 - 0x75264000 C:\Windows\system32\DNSAPI.dll
  163. 0x73950000 - 0x7396c000 C:\Windows\system32\IPHLPAPI.DLL
  164. 0x73940000 - 0x73947000 C:\Windows\system32\WINNSI.DLL
  165. 0x6ed20000 - 0x6ed26000 C:\Windows\system32\rasadhlp.dll
  166. 0x73830000 - 0x73868000 C:\Windows\System32\fwpuclnt.dll
  167. 0x76290000 - 0x76eda000 C:\Windows\system32\shell32.dll
  168. 0x753a0000 - 0x753b6000 C:\Windows\system32\CRYPTSP.dll
  169. 0x75140000 - 0x7517b000 C:\Windows\system32\rsaenh.dll
  170. 0x74f50000 - 0x74f67000 C:\Windows\system32\USERENV.dll
  171. 0x758f0000 - 0x758fb000 C:\Windows\system32\profapi.dll
  172. 0x73cb0000 - 0x73cc0000 C:\Windows\system32\NLAapi.dll
  173. 0x73f40000 - 0x73f50000 C:\Windows\system32\napinsp.dll
  174. 0x73f20000 - 0x73f32000 C:\Windows\system32\pnrpnsp.dll
  175. 0x73f10000 - 0x73f18000 C:\Windows\System32\winrnr.dll
  176. 0x2bcc0000 - 0x2bd33000 C:\Users\Администратор\AppData\Roaming\.greencubes\bin\natives\lwjgl.dll
  177. 0x6ac70000 - 0x6ad38000 C:\Windows\system32\OPENGL32.dll
  178. 0x6e2c0000 - 0x6e2e2000 C:\Windows\system32\GLU32.dll
  179. 0x6ae60000 - 0x6af47000 C:\Windows\system32\DDRAW.dll
  180. 0x720d0000 - 0x720d6000 C:\Windows\system32\DCIMAN32.dll
  181. 0x6d350000 - 0x6d356000 C:\Program Files\Java\jre6\bin\jawt.dll
  182. 0x633f0000 - 0x64615000 C:\Windows\system32\nvoglv32.DLL
  183. 0x75970000 - 0x7599d000 C:\Windows\system32\WINTRUST.dll
  184. 0x75a10000 - 0x75b2d000 C:\Windows\system32\CRYPT32.dll
  185. 0x75960000 - 0x7596c000 C:\Windows\system32\MSASN1.dll
  186. 0x2c7f0000 - 0x2c803000 C:\Users\Администратор\AppData\Roaming\.greencubes\bin\natives\jinput-dx8.dll
  187. 0x6e2f0000 - 0x6e320000 C:\Windows\system32\DINPUT8.dll
  188. 0x743c0000 - 0x743c9000 C:\Windows\system32\HID.DLL
  189. 0x2e550000 - 0x2e562000 C:\Users\Администратор\AppData\Roaming\.greencubes\bin\natives\jinput-raw.dll
  190. 0x2df60000 - 0x2dfc6000 C:\Users\Администратор\AppData\Roaming\.greencubes\bin\natives\OpenAL32.dll
  191. 0x773d0000 - 0x77454000 C:\Windows\system32\CLBCatQ.DLL
  192. 0x74380000 - 0x743b9000 C:\Windows\System32\MMDevApi.dll
  193. 0x746d0000 - 0x747c5000 C:\Windows\System32\PROPSYS.dll
  194. 0x6ef00000 - 0x6ef72000 C:\Windows\system32\dsound.dll
  195. 0x6e5f0000 - 0x6e626000 C:\Windows\system32\AUDIOSES.DLL
  196. 0x77930000 - 0x77935000 C:\Windows\system32\PSAPI.DLL
  197.  
  198. VM Arguments:
  199. jvm_args: -Xms512M -Xmx512M -Xincgc
  200. java_command: net.minecraft.LauncherFrame
  201. Launcher Type: SUN_STANDARD
  202.  
  203. Environment Variables:
  204. PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
  205. USERNAME=Администратор
  206. OS=Windows_NT
  207. PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 3, GenuineIntel
  208.  
  209.  
  210.  
  211. --------------- S Y S T E M ---------------
  212.  
  213. OS: Windows 7 Build 7601 Service Pack 1
  214.  
  215. CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 4 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
  216.  
  217. Memory: 4k page, physical 3144952k(1746012k free), swap 6286040k(4086860k free)
  218.  
  219. vm_info: Java HotSpot(TM) Client VM (20.4-b02) for windows-x86 JRE (1.6.0_29-b11), built on Oct 3 2011 01:01:08 by "java_re" with MS VC++ 7.1 (VS2003)
  220.  
  221. time: Wed Nov 30 11:21:04 2011
  222. elapsed time: 62 seconds
  223.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement