AndyAndreiH

ComputerCraft ATI GPU Crash

Feb 19th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.56 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=0x42560aea, pid=4636, tid=4508
  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 windows-x86 )
  8. # Problematic frame:
  9. # C [atioglxx.dll+0x7b0aea]
  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.  
  19. --------------- T H R E A D ---------------
  20.  
  21. Current thread (0x023ad000): JavaThread "Minecraft main thread" [_thread_in_native, id=4508, stack(0x02200000,0x02250000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
  24.  
  25. Registers:
  26. EAX=0x00000100, EBX=0x00000100, ECX=0x00000040, EDX=0x00000000
  27. ESP=0x0224e318, EBP=0x0224e320, ESI=0x00000000, EDI=0x43593128
  28. EIP=0x42560aea, EFLAGS=0x00010212
  29.  
  30. Top of Stack: (sp=0x0224e318)
  31. 0x0224e318: 00000010 43593128 00000000 41f54a88
  32. 0x0224e328: 43593128 00000000 00000100 43743208
  33. 0x0224e338: 0224e3b0 42857640 00000010 00000100
  34. 0x0224e348: 144a0b40 00000100 43593128 00000010
  35. 0x0224e358: 00000000 00000000 00000001 00000004
  36. 0x0224e368: 00000000 00000000 00000000 00001000
  37. 0x0224e378: 41f57766 00000010 00000010 00000010
  38. 0x0224e388: 00000000 0000000f 023ad000 3503b230
  39.  
  40. Instructions: (pc=0x42560aea)
  41. 0x42560aca: fe 5e 5f 75 08 5e 5f 5d e9 12 5b 00 00 f7 c7 03
  42. 0x42560ada: 00 00 00 75 15 c1 e9 02 83 e2 03 83 f9 08 72 2a
  43. 0x42560aea: f3 a5 ff 24 95 04 0c 56 42 90 8b c7 ba 03 00 00
  44. 0x42560afa: 00 83 e9 04 72 0c 83 e0 03 03 c8 ff 24 85 18 0b
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x00000100 is an unknown value
  50. EBX=0x00000100 is an unknown value
  51. ECX=0x00000040 is an unknown value
  52. EDX=0x00000000 is an unknown value
  53. ESP=0x0224e318 is pointing into the stack for thread: 0x023ad000
  54. EBP=0x0224e320 is pointing into the stack for thread: 0x023ad000
  55. ESI=0x00000000 is an unknown value
  56. EDI=0x43593128 is an unknown value
  57.  
  58.  
  59. Stack: [0x02200000,0x02250000], sp=0x0224e318, free space=312k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [atioglxx.dll+0x7b0aea]
  62.  
  63. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  64. j org.lwjgl.opengl.GL11.nglTexImage2D(IIIIIIIIJJ)V+0
  65. j org.lwjgl.opengl.GL11.glTexImage2D(IIIIIIIILjava/nio/IntBuffer;)V+63
  66. j net.minecraft.client.renderer.texture.TextureUtil.func_110991_a(III)V+22
  67. j net.minecraft.client.renderer.texture.TextureUtil.func_110989_a(ILjava/awt/image/BufferedImage;ZZ)I+9
  68. j net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(Lnet/minecraft/client/resources/ResourceManager;)V+123
  69. j net.minecraft.client.renderer.texture.TextureManager.func_110579_a(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/client/renderer/texture/TextureObject;)Z+7
  70. J net.minecraft.client.renderer.texture.TextureManager.func_110577_a(Lnet/minecraft/util/ResourceLocation;)V
  71. j dan200.computer.client.FixedWidthFontRenderer.drawString(Ljava/lang/String;IILjava/lang/String;FZ)V+38
  72. j dan200.computer.client.TileEntityMonitorRenderer.renderTileEntityMonitorAt(Ldan200/computer/shared/TileEntityMonitor;DDDF)V+592
  73. j dan200.computer.client.TileEntityMonitorRenderer.func_76894_a(Lnet/minecraft/tileentity/TileEntity;DDDF)V+12
  74. j net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76949_a(Lnet/minecraft/tileentity/TileEntity;DDDF)V+22
  75. J net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(Lnet/minecraft/tileentity/TileEntity;F)V
  76. J net.minecraft.client.renderer.RenderGlobal.func_72713_a(Lnet/minecraft/util/Vec3;Lnet/minecraft/client/renderer/culling/ICamera;F)V
  77. J net.minecraft.client.renderer.EntityRenderer.func_78471_a(FJ)V
  78. J net.minecraft.client.renderer.EntityRenderer.func_78480_b(F)V
  79. J net.minecraft.client.Minecraft.func_71411_J()V
  80. j net.minecraft.client.Minecraft.func_99999_d()V+97
  81. j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+768
  82. v ~StubRoutines::call_stub
  83. j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
  84. j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
  85. j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
  86. j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
  87. j net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+657
  88. j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
  89. v ~StubRoutines::call_stub
  90.  
  91. --------------- P R O C E S S ---------------
  92.  
  93. Java Threads: ( => current thread )
  94. 0x5c601c00 JavaThread "pool-2-thread-1" [_thread_blocked, id=5548, stack(0x42cd0000,0x42d20000)]
  95. 0x5c600400 JavaThread "Client write thread" [_thread_blocked, id=4676, stack(0x42d70000,0x42dc0000)]
  96. 0x5c603400 JavaThread "Client read thread" [_thread_in_native, id=2552, stack(0x42d20000,0x42d70000)]
  97. 0x5c603000 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=92, stack(0x43130000,0x43180000)]
  98. 0x5c603c00 JavaThread "Thread-96" [_thread_blocked, id=5172, stack(0x5f270000,0x5f2c0000)]
  99. 0x5c601400 JavaThread "Thread-94" [_thread_blocked, id=6116, stack(0x5f930000,0x5f980000)]
  100. 0x5c602000 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_blocked, id=4032, stack(0x5f870000,0x5f8c0000)]
  101. 0x5dd3f800 JavaThread "PR TableUpdateThread #3" daemon [_thread_blocked, id=4716, stack(0x5f820000,0x5f870000)]
  102. 0x5dd3f400 JavaThread "PR TableUpdateThread #2" daemon [_thread_blocked, id=4444, stack(0x5f7d0000,0x5f820000)]
  103. 0x5dd42c00 JavaThread "PR TableUpdateThread #1" daemon [_thread_blocked, id=1124, stack(0x5f780000,0x5f7d0000)]
  104. 0x5dd42400 JavaThread "PR TableUpdateThread #0" daemon [_thread_blocked, id=4540, stack(0x5f730000,0x5f780000)]
  105. 0x5dd40400 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=5608, stack(0x5f5a0000,0x5f5f0000)]
  106. 0x5dd42000 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=4392, stack(0x5f550000,0x5f5a0000)]
  107. 0x5dd40c00 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=2460, stack(0x5f500000,0x5f550000)]
  108. 0x5dd41800 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=3836, stack(0x5f4b0000,0x5f500000)]
  109. 0x5dd41000 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=3928, stack(0x5f460000,0x5f4b0000)]
  110. 0x459c9c00 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=4468, stack(0x5f410000,0x5f460000)]
  111. 0x459c9400 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=5692, stack(0x5f3c0000,0x5f410000)]
  112. 0x459c8800 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=5752, stack(0x5f370000,0x5f3c0000)]
  113. 0x459c9000 JavaThread "Thread-12" [_thread_blocked, id=5432, stack(0x43040000,0x43090000)]
  114. 0x45503400 JavaThread "Immibis Core background task" daemon [_thread_blocked, id=5248, stack(0x42bd0000,0x42c20000)]
  115. 0x4157b000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4068, stack(0x41cd0000,0x41d20000)]
  116. 0x3ec61400 JavaThread "Snooper Timer" daemon [_thread_blocked, id=844, stack(0x41c50000,0x41ca0000)]
  117. 0x3ebaa400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=76, stack(0x3f980000,0x3f9d0000)]
  118. 0x3eb04800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2072, stack(0x3f8e0000,0x3f930000)]
  119. 0x3ea56c00 JavaThread "Thread-1" daemon [_thread_blocked, id=4008, stack(0x3f080000,0x3f0d0000)]
  120. 0x3e61f000 JavaThread "Service Thread" daemon [_thread_blocked, id=2216, stack(0x3e8f0000,0x3e940000)]
  121. 0x3e61a800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4652, stack(0x3e8a0000,0x3e8f0000)]
  122. 0x3e619400 JavaThread "Attach Listener" daemon [_thread_blocked, id=5604, stack(0x3e850000,0x3e8a0000)]
  123. 0x3e617000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4864, stack(0x3e800000,0x3e850000)]
  124. 0x02349800 JavaThread "Finalizer" daemon [_thread_blocked, id=3132, stack(0x3e5b0000,0x3e600000)]
  125. 0x02343800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5816, stack(0x3e560000,0x3e5b0000)]
  126. =>0x023ad000 JavaThread "Minecraft main thread" [_thread_in_native, id=4508, stack(0x02200000,0x02250000)]
  127.  
  128. Other Threads:
  129. 0x02341800 VMThread [stack: 0x3e510000,0x3e560000] [id=3952]
  130. 0x3e641000 WatcherThread [stack: 0x3e940000,0x3e990000] [id=5720]
  131.  
  132. VM state:not at safepoint (normal execution)
  133.  
  134. VM Mutex/Monitor currently owned by a thread: None
  135.  
  136. Heap
  137. def new generation total 235968K, used 26528K [0x04430000, 0x14430000, 0x14430000)
  138. eden space 209792K, 8% used [0x04430000, 0x055bec48, 0x11110000)
  139. from space 26176K, 32% used [0x11110000, 0x11969630, 0x12aa0000)
  140. to space 26176K, 0% used [0x12aa0000, 0x12aa0000, 0x14430000)
  141. tenured generation total 524288K, used 489381K [0x14430000, 0x34430000, 0x34430000)
  142. the space 524288K, 93% used [0x14430000, 0x32219670, 0x32219800, 0x34430000)
  143. compacting perm gen total 62720K, used 62558K [0x34430000, 0x38170000, 0x3c430000)
  144. the space 62720K, 99% used [0x34430000, 0x381479f8, 0x38147a00, 0x38170000)
  145. No shared spaces configured.
  146.  
  147. Card table byte_map: [0x3e230000,0x3e400000] byte_map_base: 0x3e20de80
  148.  
  149. Polling page: 0x011b0000
  150.  
  151. Code Cache [0x023b0000, 0x03190000, 0x043b0000)
  152. total_blobs=6892 nmethods=6352 adapters=475 free_code_cache=18567Kb largest_free_block=19007808
  153.  
  154. Compilation events (10 events):
  155. Event: 296.819 Thread 0x3e61a800 6453 codechicken.multipart.TileMultipartClient$$anonfun$renderStatic$1::apply (12 bytes)
  156. Event: 296.819 Thread 0x3e61a800 nmethod 6453 0x0318e6c8 code [0x0318e7d0, 0x0318e89c]
  157. Event: 296.819 Thread 0x3e61a800 6454 codechicken.multipart.TileMultipartClient$$anonfun$renderStatic$1::apply (17 bytes)
  158. Event: 296.819 Thread 0x3e61a800 nmethod 6454 0x0318e948 code [0x0318ea50, 0x0318eafc]
  159. Event: 296.819 Thread 0x3e61a800 6455 codechicken.multipart.MultipartRenderer$::pass (5 bytes)
  160. Event: 296.819 Thread 0x3e61a800 nmethod 6455 0x0318eb48 code [0x0318ec40, 0x0318ecc0]
  161. Event: 296.850 Thread 0x3e61a800 6456 factorization.shared.Core::profileStart (26 bytes)
  162. Event: 296.850 Thread 0x3e61a800 nmethod 6456 0x0318ed08 code [0x0318ee50, 0x0318efdc]
  163. Event: 296.850 Thread 0x3e61a800 6457 factorization.shared.Core::profileEnd (25 bytes)
  164. Event: 296.895 Thread 0x3e61a800 nmethod 6457 0x0318f208 code [0x0318f350, 0x0318f4cc]
  165.  
  166. GC Heap History (10 events):
  167. Event: 257.935 GC heap before
  168. {Heap before GC invocations=213 (full 22):
  169. def new generation total 235968K, used 209792K [0x04430000, 0x14430000, 0x14430000)
  170. eden space 209792K, 100% used [0x04430000, 0x11110000, 0x11110000)
  171. from space 26176K, 0% used [0x12aa0000, 0x12aa0000, 0x14430000)
  172. to space 26176K, 0% used [0x11110000, 0x11110000, 0x12aa0000)
  173. tenured generation total 524288K, used 503162K [0x14430000, 0x34430000, 0x34430000)
  174. the space 524288K, 95% used [0x14430000, 0x32f8e8e0, 0x32f8ea00, 0x34430000)
  175. compacting perm gen total 61952K, used 61809K [0x34430000, 0x380b0000, 0x3c430000)
  176. the space 61952K, 99% used [0x34430000, 0x3808c6f0, 0x3808c800, 0x380b0000)
  177. No shared spaces configured.
  178. Event: 259.691 GC heap after
  179. Heap after GC invocations=214 (full 23):
  180. def new generation total 235968K, used 0K [0x04430000, 0x14430000, 0x14430000)
  181. eden space 209792K, 0% used [0x04430000, 0x04430000, 0x11110000)
  182. from space 26176K, 0% used [0x12aa0000, 0x12aa0000, 0x14430000)
  183. to space 26176K, 0% used [0x11110000, 0x11110000, 0x12aa0000)
  184. tenured generation total 524288K, used 511306K [0x14430000, 0x34430000, 0x34430000)
  185. the space 524288K, 97% used [0x14430000, 0x337828d8, 0x33782a00, 0x34430000)
  186. compacting perm gen total 61952K, used 61809K [0x34430000, 0x380b0000, 0x3c430000)
  187. the space 61952K, 99% used [0x34430000, 0x3808c6f0, 0x3808c800, 0x380b0000)
  188. No shared spaces configured.
  189. }
  190. Event: 274.723 GC heap before
  191. {Heap before GC invocations=214 (full 23):
  192. def new generation total 235968K, used 209792K [0x04430000, 0x14430000, 0x14430000)
  193. eden space 209792K, 100% used [0x04430000, 0x11110000, 0x11110000)
  194. from space 26176K, 0% used [0x12aa0000, 0x12aa0000, 0x14430000)
  195. to space 26176K, 0% used [0x11110000, 0x11110000, 0x12aa0000)
  196. tenured generation total 524288K, used 511306K [0x14430000, 0x34430000, 0x34430000)
  197. the space 524288K, 97% used [0x14430000, 0x337828d8, 0x33782a00, 0x34430000)
  198. compacting perm gen total 62208K, used 61998K [0x34430000, 0x380f0000, 0x3c430000)
  199. the space 62208K, 99% used [0x34430000, 0x380bba48, 0x380bbc00, 0x380f0000)
  200. No shared spaces configured.
  201. Event: 277.159 GC heap after
  202. Heap after GC invocations=215 (full 24):
  203. def new generation total 235968K, used 0K [0x04430000, 0x14430000, 0x14430000)
  204. eden space 209792K, 0% used [0x04430000, 0x04430000, 0x11110000)
  205. from space 26176K, 0% used [0x12aa0000, 0x12aa0000, 0x14430000)
  206. to space 26176K, 0% used [0x11110000, 0x11110000, 0x12aa0000)
  207. tenured generation total 524288K, used 481577K [0x14430000, 0x34430000, 0x34430000)
  208. the space 524288K, 91% used [0x14430000, 0x31a7a5e8, 0x31a7a600, 0x34430000)
  209. compacting perm gen total 62208K, used 61994K [0x34430000, 0x380f0000, 0x3c430000)
  210. the space 62208K, 99% used [0x34430000, 0x380baa40, 0x380bac00, 0x380f0000)
  211. No shared spaces configured.
  212. }
  213. Event: 285.139 GC heap before
  214. {Heap before GC invocations=215 (full 24):
  215. def new generation total 235968K, used 202669K [0x04430000, 0x14430000, 0x14430000)
  216. eden space 209792K, 96% used [0x04430000, 0x10a1b768, 0x11110000)
  217. from space 26176K, 0% used [0x12aa0000, 0x12aa0000, 0x14430000)
  218. to space 26176K, 0% used [0x11110000, 0x11110000, 0x12aa0000)
  219. tenured generation total 524288K, used 481577K [0x14430000, 0x34430000, 0x34430000)
  220. the space 524288K, 91% used [0x14430000, 0x31a7a5e8, 0x31a7a600, 0x34430000)
  221. compacting perm gen total 62720K, used 62498K [0x34430000, 0x38170000, 0x3c430000)
  222. the space 62720K, 99% used [0x34430000, 0x38138a70, 0x38138c00, 0x38170000)
  223. No shared spaces configured.
  224. Event: 285.177 GC heap after
  225. Heap after GC invocations=216 (full 24):
  226. def new generation total 235968K, used 11179K [0x04430000, 0x14430000, 0x14430000)
  227. eden space 209792K, 0% used [0x04430000, 0x04430000, 0x11110000)
  228. from space 26176K, 42% used [0x11110000, 0x11bfad78, 0x12aa0000)
  229. to space 26176K, 0% used [0x12aa0000, 0x12aa0000, 0x14430000)
  230. tenured generation total 524288K, used 481577K [0x14430000, 0x34430000, 0x34430000)
  231. the space 524288K, 91% used [0x14430000, 0x31a7a5e8, 0x31a7a600, 0x34430000)
  232. compacting perm gen total 62720K, used 62498K [0x34430000, 0x38170000, 0x3c430000)
  233. the space 62720K, 99% used [0x34430000, 0x38138a70, 0x38138c00, 0x38170000)
  234. No shared spaces configured.
  235. }
  236. Event: 292.215 GC heap before
  237. {Heap before GC invocations=216 (full 24):
  238. def new generation total 235968K, used 208501K [0x04430000, 0x14430000, 0x14430000)
  239. eden space 209792K, 94% used [0x04430000, 0x104e26e0, 0x11110000)
  240. from space 26176K, 42% used [0x11110000, 0x11bfad78, 0x12aa0000)
  241. to space 26176K, 0% used [0x12aa0000, 0x12aa0000, 0x14430000)
  242. tenured generation total 524288K, used 481577K [0x14430000, 0x34430000, 0x34430000)
  243. the space 524288K, 91% used [0x14430000, 0x31a7a5e8, 0x31a7a600, 0x34430000)
  244. compacting perm gen total 62720K, used 62552K [0x34430000, 0x38170000, 0x3c430000)
  245. the space 62720K, 99% used [0x34430000, 0x381460b0, 0x38146200, 0x38170000)
  246. No shared spaces configured.
  247. Event: 292.256 GC heap after
  248. Heap after GC invocations=217 (full 24):
  249. def new generation total 235968K, used 16024K [0x04430000, 0x14430000, 0x14430000)
  250. eden space 209792K, 0% used [0x04430000, 0x04430000, 0x11110000)
  251. from space 26176K, 61% used [0x12aa0000, 0x13a46130, 0x14430000)
  252. to space 26176K, 0% used [0x11110000, 0x11110000, 0x12aa0000)
  253. tenured generation total 524288K, used 481577K [0x14430000, 0x34430000, 0x34430000)
  254. the space 524288K, 91% used [0x14430000, 0x31a7a5e8, 0x31a7a600, 0x34430000)
  255. compacting perm gen total 62720K, used 62552K [0x34430000, 0x38170000, 0x3c430000)
  256. the space 62720K, 99% used [0x34430000, 0x381460b0, 0x38146200, 0x38170000)
  257. No shared spaces configured.
  258. }
  259. Event: 296.851 GC heap before
  260. {Heap before GC invocations=217 (full 24):
  261. def new generation total 235968K, used 225311K [0x04430000, 0x14430000, 0x14430000)
  262. eden space 209792K, 99% used [0x04430000, 0x11091e50, 0x11110000)
  263. from space 26176K, 61% used [0x12aa0000, 0x13a46130, 0x14430000)
  264. to space 26176K, 0% used [0x11110000, 0x11110000, 0x12aa0000)
  265. tenured generation total 524288K, used 481577K [0x14430000, 0x34430000, 0x34430000)
  266. the space 524288K, 91% used [0x14430000, 0x31a7a5e8, 0x31a7a600, 0x34430000)
  267. compacting perm gen total 62720K, used 62558K [0x34430000, 0x38170000, 0x3c430000)
  268. the space 62720K, 99% used [0x34430000, 0x381479f8, 0x38147a00, 0x38170000)
  269. No shared spaces configured.
  270. Event: 296.895 GC heap after
  271. Heap after GC invocations=218 (full 24):
  272. def new generation total 235968K, used 8549K [0x04430000, 0x14430000, 0x14430000)
  273. eden space 209792K, 0% used [0x04430000, 0x04430000, 0x11110000)
  274. from space 26176K, 32% used [0x11110000, 0x11969630, 0x12aa0000)
  275. to space 26176K, 0% used [0x12aa0000, 0x12aa0000, 0x14430000)
  276. tenured generation total 524288K, used 489381K [0x14430000, 0x34430000, 0x34430000)
  277. the space 524288K, 93% used [0x14430000, 0x32219670, 0x32219800, 0x34430000)
  278. compacting perm gen total 62720K, used 62558K [0x34430000, 0x38170000, 0x3c430000)
  279. the space 62720K, 99% used [0x34430000, 0x381479f8, 0x38147a00, 0x38170000)
  280. No shared spaces configured.
  281. }
  282.  
  283. Deoptimization events (0 events):
  284. No events
  285.  
  286. Internal exceptions (10 events):
  287. Event: 296.657 Thread 0x5c600400 Threw 0x05627508 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  288. Event: 296.657 Thread 0x5c600400 Threw 0x056276b0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2917
  289. Event: 296.672 Thread 0x5c600400 Threw 0x05627858 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  290. Event: 296.685 Thread 0x5c600400 Threw 0x05627a00 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2917
  291. Event: 296.696 Thread 0x5c600400 Threw 0x05627b60 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  292. Event: 296.706 Thread 0x5c600400 Threw 0x05627d50 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  293. Event: 296.724 Thread 0x5c600400 Threw 0x0fea6b98 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  294. Event: 296.732 Thread 0x5c600400 Threw 0x0fea6d40 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  295. Event: 296.745 Thread 0x5c600400 Threw 0x0fea6f30 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2917
  296. Event: 296.746 Thread 0x5c601400 Threw 0x05628540 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  297.  
  298. Events (10 events):
  299. Event: 295.964 loading class 0x4cfe4de8
  300. Event: 295.964 loading class 0x4cfe4de8 done
  301. Event: 295.968 loading class 0x46642200
  302. Event: 295.968 loading class 0x46642200 done
  303. Event: 296.606 Thread 0x5c600800 Thread added: 0x5c600800
  304. Event: 296.653 Executing VM operation: RevokeBias
  305. Event: 296.653 Executing VM operation: RevokeBias done
  306. Event: 296.653 Thread 0x5c600800 Thread exited: 0x5c600800
  307. Event: 296.851 Executing VM operation: GenCollectForAllocation
  308. Event: 296.895 Executing VM operation: GenCollectForAllocation done
  309.  
  310.  
  311. Dynamic libraries:
  312. 0x00e70000 - 0x00e9f000 C:\Program Files\Java\jre7\bin\javaw.exe
  313. 0x77c10000 - 0x77d78000 C:\Windows\SYSTEM32\ntdll.dll
  314. 0x76e20000 - 0x76f18000 C:\Windows\system32\KERNEL32.DLL
  315. 0x75470000 - 0x7552d000 C:\Windows\system32\KERNELBASE.dll
  316. 0x6fc30000 - 0x6fcd7000 C:\Windows\system32\apphelp.dll
  317. 0x68200000 - 0x68470000 C:\Windows\AppPatch\AcLayers.DLL
  318. 0x777a0000 - 0x77851000 C:\Windows\system32\msvcrt.dll
  319. 0x77a20000 - 0x77b41000 C:\Windows\system32\USER32.dll
  320. 0x77690000 - 0x7779b000 C:\Windows\system32\GDI32.dll
  321. 0x75830000 - 0x768f6000 C:\Windows\system32\SHELL32.dll
  322. 0x77bd0000 - 0x77c10000 C:\Windows\system32\SHLWAPI.dll
  323. 0x76a40000 - 0x76acb000 C:\Windows\system32\OLEAUT32.dll
  324. 0x6d6b0000 - 0x6d6c3000 C:\Windows\SYSTEM32\MPR.dll
  325. 0x77120000 - 0x772cf000 C:\Windows\system32\SETUPAPI.dll
  326. 0x72900000 - 0x72903000 C:\Windows\SYSTEM32\sfc.dll
  327. 0x71840000 - 0x718a0000 C:\Windows\SYSTEM32\WINSPOOL.DRV
  328. 0x774d0000 - 0x775a1000 C:\Windows\system32\RPCRT4.dll
  329. 0x76900000 - 0x76a36000 C:\Windows\SYSTEM32\combase.dll
  330. 0x75550000 - 0x75596000 C:\Windows\system32\CFGMGR32.dll
  331. 0x75530000 - 0x7554e000 C:\Windows\system32\DEVOBJ.dll
  332. 0x6a930000 - 0x6a93e000 C:\Windows\SYSTEM32\sfc_os.DLL
  333. 0x775b0000 - 0x775db000 C:\Windows\system32\IMM32.DLL
  334. 0x77940000 - 0x77a1e000 C:\Windows\system32\MSCTF.dll
  335. 0x775e0000 - 0x7768e000 C:\Windows\system32\ADVAPI32.dll
  336. 0x73400000 - 0x735f8000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16579_none_8937eec6860750f5\COMCTL32.dll
  337. 0x77300000 - 0x77334000 C:\Windows\SYSTEM32\sechost.dll
  338. 0x69900000 - 0x699bf000 C:\Program Files\Java\jre7\bin\msvcr100.dll
  339. 0x67e80000 - 0x68200000 C:\Program Files\Java\jre7\bin\client\jvm.dll
  340. 0x713c0000 - 0x713c8000 C:\Windows\SYSTEM32\WSOCK32.dll
  341. 0x6f0a0000 - 0x6f0c1000 C:\Windows\SYSTEM32\WINMM.dll
  342. 0x774c0000 - 0x774c6000 C:\Windows\system32\PSAPI.DLL
  343. 0x77340000 - 0x77390000 C:\Windows\system32\WS2_32.dll
  344. 0x6f070000 - 0x6f09b000 C:\Windows\SYSTEM32\WINMMBASE.dll
  345. 0x76ad0000 - 0x76ad8000 C:\Windows\system32\NSI.dll
  346. 0x728f0000 - 0x728fc000 C:\Program Files\Java\jre7\bin\verify.dll
  347. 0x728d0000 - 0x728f0000 C:\Program Files\Java\jre7\bin\java.dll
  348. 0x6dce0000 - 0x6dcf3000 C:\Program Files\Java\jre7\bin\zip.dll
  349. 0x6d040000 - 0x6d054000 C:\Program Files\Java\jre7\bin\net.dll
  350. 0x74ba0000 - 0x74bea000 C:\Windows\system32\mswsock.dll
  351. 0x72020000 - 0x7202f000 C:\Program Files\Java\jre7\bin\nio.dll
  352. 0x65050000 - 0x65193000 C:\Program Files\Java\jre7\bin\awt.dll
  353. 0x743d0000 - 0x74477000 C:\Windows\system32\uxtheme.dll
  354. 0x73600000 - 0x73619000 C:\Windows\SYSTEM32\dwmapi.dll
  355. 0x76ae0000 - 0x76bf9000 C:\Windows\system32\ole32.dll
  356. 0x75080000 - 0x75089000 C:\Windows\SYSTEM32\CRYPTBASE.dll
  357. 0x75020000 - 0x75071000 C:\Windows\SYSTEM32\bcryptPrimitives.dll
  358. 0x778c0000 - 0x77933000 C:\Windows\SYSTEM32\shcore.dll
  359. 0x6aee0000 - 0x6af18000 C:\Program Files\Java\jre7\bin\fontmanager.dll
  360. 0x6d3d0000 - 0x6d585000 C:\Windows\system32\d3d9.dll
  361. 0x713b0000 - 0x713b8000 C:\Windows\SYSTEM32\VERSION.dll
  362. 0x6ddd0000 - 0x6e18e000 C:\Windows\SYSTEM32\atiumdag.dll
  363. 0x66360000 - 0x6682e000 C:\Windows\SYSTEM32\atiumdva.dll
  364. 0x6cfe0000 - 0x6d010000 C:\Program Files\Java\jre7\bin\t2k.dll
  365. 0x6a5e0000 - 0x6a5f1000 C:\Program Files\Java\jre7\bin\unpack.dll
  366. 0x6cf80000 - 0x6cf8a000 C:\Program Files\Java\jre7\bin\management.dll
  367. 0x3f930000 - 0x3f97c000 C:\Users\Ionut\AppData\Roaming\.technic\modpacks\mikkpack\bin\natives\lwjgl.dll
  368. 0x64270000 - 0x6433e000 C:\Windows\SYSTEM32\OPENGL32.dll
  369. 0x698d0000 - 0x698f3000 C:\Windows\SYSTEM32\GLU32.dll
  370. 0x6d5a0000 - 0x6d679000 C:\Windows\SYSTEM32\DDRAW.dll
  371. 0x6d690000 - 0x6d697000 C:\Windows\SYSTEM32\DCIMAN32.dll
  372. 0x74bf0000 - 0x74c0a000 C:\Windows\SYSTEM32\CRYPTSP.dll
  373. 0x74910000 - 0x7494e000 C:\Windows\system32\rsaenh.dll
  374. 0x749e0000 - 0x749fb000 C:\Windows\SYSTEM32\USERENV.dll
  375. 0x751f0000 - 0x75201000 C:\Windows\SYSTEM32\profapi.dll
  376. 0x6fec0000 - 0x6fed0000 C:\Windows\system32\napinsp.dll
  377. 0x6fea0000 - 0x6feb4000 C:\Windows\system32\pnrpnsp.dll
  378. 0x73fa0000 - 0x73fb0000 C:\Windows\system32\NLAapi.dll
  379. 0x74a30000 - 0x74aa5000 C:\Windows\SYSTEM32\DNSAPI.dll
  380. 0x6fe90000 - 0x6fe99000 C:\Windows\System32\winrnr.dll
  381. 0x6fe60000 - 0x6fe81000 C:\Program Files\Bonjour\mdnsNSP.dll
  382. 0x72d00000 - 0x72d20000 C:\Windows\SYSTEM32\Iphlpapi.DLL
  383. 0x72cd0000 - 0x72cd8000 C:\Windows\SYSTEM32\WINNSI.DLL
  384. 0x6fe50000 - 0x6fe57000 C:\Windows\System32\rasadhlp.dll
  385. 0x725e0000 - 0x7261f000 C:\Windows\System32\fwpuclnt.dll
  386. 0x41db0000 - 0x428e4000 C:\Windows\SYSTEM32\atioglxx.dll
  387. 0x3fed0000 - 0x3fef1000 C:\Windows\SYSTEM32\atiadlxx.dll
  388. 0x6f480000 - 0x6f51b000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6910_none_d089c358442de345\MSVCR80.dll
  389. 0x61b70000 - 0x61bec000 C:\Windows\SYSTEM32\mscms.dll
  390. 0x61b30000 - 0x61b6b000 C:\Windows\SYSTEM32\icm32.dll
  391. 0x6aca0000 - 0x6acc0000 C:\Program Files\Java\jre7\bin\sunec.dll
  392. 0x71af0000 - 0x71af9000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
  393. 0x75290000 - 0x75412000 C:\Windows\system32\CRYPT32.dll
  394. 0x75270000 - 0x75282000 C:\Windows\system32\MSASN1.dll
  395. 0x5f5f0000 - 0x5f61c000 C:\Users\Ionut\AppData\Roaming\.technic\modpacks\mikkpack\jacob-1.17-M2-x86.dll
  396. 0x77b50000 - 0x77bc4000 C:\Windows\SYSTEM32\clbcatq.dll
  397. 0x64130000 - 0x64266000 C:\Windows\System32\Speech\Common\sapi.dll
  398. 0x6a740000 - 0x6a754000 C:\Windows\SYSTEM32\MSACM32.dll
  399. 0x73810000 - 0x7381b000 C:\Windows\SYSTEM32\msdmo.dll
  400. 0x732e0000 - 0x7332d000 C:\Windows\System32\MMDevApi.dll
  401. 0x75090000 - 0x75130000 C:\Windows\SYSTEM32\sxs.dll
  402. 0x5f2c0000 - 0x5f325000 C:\Users\Ionut\AppData\Roaming\.technic\modpacks\mikkpack\bin\natives\OpenAL32.dll
  403. 0x69ff0000 - 0x6a074000 C:\Windows\SYSTEM32\dsound.dll
  404. 0x751a0000 - 0x751df000 C:\Windows\SYSTEM32\POWRPROF.dll
  405. 0x72dc0000 - 0x72e14000 C:\Windows\SYSTEM32\AUDIOSES.DLL
  406. 0x44fd0000 - 0x450f9000 C:\Windows\SYSTEM32\dbghelp.dll
  407.  
  408. VM Arguments:
  409. jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx768m -XX:MaxPermSize=128m -Djava.library.path=C:\Users\Ionut\AppData\Roaming\.technic\modpacks\mikkpack\bin\natives -Dfml.core.libraries.mirror=http://mirror.technicpack.net/Technic/lib/fml/%s -Dminecraft.applet.TargetDirectory=C:\Users\Ionut\AppData\Roaming\.technic\modpacks\mikkpack
  410. java_command: net.minecraft.launchwrapper.Launch --username EnTeReK99 --session token:bd34718196834afa91c1730666deb5f7:99f98646825a4243860e87accfc3b516 --version 1.6.4-Forge9.11.1.965 --gameDir C:\Users\Ionut\AppData\Roaming\.technic\modpacks\mikkpack --assetsDir C:\Users\Ionut\AppData\Roaming\.technic\assets\virtual\legacy --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --title MikkPack --icon C:\Users\Ionut\AppData\Roaming\.technic\assets/packs/mikkpack/icon.png
  411. Launcher Type: SUN_STANDARD
  412.  
  413. Environment Variables:
  414. CLASSPATH=.;C:\Program Files\Java\jre7\lib\ext\QTJava.zip
  415. PATH=C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Python33\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\Java\jdk1.7.0_25\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;D:\Software\MATLAB\runtime\win32;D:\Software\MATLAB\bin;C:\Program Files\QuickTime\QTSystem\;D:\Program Files\TortoiseHg\;C:\Program Files\Java\jre7\bin
  416. USERNAME=Ionut
  417. OS=Windows_NT
  418. PROCESSOR_IDENTIFIER=x86 Family 15 Model 107 Stepping 1, AuthenticAMD
  419.  
  420.  
  421.  
  422. --------------- S Y S T E M ---------------
  423.  
  424. OS: Windows 8 Build 9200
  425.  
  426. CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 107 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref, tsc
  427.  
  428. Memory: 4k page, physical 2096420k(156048k free), swap 3472676k(998812k free)
  429.  
  430. 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
  431.  
  432. time: Wed Feb 19 14:44:45 2014
  433. elapsed time: 298 seconds
Add Comment
Please, Sign In to add comment