ImSuperCool
错误代码如下
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x69959600, pid=3640, tid=4576
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
  7. # Java VM: Java HotSpot(TM) Client VM (24.45-b08 mixed mode, sharing windows-x86 )
  8. # Problematic frame:
  9. # C  [atioglxx.dll+0x929600]
  10. #
  11. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  12. #
  13. # If you would like to submit a bug report, please visit:
  14. #   http://bugreport.sun.com/bugreport/crash.jsp
  15. # The crash happened outside the Java Virtual Machine in native code.
  16. # See problematic frame for where to report the bug.
  17. #

  18. ---------------  T H R E A D  ---------------

  19. Current thread (0x0087a800):  JavaThread "Minecraft main thread" [_thread_in_native, id=4576, stack(0x00960000,0x009b0000)]

  20. siginfo: ExceptionCode=0xc0000005, reading address 0x00000ddc

  21. Registers:
  22. EAX=0x00000000, EBX=0x00000000, ECX=0x69f5e483, EDX=0x009a75f0
  23. ESP=0x009a72bc, EBP=0x009a7554, ESI=0x04a7e6d8, EDI=0x009a75a0
  24. EIP=0x69959600, EFLAGS=0x00010202

  25. Top of Stack: (sp=0x009a72bc)
  26. 0x009a72bc:   04a7e6d8 00000000 5f4e4556 32303031
  27. 0x009a72cc:   56454426 3136395f 55532636 53595342
  28. 0x009a72dc:   3030305f 30303130 45522632 30305f56
  29. 0x009a72ec:   00000000 00000000 00000000 00000000
  30. 0x009a72fc:   00000000 00000000 00000000 00000000
  31. 0x009a730c:   00000000 00000000 00000000 00000000
  32. 0x009a731c:   00000000 00000000 00000000 00000000
  33. 0x009a732c:   00000000 00000000 00000000 00000000

  34. Instructions: (pc=0x69959600)
  35. 0x699595e0:   5d c3 cc cc cc cc cc cc cc cc cc cc cc cc cc cc
  36. 0x699595f0:   55 8b ec 81 ec 90 02 00 00 53 56 8b f0 8b 46 10
  37. 0x69959600:   83 b8 dc 0d 00 00 01 57 75 3f 8b 00 83 f8 16 74
  38. 0x69959610:   38 83 f8 17 74 33 83 f8 18 74 2e 83 f8 19 74 29


  39. Register to memory mapping:

  40. EAX=0x00000000 is an unknown value
  41. EBX=0x00000000 is an unknown value
  42. ECX=0x69f5e483 is an unknown value
  43. EDX=0x009a75f0 is pointing into the stack for thread: 0x0087a800
  44. ESP=0x009a72bc is pointing into the stack for thread: 0x0087a800
  45. EBP=0x009a7554 is pointing into the stack for thread: 0x0087a800
  46. ESI=0x04a7e6d8 is an unknown value
  47. EDI=0x009a75a0 is pointing into the stack for thread: 0x0087a800


  48. Stack: [0x00960000,0x009b0000],  sp=0x009a72bc,  free space=284k
  49. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  50. C  [atioglxx.dll+0x929600]
  51. C  [atioglxx.dll+0x929864]
  52. C  [atioglxx.dll+0x92989f]
  53. C  [atioglxx.dll+0xb9d17]
  54. C  [atioglxx.dll+0x8f7c4c]
  55. C  [atioglxx.dll+0x8f76c3]
  56. C  [atioglxx.dll+0x16161]
  57. C  [atioglxx.dll+0x1565b]
  58. C  [OPENGL32.dll+0x1b372]
  59. C  [OPENGL32.dll+0x1c471]
  60. C  [OPENGL32.dll+0x25e7e]
  61. C  [OPENGL32.dll+0x26618]
  62. C  [OPENGL32.dll+0x26da8]
  63. C  [GDI32.dll+0x3631b]

  64. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  65. j  org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(JIILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;ZZZZ)I+0
  66. j  org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(JIILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;ZZZZ)I+15
  67. j  org.lwjgl.opengl.WindowsDisplay.createWindow(Lorg/lwjgl/opengl/DrawableLWJGL;Lorg/lwjgl/opengl/DisplayMode;Ljava/awt/Canvas;II)V+196
  68. j  org.lwjgl.opengl.Display.createWindow()V+71
  69. j  org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+72
  70. j  org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+12
  71. j  net.minecraftforge.client.ForgeHooksClient.createDisplay()V+23
  72. j  net.minecraft.client.Minecraft.func_71384_a()V+242
  73. j  net.minecraft.client.Minecraft.func_99999_d()V+6
  74. j  net.minecraft.client.main.Main.main([Ljava/lang/String;)V+768
  75. v  ~StubRoutines::call_stub
  76. j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
  77. j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
  78. j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
  79. j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
  80. j  net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+296
  81. j  net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
  82. v  ~StubRoutines::call_stub

  83. ---------------  P R O C E S S  ---------------

  84. Java Threads: ( => current thread )
  85.   0x04181800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3440, stack(0x04970000,0x049c0000)]
  86.   0x03339800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=2480, stack(0x04120000,0x04170000)]
  87.   0x035c2800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=4636, stack(0x040d0000,0x04120000)]
  88.   0x031ac800 JavaThread "Thread-1" daemon [_thread_blocked, id=4460, stack(0x03210000,0x03260000)]
  89.   0x02af7000 JavaThread "Service Thread" daemon [_thread_blocked, id=2500, stack(0x02f70000,0x02fc0000)]
  90.   0x02ae6400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3408, stack(0x02f20000,0x02f70000)]
  91.   0x02ae4c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1336, stack(0x02ed0000,0x02f20000)]
  92.   0x02ae3800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3892, stack(0x02e80000,0x02ed0000)]
  93.   0x02a81000 JavaThread "Finalizer" daemon [_thread_blocked, id=6108, stack(0x02e30000,0x02e80000)]
  94.   0x02a7c000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4812, stack(0x02de0000,0x02e30000)]
  95. =>0x0087a800 JavaThread "Minecraft main thread" [_thread_in_native, id=4576, stack(0x00960000,0x009b0000)]

  96. Other Threads:
  97.   0x02a7a400 VMThread [stack: 0x02d90000,0x02de0000] [id=2388]
  98.   0x02afa800 WatcherThread [stack: 0x02fc0000,0x03010000] [id=928]

  99. VM state:not at safepoint (normal execution)

  100. VM Mutex/Monitor currently owned by a thread: None

  101. Heap
  102. def new generation   total 16320K, used 2744K [0x12b60000, 0x13d10000, 0x1d600000)
  103.   eden space 14528K,  14% used [0x12b60000, 0x12d729d8, 0x13990000)
  104.   from space 1792K,  34% used [0x13b50000, 0x13beb878, 0x13d10000)
  105.   to   space 1792K,   0% used [0x13990000, 0x13990000, 0x13b50000)
  106. tenured generation   total 36200K, used 31287K [0x1d600000, 0x1f95a000, 0x32b60000)
  107.    the space 36200K,  86% used [0x1d600000, 0x1f48de18, 0x1f48e000, 0x1f95a000)
  108. compacting perm gen  total 12288K, used 6207K [0x32b60000, 0x33760000, 0x36b60000)
  109.    the space 12288K,  50% used [0x32b60000, 0x3316fd20, 0x3316fe00, 0x33760000)
  110.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  111.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)

  112. Card table byte_map: [0x02b60000,0x02c90000] byte_map_base: 0x02aca500

  113. Polling page: 0x009b0000

  114. Code Cache  [0x009e0000, 0x00c48000, 0x029e0000)
  115. total_blobs=1312 nmethods=1114 adapters=134 free_code_cache=30320Kb largest_free_block=31047104

  116. Compilation events (10 events):
  117. Event: 4.805 Thread 0x02ae6400 1133             java.nio.HeapByteBuffer::_put (8 bytes)
  118. Event: 4.805 Thread 0x02ae6400 nmethod 1133 0x00c418c8 code [0x00c419c0, 0x00c41a60]
  119. Event: 4.857 Thread 0x02ae6400 1134             sun.nio.cs.StreamEncoder::ensureOpen (18 bytes)
  120. Event: 4.858 Thread 0x02ae6400 nmethod 1134 0x00c41d88 code [0x00c41e90, 0x00c41f8c]
  121. Event: 4.863 Thread 0x02ae6400 1135             org.objectweb.asm.tree.MethodNode::visitAnnotation (78 bytes)
  122. Event: 4.863 Thread 0x02ae6400 nmethod 1135 0x00c42008 code [0x00c42150, 0x00c423ac]
  123. Event: 4.866 Thread 0x02ae6400 1136             org.objectweb.asm.MethodWriter::visitAnnotation (82 bytes)
  124. Event: 4.866 Thread 0x02ae6400 nmethod 1136 0x00c42548 code [0x00c42680, 0x00c42950]
  125. Event: 4.914 Thread 0x02ae6400 1137   !         sun.misc.Resource::getBytes (242 bytes)
  126. Event: 4.915 Thread 0x02ae6400 nmethod 1137 0x00c42dc8 code [0x00c42fa0, 0x00c43a0c]

  127. GC Heap History (10 events):
  128. Event: 4.529 GC heap before
  129. {Heap before GC invocations=52 (full 5):
  130. def new generation   total 16320K, used 15363K [0x12b60000, 0x13d10000, 0x1d600000)
  131.   eden space 14528K, 100% used [0x12b60000, 0x13990000, 0x13990000)
  132.   from space 1792K,  46% used [0x13990000, 0x13a60cf8, 0x13b50000)
  133.   to   space 1792K,   0% used [0x13b50000, 0x13b50000, 0x13d10000)
  134. tenured generation   total 36200K, used 29175K [0x1d600000, 0x1f95a000, 0x32b60000)
  135.    the space 36200K,  80% used [0x1d600000, 0x1f27df88, 0x1f27e000, 0x1f95a000)
  136. compacting perm gen  total 12288K, used 5600K [0x32b60000, 0x33760000, 0x36b60000)
  137.    the space 12288K,  45% used [0x32b60000, 0x330d81c8, 0x330d8200, 0x33760000)
  138.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  139.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)
  140. Event: 4.533 GC heap after
  141. Heap after GC invocations=53 (full 5):
  142. def new generation   total 16320K, used 999K [0x12b60000, 0x13d10000, 0x1d600000)
  143.   eden space 14528K,   0% used [0x12b60000, 0x12b60000, 0x13990000)
  144.   from space 1792K,  55% used [0x13b50000, 0x13c49f78, 0x13d10000)
  145.   to   space 1792K,   0% used [0x13990000, 0x13990000, 0x13b50000)
  146. tenured generation   total 36200K, used 29175K [0x1d600000, 0x1f95a000, 0x32b60000)
  147.    the space 36200K,  80% used [0x1d600000, 0x1f27df88, 0x1f27e000, 0x1f95a000)
  148. compacting perm gen  total 12288K, used 5600K [0x32b60000, 0x33760000, 0x36b60000)
  149.    the space 12288K,  45% used [0x32b60000, 0x330d81c8, 0x330d8200, 0x33760000)
  150.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  151.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)
  152. }
  153. Event: 4.672 GC heap before
  154. {Heap before GC invocations=53 (full 5):
  155. def new generation   total 16320K, used 15527K [0x12b60000, 0x13d10000, 0x1d600000)
  156.   eden space 14528K, 100% used [0x12b60000, 0x13990000, 0x13990000)
  157.   from space 1792K,  55% used [0x13b50000, 0x13c49f78, 0x13d10000)
  158.   to   space 1792K,   0% used [0x13990000, 0x13990000, 0x13b50000)
  159. tenured generation   total 36200K, used 29175K [0x1d600000, 0x1f95a000, 0x32b60000)
  160.    the space 36200K,  80% used [0x1d600000, 0x1f27df88, 0x1f27e000, 0x1f95a000)
  161. compacting perm gen  total 12288K, used 5675K [0x32b60000, 0x33760000, 0x36b60000)
  162.    the space 12288K,  46% used [0x32b60000, 0x330eada8, 0x330eae00, 0x33760000)
  163.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  164.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)
  165. Event: 4.680 GC heap after
  166. Heap after GC invocations=54 (full 5):
  167. def new generation   total 16320K, used 1792K [0x12b60000, 0x13d10000, 0x1d600000)
  168.   eden space 14528K,   0% used [0x12b60000, 0x12b60000, 0x13990000)
  169.   from space 1792K, 100% used [0x13990000, 0x13b50000, 0x13b50000)
  170.   to   space 1792K,   0% used [0x13b50000, 0x13b50000, 0x13d10000)
  171. tenured generation   total 36200K, used 29497K [0x1d600000, 0x1f95a000, 0x32b60000)
  172.    the space 36200K,  81% used [0x1d600000, 0x1f2ce630, 0x1f2ce800, 0x1f95a000)
  173. compacting perm gen  total 12288K, used 5675K [0x32b60000, 0x33760000, 0x36b60000)
  174.    the space 12288K,  46% used [0x32b60000, 0x330eada8, 0x330eae00, 0x33760000)
  175.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  176.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)
  177. }
  178. Event: 4.748 GC heap before
  179. {Heap before GC invocations=54 (full 5):
  180. def new generation   total 16320K, used 16320K [0x12b60000, 0x13d10000, 0x1d600000)
  181.   eden space 14528K, 100% used [0x12b60000, 0x13990000, 0x13990000)
  182.   from space 1792K, 100% used [0x13990000, 0x13b50000, 0x13b50000)
  183.   to   space 1792K,   0% used [0x13b50000, 0x13b50000, 0x13d10000)
  184. tenured generation   total 36200K, used 29497K [0x1d600000, 0x1f95a000, 0x32b60000)
  185.    the space 36200K,  81% used [0x1d600000, 0x1f2ce630, 0x1f2ce800, 0x1f95a000)
  186. compacting perm gen  total 12288K, used 5752K [0x32b60000, 0x33760000, 0x36b60000)
  187.    the space 12288K,  46% used [0x32b60000, 0x330fe150, 0x330fe200, 0x33760000)
  188.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  189.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)
  190. Event: 4.754 GC heap after
  191. Heap after GC invocations=55 (full 5):
  192. def new generation   total 16320K, used 542K [0x12b60000, 0x13d10000, 0x1d600000)
  193.   eden space 14528K,   0% used [0x12b60000, 0x12b60000, 0x13990000)
  194.   from space 1792K,  30% used [0x13b50000, 0x13bd79f0, 0x13d10000)
  195.   to   space 1792K,   0% used [0x13990000, 0x13990000, 0x13b50000)
  196. tenured generation   total 36200K, used 30966K [0x1d600000, 0x1f95a000, 0x32b60000)
  197.    the space 36200K,  85% used [0x1d600000, 0x1f43db28, 0x1f43dc00, 0x1f95a000)
  198. compacting perm gen  total 12288K, used 5752K [0x32b60000, 0x33760000, 0x36b60000)
  199.    the space 12288K,  46% used [0x32b60000, 0x330fe150, 0x330fe200, 0x33760000)
  200.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  201.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)
  202. }
  203. Event: 4.848 GC heap before
  204. {Heap before GC invocations=55 (full 5):
  205. def new generation   total 16320K, used 15070K [0x12b60000, 0x13d10000, 0x1d600000)
  206.   eden space 14528K, 100% used [0x12b60000, 0x13990000, 0x13990000)
  207.   from space 1792K,  30% used [0x13b50000, 0x13bd79f0, 0x13d10000)
  208.   to   space 1792K,   0% used [0x13990000, 0x13990000, 0x13b50000)
  209. tenured generation   total 36200K, used 30966K [0x1d600000, 0x1f95a000, 0x32b60000)
  210.    the space 36200K,  85% used [0x1d600000, 0x1f43db28, 0x1f43dc00, 0x1f95a000)
  211. compacting perm gen  total 12288K, used 6098K [0x32b60000, 0x33760000, 0x36b60000)
  212.    the space 12288K,  49% used [0x32b60000, 0x33154a58, 0x33154c00, 0x33760000)
  213.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  214.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)
  215. Event: 4.852 GC heap after
  216. Heap after GC invocations=56 (full 5):
  217. def new generation   total 16320K, used 1108K [0x12b60000, 0x13d10000, 0x1d600000)
  218.   eden space 14528K,   0% used [0x12b60000, 0x12b60000, 0x13990000)
  219.   from space 1792K,  61% used [0x13990000, 0x13aa53e8, 0x13b50000)
  220.   to   space 1792K,   0% used [0x13b50000, 0x13b50000, 0x13d10000)
  221. tenured generation   total 36200K, used 30966K [0x1d600000, 0x1f95a000, 0x32b60000)
  222.    the space 36200K,  85% used [0x1d600000, 0x1f43db28, 0x1f43dc00, 0x1f95a000)
  223. compacting perm gen  total 12288K, used 6098K [0x32b60000, 0x33760000, 0x36b60000)
  224.    the space 12288K,  49% used [0x32b60000, 0x33154a58, 0x33154c00, 0x33760000)
  225.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  226.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)
  227. }
  228. Event: 4.899 GC heap before
  229. {Heap before GC invocations=56 (full 5):
  230. def new generation   total 16320K, used 15636K [0x12b60000, 0x13d10000, 0x1d600000)
  231.   eden space 14528K, 100% used [0x12b60000, 0x13990000, 0x13990000)
  232.   from space 1792K,  61% used [0x13990000, 0x13aa53e8, 0x13b50000)
  233.   to   space 1792K,   0% used [0x13b50000, 0x13b50000, 0x13d10000)
  234. tenured generation   total 36200K, used 30966K [0x1d600000, 0x1f95a000, 0x32b60000)
  235.    the space 36200K,  85% used [0x1d600000, 0x1f43db28, 0x1f43dc00, 0x1f95a000)
  236. compacting perm gen  total 12288K, used 6184K [0x32b60000, 0x33760000, 0x36b60000)
  237.    the space 12288K,  50% used [0x32b60000, 0x3316a210, 0x3316a400, 0x33760000)
  238.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  239.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)
  240. Event: 4.902 GC heap after
  241. Heap after GC invocations=57 (full 5):
  242. def new generation   total 16320K, used 622K [0x12b60000, 0x13d10000, 0x1d600000)
  243.   eden space 14528K,   0% used [0x12b60000, 0x12b60000, 0x13990000)
  244.   from space 1792K,  34% used [0x13b50000, 0x13beb878, 0x13d10000)
  245.   to   space 1792K,   0% used [0x13990000, 0x13990000, 0x13b50000)
  246. tenured generation   total 36200K, used 31287K [0x1d600000, 0x1f95a000, 0x32b60000)
  247.    the space 36200K,  86% used [0x1d600000, 0x1f48de18, 0x1f48e000, 0x1f95a000)
  248. compacting perm gen  total 12288K, used 6184K [0x32b60000, 0x33760000, 0x36b60000)
  249.    the space 12288K,  50% used [0x32b60000, 0x3316a210, 0x3316a400, 0x33760000)
  250.     ro space 10240K,  41% used [0x36b60000, 0x36f91a78, 0x36f91c00, 0x37560000)
  251.     rw space 12288K,  52% used [0x37560000, 0x37ba62c0, 0x37ba6400, 0x38160000)
  252. }

  253. Deoptimization events (0 events):
  254. No events

  255. Internal exceptions (10 events):
  256. Event: 4.789 Thread 0x031ac800 Threw 0x13068f58 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
  257. Event: 4.789 Thread 0x031ac800 Threw 0x13069138 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
  258. Event: 4.858 Thread 0x031ac800 Threw 0x12c43738 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
  259. Event: 4.858 Thread 0x031ac800 Threw 0x12c43938 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:717
  260. Event: 4.879 Thread 0x0087a800 Threw 0x135098e8 at C:\re\jdk7u45\229\hotspot\src\share\vm\classfile\systemDictionary.cpp:1990
  261. Event: 4.911 Thread 0x0087a800 Threw 0x12d5bfe0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  262. Event: 4.911 Thread 0x0087a800 Threw 0x12d5ec20 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  263. Event: 4.912 Thread 0x0087a800 Threw 0x12d61868 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  264. Event: 4.913 Thread 0x0087a800 Threw 0x12d6aed8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  265. Event: 4.914 Thread 0x0087a800 Threw 0x12d6e5f8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244

  266. Events (10 events):
  267. Event: 4.911 loading class 0x0365fa18
  268. Event: 4.911 loading class 0x0365fa18 done
  269. Event: 4.911 loading class 0x0365fa48
  270. Event: 4.911 loading class 0x0365fa48 done
  271. Event: 4.912 loading class 0x035b9d00
  272. Event: 4.912 loading class 0x035b9d00 done
  273. Event: 4.913 loading class 0x041922a8
  274. Event: 4.913 loading class 0x041922a8 done
  275. Event: 4.914 loading class 0x0365fc98
  276. Event: 4.914 loading class 0x0365fc98 done


  277. Dynamic libraries:
  278. 0x00400000 - 0x0042f000         C:\Program Files\Java\jre7\bin\javaw.exe
  279. 0x7c920000 - 0x7c9b6000         C:\WINDOWS\system32\ntdll.dll
  280. 0x7c800000 - 0x7c91e000         C:\WINDOWS\system32\kernel32.dll
  281. 0x77da0000 - 0x77e49000         C:\WINDOWS\system32\ADVAPI32.dll
  282. 0x77e50000 - 0x77ee3000         C:\WINDOWS\system32\RPCRT4.dll
  283. 0x77fc0000 - 0x77fd1000         C:\WINDOWS\system32\Secur32.dll
  284. 0x77d10000 - 0x77da0000         C:\WINDOWS\system32\USER32.dll
  285. 0x77ef0000 - 0x77f39000         C:\WINDOWS\system32\GDI32.dll
  286. 0x77180000 - 0x77283000         C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\COMCTL32.dll
  287. 0x77be0000 - 0x77c38000         C:\WINDOWS\system32\msvcrt.dll
  288. 0x77f40000 - 0x77fb6000         C:\WINDOWS\system32\SHLWAPI.dll
  289. 0x76300000 - 0x7631d000         C:\WINDOWS\system32\IMM32.DLL
  290. 0x62c20000 - 0x62c29000         C:\WINDOWS\system32\LPK.DLL
  291. 0x73fa0000 - 0x7400b000         C:\WINDOWS\system32\USP10.dll
  292. 0x78aa0000 - 0x78b5f000         C:\Program Files\Java\jre7\bin\msvcr100.dll
  293. 0x6e760000 - 0x6eae0000         C:\Program Files\Java\jre7\bin\client\jvm.dll
  294. 0x71a40000 - 0x71a4b000         C:\WINDOWS\system32\WSOCK32.dll
  295. 0x71a20000 - 0x71a37000         C:\WINDOWS\system32\WS2_32.dll
  296. 0x71a10000 - 0x71a18000         C:\WINDOWS\system32\WS2HELP.dll
  297. 0x76b10000 - 0x76b3a000         C:\WINDOWS\system32\WINMM.dll
  298. 0x76bc0000 - 0x76bcb000         C:\WINDOWS\system32\PSAPI.DLL
  299. 0x6e6b0000 - 0x6e6bc000         C:\Program Files\Java\jre7\bin\verify.dll
  300. 0x6d480000 - 0x6d4a0000         C:\Program Files\Java\jre7\bin\java.dll
  301. 0x6e740000 - 0x6e753000         C:\Program Files\Java\jre7\bin\zip.dll
  302. 0x6e4a0000 - 0x6e4b4000         C:\Program Files\Java\jre7\bin\net.dll
  303. 0x6e4c0000 - 0x6e4cf000         C:\Program Files\Java\jre7\bin\nio.dll
  304. 0x6e690000 - 0x6e6a1000         C:\Program Files\Java\jre7\bin\unpack.dll
  305. 0x10000000 - 0x1004c000         E:\1.62\MC1.6.2建筑\.minecraft\natives\lwjgl.dll
  306. 0x5ef10000 - 0x5efdc000         C:\WINDOWS\system32\OPENGL32.dll
  307. 0x68e20000 - 0x68e40000         C:\WINDOWS\system32\GLU32.dll
  308. 0x736d0000 - 0x7371b000         C:\WINDOWS\system32\DDRAW.dll
  309. 0x73b30000 - 0x73b36000         C:\WINDOWS\system32\DCIMAN32.dll
  310. 0x77bd0000 - 0x77bd8000         C:\WINDOWS\system32\VERSION.dll
  311. 0x68000000 - 0x68036000         C:\WINDOWS\system32\rsaenh.dll
  312. 0x759d0000 - 0x75a7f000         C:\WINDOWS\system32\USERENV.dll
  313. 0x5fdd0000 - 0x5fe25000         C:\WINDOWS\system32\netapi32.dll
  314. 0x719c0000 - 0x719fe000         C:\WINDOWS\System32\mswsock.dll
  315. 0x76ef0000 - 0x76f17000         C:\WINDOWS\system32\DNSAPI.dll
  316. 0x76d30000 - 0x76d48000         C:\WINDOWS\system32\iphlpapi.dll
  317. 0x76f80000 - 0x76f88000         C:\WINDOWS\System32\winrnr.dll
  318. 0x76f30000 - 0x76f5c000         C:\WINDOWS\system32\WLDAP32.dll
  319. 0x76f90000 - 0x76f96000         C:\WINDOWS\system32\rasadhlp.dll
  320. 0x6d000000 - 0x6d143000         C:\Program Files\Java\jre7\bin\awt.dll
  321. 0x770f0000 - 0x7717b000         C:\WINDOWS\system32\OLEAUT32.dll
  322. 0x76990000 - 0x76ace000         C:\WINDOWS\system32\ole32.dll
  323. 0x5adc0000 - 0x5adf7000         C:\WINDOWS\system32\uxtheme.dll
  324. 0x74680000 - 0x746cc000         C:\WINDOWS\system32\MSCTF.dll
  325. 0x73640000 - 0x7366e000         C:\WINDOWS\system32\msctfime.ime
  326. 0x69030000 - 0x6a34f000         C:\WINDOWS\system32\atioglxx.dll
  327. 0x04b80000 - 0x04bae000         C:\WINDOWS\system32\atiadlxx.dll
  328. 0x76060000 - 0x761b6000         C:\WINDOWS\system32\SETUPAPI.dll
  329. 0x78130000 - 0x781cb000         C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\MSVCR80.dll
  330. 0x68d60000 - 0x68e01000         C:\WINDOWS\system32\dbghelp.dll

  331. VM Arguments:
  332. jvm_args: -Xmx512m -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.library.path=.minecraft\natives
  333. java_command: net.minecraft.launchwrapper.Launch --username longer --session ${auth_session} --version 1.6.2longer整合建筑包 --gameDir .minecraft --assetsDir .minecraft\assets --tweakClass cpw.mods.fml.common.launcher.FMLTweaker
  334. Launcher Type: SUN_STANDARD

  335. Environment Variables:
  336. PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\ATI.ACE\Core-Static
  337. USERNAME=Administrator
  338. OS=Windows_NT
  339. PROCESSOR_IDENTIFIER=x86 Family 16 Model 6 Stepping 3, AuthenticAMD



  340. ---------------  S Y S T E M  ---------------

  341. OS: Windows XP Build 2600 Service Pack 3

  342. CPU:total 2 (2 cores per cpu, 1 threads per core) family 16 model 6 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv

  343. Memory: 4k page, physical 1834344k(996476k free), swap 7180892k(6231576k free)

  344. vm_info: Java HotSpot(TM) Client VM (24.45-b08) for windows-x86 JRE (1.7.0_45-b18), built on Oct  8 2013 06:02:43 by "java_re" with unknown MS VC++:1600

  345. time: Fri Oct 18 21:39:30 2013
  346. elapsed time: 5 seconds
复制代码
哎 这使我突然不能玩minecraft了 很有关 谢谢各位了

szlytlyt
错版,已举报

ImSuperCool
szlytlyt 发表于 2013-10-19 09:42
错版,已举报

{:10_503:} 我也不知道放在哪啊!!!!
但是这个问题求解啊!!!!!!!!!!!!!!!!!!!!11

第一页 上一页 下一页 最后一页