Advertisement
Guest User

Untitled

a guest
May 2nd, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.90 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=0x0000000051877680, pid=1868, tid=3640
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [atio6axx.dll+0x8d7680]
  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 (0x000000000044f000): JavaThread "Client thread" [_thread_in_native, id=3640, stack(0x0000000002550000,0x0000000002650000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000038
  24.  
  25. Registers:
  26. RAX=0x000000000264cd38, RBX=0x0000000000000000, RCX=0x0000000058857010, RDX=0x0000000019ce4120
  27. RSP=0x000000000264cc30, RBP=0x000000000264ccd9, RSI=0x0000000058857068, RDI=0x0000000019ce4120
  28. R8 =0x0000000019cf0d6c, R9 =0x0000000000000080, R10=0x00000000213d5130, R11=0x0000000000000001
  29. R12=0x0000000058857010, R13=0x0000000019ce4120, R14=0x0000000019ce57b8, R15=0x0000000000000080
  30. RIP=0x0000000051877680, EFLAGS=0x0000000000010202
  31.  
  32. Top of Stack: (sp=0x000000000264cc30)
  33. 0x000000000264cc30: 0000000000008000 ffffffff00000003
  34. 0x000000000264cc40: 000000000264ccc4 0000000000000001
  35. 0x000000000264cc50: 000000000264ccf0 0000000000000000
  36. 0x000000000264cc60: 0000000000000012 0000000000000000
  37. 0x000000000264cc70: 0000000000000000 0000000000000001
  38. 0x000000000264cc80: 0000000000000001 0000000000000001
  39. 0x000000000264cc90: 0000000000000001 ffffffffffffff00
  40. 0x000000000264cca0: 0000000000000029 0000000050fd1290
  41. 0x000000000264ccb0: 00000000000003f4 0000000000000000
  42. 0x000000000264ccc0: 0000000000000060 0000000019c93560
  43. 0x000000000264ccd0: 000000005895b3e8 00000000779c1a7a
  44. 0x000000000264cce0: 0000000019c91b00 0000000019c91b00
  45. 0x000000000264ccf0: 00000000000000c0 00000400000006c0
  46. 0x000000000264cd00: 0000000050fa0000 0000000000000007
  47. 0x000000000264cd10: 0000000019d078f0 0000000019ceb590
  48. 0x000000000264cd20: 0000000000000001 0000000000000000
  49.  
  50. Instructions: (pc=0x0000000051877680)
  51. 0x0000000051877660: 04 00 00 80 b9 64 02 00 00 00 0f 84 a2 04 00 00
  52. 0x0000000051877670: 48 89 58 10 48 8b 59 58 48 89 70 e0 48 8d 71 58
  53. 0x0000000051877680: 48 8b 4b 38 48 85 c9 74 07 e8 02 67 ff ff eb 03
  54. 0x0000000051877690: 8b 43 50 83 f8 0f 0f 84 66 04 00 00 48 8b 4b 38
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x000000000264cd38 is pointing into the stack for thread: 0x000000000044f000
  60. RBX=0x0000000000000000 is an unknown value
  61. RCX=0x0000000058857010 is an unknown value
  62. RDX=0x0000000019ce4120 is an unknown value
  63. RSP=0x000000000264cc30 is pointing into the stack for thread: 0x000000000044f000
  64. RBP=0x000000000264ccd9 is pointing into the stack for thread: 0x000000000044f000
  65. RSI=0x0000000058857068 is an unknown value
  66. RDI=0x0000000019ce4120 is an unknown value
  67. R8 =0x0000000019cf0d6c is an unknown value
  68. R9 =0x0000000000000080 is an unknown value
  69. R10=0x00000000213d5130 is an unknown value
  70. R11=0x0000000000000001 is an unknown value
  71. R12=0x0000000058857010 is an unknown value
  72. R13=0x0000000019ce4120 is an unknown value
  73. R14=0x0000000019ce57b8 is an unknown value
  74. R15=0x0000000000000080 is an unknown value
  75.  
  76.  
  77. Stack: [0x0000000002550000,0x0000000002650000], sp=0x000000000264cc30, free space=1011k
  78. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  79. C [atio6axx.dll+0x8d7680]
  80.  
  81. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  82. J org.lwjgl.opengl.GL11.nglBindTexture(IIJ)V
  83. J net.minecraft.client.shader.Framebuffer.func_147606_d()V
  84. j net.minecraft.client.shader.Framebuffer.func_147615_c(II)V+222
  85. j com.creativemd.minecraftloader.ClientHelper.loadScreen(IILjava/lang/String;)V+650
  86. j com.creativemd.minecraftloader.MinecraftDummyContainer.onModEvent(Lcpw/mods/fml/common/LoadController;Lcom/google/common/collect/BiMap;Lcpw/mods/fml/common/event/FMLEvent;)V+205
  87. j cpw.mods.fml.common.LoadController.propogateStateMessage(Lcpw/mods/fml/common/event/FMLEvent;)V+6
  88. v ~StubRoutines::call_stub
  89. J sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
  90. J sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
  91. J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
  92. J com.google.common.eventbus.EventSubscriber.handleEvent(Ljava/lang/Object;)V
  93. J com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Ljava/lang/Object;)V
  94. J com.google.common.eventbus.EventBus.dispatch(Ljava/lang/Object;Lcom/google/common/eventbus/EventSubscriber;)V
  95. J com.google.common.eventbus.EventBus.dispatchQueuedEvents()V
  96. J com.google.common.eventbus.EventBus.post(Ljava/lang/Object;)V
  97. j cpw.mods.fml.common.LoadController.distributeStateMessage(Lcpw/mods/fml/common/LoaderState;[Ljava/lang/Object;)V+16
  98. j cpw.mods.fml.common.Loader.initializeMods()V+11
  99. j cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading()V+39
  100. j com.creativemd.minecraftloader.ClientHelper.startGame(Lnet/minecraft/client/resources/data/IMetadataSerializer;Ljava/io/File;Lnet/minecraft/client/resources/DefaultResourcePack;Ljava/util/List;Ljava/io/File;Ljava/lang/String;I)V+1396
  101. j net.minecraft.client.Minecraft.func_71384_a()V+28
  102. j net.minecraft.client.Minecraft.func_99999_d()V+6
  103. j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1012
  104. v ~StubRoutines::call_stub
  105. j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
  106. j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
  107. J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
  108. J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
  109. j net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+664
  110. j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
  111. v ~StubRoutines::call_stub
  112.  
  113. --------------- P R O C E S S ---------------
  114.  
  115. Java Threads: ( => current thread )
  116. 0x000000001edd0800 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=5764, stack(0x0000000059e70000,0x0000000059f70000)]
  117. 0x000000001edcf800 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=4752, stack(0x000000005a0f0000,0x000000005a1f0000)]
  118. 0x000000001edcf000 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=6064, stack(0x0000000059ff0000,0x000000005a0f0000)]
  119. 0x0000000015b0c000 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=556, stack(0x0000000050e70000,0x0000000050f70000)]
  120. 0x0000000015b0b000 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=776, stack(0x0000000059d60000,0x0000000059e60000)]
  121. 0x0000000015b0a800 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=5252, stack(0x0000000059b90000,0x0000000059c90000)]
  122. 0x0000000015b09800 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=4392, stack(0x0000000059a10000,0x0000000059b10000)]
  123. 0x0000000015b09000 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=4112, stack(0x00000000598a0000,0x00000000599a0000)]
  124. 0x000000001ec88800 JavaThread "Thread-19" [_thread_blocked, id=3776, stack(0x0000000025830000,0x0000000025930000)]
  125. 0x000000001f61e000 JavaThread "Thread-18" [_thread_blocked, id=4560, stack(0x0000000021af0000,0x0000000021bf0000)]
  126. 0x000000001df47800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4604, stack(0x0000000022db0000,0x0000000022eb0000)]
  127. 0x00000000272b1800 JavaThread "OpenComputers-SoundUpdater" daemon [_thread_blocked, id=4200, stack(0x0000000025980000,0x0000000025a80000)]
  128. 0x000000001ca7d000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4440, stack(0x000000001a090000,0x000000001a190000)]
  129. 0x000000001cf8a800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5000, stack(0x0000000019eb0000,0x0000000019fb0000)]
  130. 0x0000000015b92800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5660, stack(0x0000000019a20000,0x0000000019b20000)]
  131. 0x0000000017207000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4324, stack(0x0000000018f10000,0x0000000019010000)]
  132. 0x0000000015b0d000 JavaThread "Service Thread" daemon [_thread_blocked, id=4336, stack(0x0000000016c80000,0x0000000016d80000)]
  133. 0x0000000015afd000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=5664, stack(0x0000000016a90000,0x0000000016b90000)]
  134. 0x0000000015af4000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=3784, stack(0x00000000168a0000,0x00000000169a0000)]
  135. 0x0000000015ae9000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3188, stack(0x0000000016680000,0x0000000016780000)]
  136. 0x0000000015ae4000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5652, stack(0x0000000016530000,0x0000000016630000)]
  137. 0x0000000015ae2800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3824, stack(0x0000000016230000,0x0000000016330000)]
  138. 0x0000000015add800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4456, stack(0x00000000163a0000,0x00000000164a0000)]
  139. 0x0000000015add000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=4088, stack(0x0000000016120000,0x0000000016220000)]
  140. 0x0000000015a89800 JavaThread "Finalizer" daemon [_thread_blocked, id=3668, stack(0x0000000015f30000,0x0000000016030000)]
  141. 0x0000000015a83800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2508, stack(0x0000000015d60000,0x0000000015e60000)]
  142. =>0x000000000044f000 JavaThread "Client thread" [_thread_in_native, id=3640, stack(0x0000000002550000,0x0000000002650000)]
  143.  
  144. Other Threads:
  145. 0x0000000015a80800 VMThread [stack: 0x0000000015c40000,0x0000000015d40000] [id=4556]
  146. 0x0000000015b19800 WatcherThread [stack: 0x0000000016ec0000,0x0000000016fc0000] [id=812]
  147.  
  148. VM state:not at safepoint (normal execution)
  149.  
  150. VM Mutex/Monitor currently owned by a thread: None
  151.  
  152. Heap
  153. par new generation total 78656K, used 75426K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  154. eden space 69952K, 95% used [0x0000000630000000, 0x0000000634128b58, 0x0000000634450000)
  155. from space 8704K, 100% used [0x0000000634450000, 0x0000000634cd0000, 0x0000000634cd0000)
  156. to space 8704K, 0% used [0x0000000634cd0000, 0x0000000634cd0000, 0x0000000635550000)
  157. concurrent mark-sweep generation total 852624K, used 623586K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  158. concurrent-mark-sweep perm gen total 262144K, used 131206K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  159.  
  160. Card table byte_map: [0x0000000009470000,0x000000000a300000] byte_map_base: 0x00000000062f0000
  161.  
  162. Polling page: 0x0000000000420000
  163.  
  164. Code Cache [0x0000000002650000, 0x0000000004280000, 0x0000000008650000)
  165. total_blobs=8817 nmethods=7679 adapters=1056 free_code_cache=69712Kb largest_free_block=71150272
  166.  
  167. Compilation events (10 events):
  168. Event: 80.457 Thread 0x0000000015afd000 11029 3 scala.collection.immutable.Vector::checkRangeConvert (37 bytes)
  169. Event: 80.457 Thread 0x0000000015afd000 nmethod 11029 0x0000000004270a50 code [0x0000000004270c00, 0x00000000042710e8]
  170. Event: 80.459 Thread 0x0000000015afd000 11030 3 scala.collection.immutable.VectorPointer$class::getElem (287 bytes)
  171. Event: 80.459 Thread 0x0000000015afd000 nmethod 11030 0x0000000004271290 code [0x00000000042715a0, 0x0000000004272fc8]
  172. Event: 80.479 Thread 0x0000000015afd000 11032 3 org.lwjgl.opengl.GL30::glGenRenderbuffers (33 bytes)
  173. Event: 80.480 Thread 0x0000000015afd000 nmethod 11032 0x0000000003d7bd90 code [0x0000000003d7bfc0, 0x0000000003d7c9c8]
  174. Event: 80.484 Thread 0x0000000015afd000 11034 3 org.lwjgl.opengl.GL30::glBindRenderbuffer (20 bytes)
  175. Event: 80.485 Thread 0x0000000015afd000 nmethod 11034 0x0000000004273cd0 code [0x0000000004273ea0, 0x0000000004274558]
  176. Event: 80.489 Thread 0x0000000015afd000 11036 3 org.lwjgl.opengl.GL30::glRenderbufferStorage (27 bytes)
  177. Event: 80.490 Thread 0x0000000015afd000 nmethod 11036 0x00000000042748d0 code [0x0000000004274aa0, 0x0000000004275178]
  178.  
  179. GC Heap History (10 events):
  180. Event: 77.377 GC heap before
  181. {Heap before GC invocations=303 (full 9):
  182. par new generation total 78656K, used 75970K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  183. eden space 69952K, 100% used [0x0000000630000000, 0x0000000634450000, 0x0000000634450000)
  184. from space 8704K, 69% used [0x0000000634cd0000, 0x00000006352b08b0, 0x0000000635550000)
  185. to space 8704K, 0% used [0x0000000634450000, 0x0000000634450000, 0x0000000634cd0000)
  186. concurrent mark-sweep generation total 852624K, used 592161K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  187. concurrent-mark-sweep perm gen total 262144K, used 128917K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  188. Event: 77.399 GC heap after
  189. Heap after GC invocations=304 (full 9):
  190. par new generation total 78656K, used 8704K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  191. eden space 69952K, 0% used [0x0000000630000000, 0x0000000630000000, 0x0000000634450000)
  192. from space 8704K, 100% used [0x0000000634450000, 0x0000000634cd0000, 0x0000000634cd0000)
  193. to space 8704K, 0% used [0x0000000634cd0000, 0x0000000634cd0000, 0x0000000635550000)
  194. concurrent mark-sweep generation total 852624K, used 601965K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  195. concurrent-mark-sweep perm gen total 262144K, used 128917K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  196. }
  197. Event: 77.632 GC heap before
  198. {Heap before GC invocations=304 (full 9):
  199. par new generation total 78656K, used 78656K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  200. eden space 69952K, 100% used [0x0000000630000000, 0x0000000634450000, 0x0000000634450000)
  201. from space 8704K, 100% used [0x0000000634450000, 0x0000000634cd0000, 0x0000000634cd0000)
  202. to space 8704K, 0% used [0x0000000634cd0000, 0x0000000634cd0000, 0x0000000635550000)
  203. concurrent mark-sweep generation total 852624K, used 601965K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  204. concurrent-mark-sweep perm gen total 262144K, used 129333K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  205. Event: 77.650 GC heap after
  206. Heap after GC invocations=305 (full 9):
  207. par new generation total 78656K, used 8704K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  208. eden space 69952K, 0% used [0x0000000630000000, 0x0000000630000000, 0x0000000634450000)
  209. from space 8704K, 100% used [0x0000000634cd0000, 0x0000000635550000, 0x0000000635550000)
  210. to space 8704K, 0% used [0x0000000634450000, 0x0000000634450000, 0x0000000634cd0000)
  211. concurrent mark-sweep generation total 852624K, used 611945K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  212. concurrent-mark-sweep perm gen total 262144K, used 129333K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  213. }
  214. Event: 78.362 GC heap before
  215. {Heap before GC invocations=305 (full 9):
  216. par new generation total 78656K, used 78656K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  217. eden space 69952K, 100% used [0x0000000630000000, 0x0000000634450000, 0x0000000634450000)
  218. from space 8704K, 100% used [0x0000000634cd0000, 0x0000000635550000, 0x0000000635550000)
  219. to space 8704K, 0% used [0x0000000634450000, 0x0000000634450000, 0x0000000634cd0000)
  220. concurrent mark-sweep generation total 852624K, used 611945K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  221. concurrent-mark-sweep perm gen total 262144K, used 129867K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  222. Event: 78.379 GC heap after
  223. Heap after GC invocations=306 (full 9):
  224. par new generation total 78656K, used 7413K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  225. eden space 69952K, 0% used [0x0000000630000000, 0x0000000630000000, 0x0000000634450000)
  226. from space 8704K, 85% used [0x0000000634450000, 0x0000000634b8d4c8, 0x0000000634cd0000)
  227. to space 8704K, 0% used [0x0000000634cd0000, 0x0000000634cd0000, 0x0000000635550000)
  228. concurrent mark-sweep generation total 852624K, used 620149K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  229. concurrent-mark-sweep perm gen total 262144K, used 129867K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  230. }
  231. Event: 78.594 GC heap before
  232. {Heap before GC invocations=306 (full 9):
  233. par new generation total 78656K, used 77365K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  234. eden space 69952K, 100% used [0x0000000630000000, 0x0000000634450000, 0x0000000634450000)
  235. from space 8704K, 85% used [0x0000000634450000, 0x0000000634b8d4c8, 0x0000000634cd0000)
  236. to space 8704K, 0% used [0x0000000634cd0000, 0x0000000634cd0000, 0x0000000635550000)
  237. concurrent mark-sweep generation total 852624K, used 620149K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  238. concurrent-mark-sweep perm gen total 262144K, used 130164K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  239. Event: 78.604 GC heap after
  240. Heap after GC invocations=307 (full 9):
  241. par new generation total 78656K, used 8704K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  242. eden space 69952K, 0% used [0x0000000630000000, 0x0000000630000000, 0x0000000634450000)
  243. from space 8704K, 100% used [0x0000000634cd0000, 0x0000000635550000, 0x0000000635550000)
  244. to space 8704K, 0% used [0x0000000634450000, 0x0000000634450000, 0x0000000634cd0000)
  245. concurrent mark-sweep generation total 852624K, used 620535K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  246. concurrent-mark-sweep perm gen total 262144K, used 130164K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  247. }
  248. Event: 78.998 GC heap before
  249. {Heap before GC invocations=307 (full 9):
  250. par new generation total 78656K, used 78656K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  251. eden space 69952K, 100% used [0x0000000630000000, 0x0000000634450000, 0x0000000634450000)
  252. from space 8704K, 100% used [0x0000000634cd0000, 0x0000000635550000, 0x0000000635550000)
  253. to space 8704K, 0% used [0x0000000634450000, 0x0000000634450000, 0x0000000634cd0000)
  254. concurrent mark-sweep generation total 852624K, used 620535K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  255. concurrent-mark-sweep perm gen total 262144K, used 130572K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  256. Event: 79.009 GC heap after
  257. Heap after GC invocations=308 (full 9):
  258. par new generation total 78656K, used 8704K [0x0000000630000000, 0x0000000635550000, 0x0000000659990000)
  259. eden space 69952K, 0% used [0x0000000630000000, 0x0000000630000000, 0x0000000634450000)
  260. from space 8704K, 100% used [0x0000000634450000, 0x0000000634cd0000, 0x0000000634cd0000)
  261. to space 8704K, 0% used [0x0000000634cd0000, 0x0000000634cd0000, 0x0000000635550000)
  262. concurrent mark-sweep generation total 852624K, used 623586K [0x0000000659990000, 0x000000068da34000, 0x00000007f0000000)
  263. concurrent-mark-sweep perm gen total 262144K, used 130572K [0x00000007f0000000, 0x0000000800000000, 0x0000000800000000)
  264. }
  265.  
  266. Deoptimization events (10 events):
  267. Event: 77.687 Thread 0x000000000044f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d7b8e8 method=scala.collection.IndexedSeqLike$Elements.next()Ljava/lang/Object; @ 37
  268. Event: 78.335 Thread 0x000000000044f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003cc1ca0 method=java.util.Properties$LineReader.readLine()I @ 62
  269. Event: 78.335 Thread 0x000000000044f000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x0000000003153338 method=java.util.Properties.load0(Ljava/util/Properties$LineReader;)V @ 15
  270. Event: 78.335 Thread 0x000000000044f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003cc1ca0 method=java.util.Properties$LineReader.readLine()I @ 62
  271. Event: 78.388 Thread 0x000000000044f000 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000041aca54 method=java.util.regex.Pattern.compile()V @ 320
  272. Event: 78.393 Thread 0x000000000044f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003f601c4 method=java.util.Collections.sort(Ljava/util/List;Ljava/util/Comparator;)V @ 1
  273. Event: 79.020 Thread 0x000000000044f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000417c170 method=mekanism.common.recipe.MekanismRecipe.<init>(Lnet/minecraft/item/ItemStack;[Ljava/lang/Object;)V @ 479
  274. Event: 79.020 Thread 0x000000000044f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000417c1c4 method=mekanism.common.recipe.MekanismRecipe.<init>(Lnet/minecraft/item/ItemStack;[Ljava/lang/Object;)V @ 448
  275. Event: 79.020 Thread 0x000000000044f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000417c1c4 method=mekanism.common.recipe.MekanismRecipe.<init>(Lnet/minecraft/item/ItemStack;[Ljava/lang/Object;)V @ 448
  276. Event: 79.020 Thread 0x000000000044f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000417c1c4 method=mekanism.common.recipe.MekanismRecipe.<init>(Lnet/minecraft/item/ItemStack;[Ljava/lang/Object;)V @ 448
  277.  
  278. Internal exceptions (10 events):
  279. Event: 70.083 Thread 0x000000000044f000 Threw 0x0000000630f921c8 at C:\re\jdk7u51\527\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp:362
  280. Event: 70.083 Thread 0x000000000044f000 Threw 0x0000000630f92420 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\objectMonitor.cpp:1667
  281. Event: 70.083 Thread 0x000000000044f000 Threw 0x0000000630f92640 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\reflection.cpp:1030
  282. Event: 70.083 Thread 0x000000000044f000 Threw 0x0000000630f928a0 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\objectMonitor.cpp:1786
  283. Event: 70.083 Thread 0x000000000044f000 Threw 0x0000000630f92ac0 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\reflection.cpp:1030
  284. Event: 73.101 Thread 0x000000000044f000 Threw 0x0000000633135828 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jni.cpp:717
  285. Event: 73.103 Thread 0x000000000044f000 Threw 0x00000006331ca8b0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jni.cpp:717
  286. Event: 73.767 Thread 0x000000000044f000 Threw 0x0000000632f4bf70 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  287. Event: 73.767 Thread 0x000000000044f000 Threw 0x0000000632f52510 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  288. Event: 73.768 Thread 0x000000000044f000 Threw 0x0000000632f58020 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  289.  
  290. Events (10 events):
  291. Event: 80.467 loading class 0x0000000055375d80 done
  292. Event: 80.468 loading class 0x0000000055375d20
  293. Event: 80.468 loading class 0x0000000055375d20 done
  294. Event: 80.471 loading class 0x000000002e9f3fa0
  295. Event: 80.471 loading class 0x000000002e9f3fa0 done
  296. Event: 80.472 loading class 0x000000002e9f3b40
  297. Event: 80.472 loading class 0x000000002e9f3b40 done
  298. Event: 80.474 loading class 0x000000001e8ed1d0
  299. Event: 80.474 loading class 0x000000001e8ed1d0 done
  300. Event: 80.481 Thread 0x0000000015afd000 flushing nmethod 0x0000000003f92090
  301.  
  302.  
  303. Dynamic libraries:
  304. 0x000000013ffb0000 - 0x000000013ffe3000 C:\Program Files\Java\jre7\bin\javaw.exe
  305. 0x0000000077bc0000 - 0x0000000077d68000 C:\Windows\SYSTEM32\ntdll.dll
  306. 0x00000000779a0000 - 0x0000000077abf000 C:\Windows\system32\kernel32.dll
  307. 0x000007fefd9a0000 - 0x000007fefda0c000 C:\Windows\system32\KERNELBASE.dll
  308. 0x000007feff920000 - 0x000007feff9fb000 C:\Windows\system32\ADVAPI32.dll
  309. 0x000007feffcb0000 - 0x000007feffd4f000 C:\Windows\system32\msvcrt.dll
  310. 0x000007feff5b0000 - 0x000007feff5cf000 C:\Windows\SYSTEM32\sechost.dll
  311. 0x000007feffd50000 - 0x000007feffe7d000 C:\Windows\system32\RPCRT4.dll
  312. 0x0000000077ac0000 - 0x0000000077bba000 C:\Windows\system32\USER32.dll
  313. 0x000007feff420000 - 0x000007feff487000 C:\Windows\system32\GDI32.dll
  314. 0x000007fefe380000 - 0x000007fefe38e000 C:\Windows\system32\LPK.dll
  315. 0x000007feffb80000 - 0x000007feffc49000 C:\Windows\system32\USP10.dll
  316. 0x000007fefc390000 - 0x000007fefc584000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
  317. 0x000007feffa20000 - 0x000007feffa91000 C:\Windows\system32\SHLWAPI.dll
  318. 0x000007feff3f0000 - 0x000007feff41e000 C:\Windows\system32\IMM32.DLL
  319. 0x000007feff490000 - 0x000007feff599000 C:\Windows\system32\MSCTF.dll
  320. 0x0000000070ab0000 - 0x0000000070b82000 C:\Program Files\Java\jre7\bin\msvcr100.dll
  321. 0x000000006d550000 - 0x000000006dd19000 C:\Program Files\Java\jre7\bin\server\jvm.dll
  322. 0x000007fee2770000 - 0x000007fee2779000 C:\Windows\system32\WSOCK32.dll
  323. 0x000007feffe80000 - 0x000007feffecd000 C:\Windows\system32\WS2_32.dll
  324. 0x000007feff5a0000 - 0x000007feff5a8000 C:\Windows\system32\NSI.dll
  325. 0x000007fef8470000 - 0x000007fef84ab000 C:\Windows\system32\WINMM.dll
  326. 0x0000000077d90000 - 0x0000000077d97000 C:\Windows\system32\PSAPI.DLL
  327. 0x0000000074770000 - 0x000000007477f000 C:\Program Files\Java\jre7\bin\verify.dll
  328. 0x0000000074740000 - 0x0000000074768000 C:\Program Files\Java\jre7\bin\java.dll
  329. 0x0000000074720000 - 0x0000000074735000 C:\Program Files\Java\jre7\bin\zip.dll
  330. 0x0000000074710000 - 0x000000007471b000 C:\Program Files\Java\jre7\bin\management.dll
  331. 0x0000000071e50000 - 0x0000000071e69000 C:\Program Files\Java\jre7\bin\net.dll
  332. 0x000007fefd160000 - 0x000007fefd1b5000 C:\Windows\system32\mswsock.dll
  333. 0x000007fefd150000 - 0x000007fefd157000 C:\Windows\System32\wship6.dll
  334. 0x0000000071df0000 - 0x0000000071e01000 C:\Program Files\Java\jre7\bin\nio.dll
  335. 0x000007fefb510000 - 0x000007fefb525000 C:\Windows\system32\NLAapi.dll
  336. 0x000007fee2970000 - 0x000007fee2985000 C:\Windows\system32\napinsp.dll
  337. 0x000007fee2950000 - 0x000007fee2969000 C:\Windows\system32\pnrpnsp.dll
  338. 0x000007fefcfa0000 - 0x000007fefcffb000 C:\Windows\system32\DNSAPI.dll
  339. 0x000007fee2b60000 - 0x000007fee2b6b000 C:\Windows\System32\winrnr.dll
  340. 0x000007fee2910000 - 0x000007fee2920000 C:\Windows\system32\wshbth.dll
  341. 0x000007fefb1e0000 - 0x000007fefb207000 C:\Windows\system32\IPHLPAPI.DLL
  342. 0x000007fefb1d0000 - 0x000007fefb1db000 C:\Windows\system32\WINNSI.DLL
  343. 0x000007fefafa0000 - 0x000007fefaff3000 C:\Windows\System32\fwpuclnt.dll
  344. 0x000007fee6070000 - 0x000007fee6078000 C:\Windows\system32\rasadhlp.dll
  345. 0x00000000708e0000 - 0x0000000070a75000 C:\Program Files\Java\jre7\bin\awt.dll
  346. 0x000007feffaa0000 - 0x000007feffb77000 C:\Windows\system32\OLEAUT32.dll
  347. 0x000007feff670000 - 0x000007feff873000 C:\Windows\system32\ole32.dll
  348. 0x000007fefbfa0000 - 0x000007fefbff6000 C:\Windows\system32\uxtheme.dll
  349. 0x000007fefbb60000 - 0x000007fefbb78000 C:\Windows\system32\dwmapi.dll
  350. 0x000007fefd820000 - 0x000007fefd82f000 C:\Windows\system32\CRYPTBASE.dll
  351. 0x000007fefe660000 - 0x000007feff3e9000 C:\Windows\system32\SHELL32.dll
  352. 0x0000000070690000 - 0x00000000706d7000 C:\Program Files\Java\jre7\bin\fontmanager.dll
  353. 0x000007fee0de0000 - 0x000007fee0fdf000 C:\Windows\system32\d3d9.dll
  354. 0x000007fefca70000 - 0x000007fefca7c000 C:\Windows\system32\VERSION.dll
  355. 0x000007fee0d70000 - 0x000007fee0d77000 C:\Windows\system32\d3d8thk.dll
  356. 0x000007fefa070000 - 0x000007fefa1ad000 C:\Windows\system32\aticfx64.dll
  357. 0x000007fefb6e0000 - 0x000007fefb700000 C:\Windows\system32\atiu9p64.dll
  358. 0x000007feea2d0000 - 0x000007feeaa28000 C:\Windows\system32\atiumd64.dll
  359. 0x0000000069250000 - 0x0000000069925000 C:\Windows\system32\atiumd6a.dll
  360. 0x000000006f0c0000 - 0x000000006f101000 C:\Program Files\Java\jre7\bin\t2k.dll
  361. 0x0000000071ac0000 - 0x0000000071ad5000 C:\Program Files\Java\jre7\bin\unpack.dll
  362. 0x000007fefaf30000 - 0x000007fefaf41000 C:\Windows\system32\dhcpcsvc6.DLL
  363. 0x000007fefaeb0000 - 0x000007fefaec8000 C:\Windows\system32\dhcpcsvc.DLL
  364. 0x0000000180000000 - 0x0000000180051000 D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\natives\lwjgl64.dll
  365. 0x000007feeb630000 - 0x000007feeb74d000 C:\Windows\system32\OPENGL32.dll
  366. 0x000007feede30000 - 0x000007feede5d000 C:\Windows\system32\GLU32.dll
  367. 0x000007feeaa30000 - 0x000007feeab21000 C:\Windows\system32\DDRAW.dll
  368. 0x000007fefb720000 - 0x000007fefb728000 C:\Windows\system32\DCIMAN32.dll
  369. 0x000007fefe1a0000 - 0x000007fefe377000 C:\Windows\system32\SETUPAPI.dll
  370. 0x000007fefdcf0000 - 0x000007fefdd26000 C:\Windows\system32\CFGMGR32.dll
  371. 0x000007fefdb20000 - 0x000007fefdb3a000 C:\Windows\system32\DEVOBJ.dll
  372. 0x000007fefd1c0000 - 0x000007fefd1d8000 C:\Windows\system32\CRYPTSP.dll
  373. 0x000007fefce80000 - 0x000007fefcec7000 C:\Windows\system32\rsaenh.dll
  374. 0x000007fefda10000 - 0x000007fefda2e000 C:\Windows\system32\USERENV.dll
  375. 0x000007fefd990000 - 0x000007fefd99f000 C:\Windows\system32\profapi.dll
  376. 0x000007feeddb0000 - 0x000007feeddc8000 C:\Windows\system32\atig6pxx.dll
  377. 0x0000000050fa0000 - 0x00000000528c1000 C:\Windows\system32\atio6axx.dll
  378. 0x000007fefb060000 - 0x000007fefb184000 C:\Windows\system32\atiadlxx.dll
  379. 0x000007fefc000000 - 0x000007fefc12c000 C:\Windows\system32\PROPSYS.dll
  380. 0x000007fefca50000 - 0x000007fefca61000 C:\Windows\system32\WTSAPI32.dll
  381. 0x000007fefdae0000 - 0x000007fefdb1b000 C:\Windows\system32\WINTRUST.dll
  382. 0x000007fefdb70000 - 0x000007fefdcdd000 C:\Windows\system32\CRYPT32.dll
  383. 0x000007fefd980000 - 0x000007fefd98f000 C:\Windows\system32\MSASN1.dll
  384. 0x000007feedd70000 - 0x000007feedd8e000 C:\Windows\system32\atig6txx.dll
  385. 0x000007fefb8a0000 - 0x000007fefb93c000 C:\Windows\system32\mscms.dll
  386. 0x000007feec040000 - 0x000007feec082000 C:\Windows\system32\icm32.dll
  387. 0x0000000008ee0000 - 0x0000000008f7c000 D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\natives\avutil-ttv-51.dll
  388. 0x0000000065980000 - 0x00000000659d6000 D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\natives\swresample-ttv-0.dll
  389. 0x000000006eb80000 - 0x000000006ec50000 D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\natives\libmp3lame-ttv.dll
  390. 0x000007fedbd40000 - 0x000007fedd0e4000 D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\natives\libmfxsw64.dll
  391. 0x000007feeb500000 - 0x000007feeb62b000 D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\natives\twitchsdk.dll
  392. 0x000007fefddc0000 - 0x000007fefe008000 C:\Windows\system32\WININET.dll
  393. 0x000007fefdad0000 - 0x000007fefdad4000 C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
  394. 0x000007fefdb60000 - 0x000007fefdb64000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
  395. 0x000007fefdb50000 - 0x000007fefdb54000 C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
  396. 0x000007fefdd30000 - 0x000007fefdd33000 C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
  397. 0x0000000077d80000 - 0x0000000077d83000 C:\Windows\system32\normaliz.DLL
  398. 0x000007fefe390000 - 0x000007fefe657000 C:\Windows\system32\iertutil.dll
  399. 0x000007fefdce0000 - 0x000007fefdce5000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
  400. 0x000007fefcb40000 - 0x000007fefcb47000 C:\Windows\System32\wshtcpip.dll
  401. 0x0000000070d00000 - 0x0000000070d24000 C:\Program Files\Java\jre7\bin\sunec.dll
  402. 0x0000000074670000 - 0x000000007467b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
  403. 0x000007feebfc0000 - 0x000007feec032000 D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\minecraft\OpenComputersMod-1.5.6.13-native.64.dll
  404. 0x00000000092d0000 - 0x0000000009334000 D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\natives\OpenAL64.dll
  405. 0x000007feff5d0000 - 0x000007feff669000 C:\Windows\system32\CLBCatQ.DLL
  406. 0x000007fefc290000 - 0x000007fefc2db000 C:\Windows\System32\MMDevApi.dll
  407. 0x000007fef80b0000 - 0x000007fef8138000 C:\Windows\system32\dsound.dll
  408. 0x000007fefca20000 - 0x000007fefca4c000 C:\Windows\system32\POWRPROF.dll
  409. 0x000007fef5830000 - 0x000007fef587f000 C:\Windows\system32\AUDIOSES.DLL
  410. 0x000007fedb0e0000 - 0x000007fedb205000 C:\Windows\system32\dbghelp.dll
  411.  
  412. VM Arguments:
  413. jvm_args: -Xms256M -Xmx7168M -XX:PermSize=256m -Djava.library.path=D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\natives -Dorg.lwjgl.librarypath=D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\natives -Dnet.java.games.input.librarypath=D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\natives -Duser.home=D:\Games\FTB Launcher\Modpack folder\MechanicalHaven -Djava.net.preferIPv4Stack=true -XX:MaxPermSize=128m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CICompilerCountPerCPU -XX:+TieredCompilation
  414. java_command: net.minecraft.launchwrapper.Launch --username The_warplord --version 1.7.10 --gameDir D:\Games\FTB Launcher\Modpack folder\MechanicalHaven\minecraft --assetsDir D:\Games\FTB Launcher\Modpack folder\assets --assetIndex 1.7.10 --uuid a98349ec723e4dbfbafee3f2d8e32bd1 --accessToken c13b7115804a473d90b626a591580c17 --userProperties {} --userType mojang --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --width 1680 --height 1010
  415. Launcher Type: SUN_STANDARD
  416.  
  417. Environment Variables:
  418. 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)\Skype\Phone\;C:\Program Files\Java\jre7\bin
  419. USERNAME=Warplord
  420. OS=Windows_NT
  421. PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 2 Stepping 0, AuthenticAMD
  422.  
  423.  
  424.  
  425. --------------- S Y S T E M ---------------
  426.  
  427. OS: Windows 7 , 64 bit Build 7601 Service Pack 1
  428.  
  429. CPU:total 8 (8 cores per cpu, 1 threads per core) family 21 model 2 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv
  430.  
  431. Memory: 4k page, physical 16775352k(9498400k free), swap 33548852k(23237576k free)
  432.  
  433. vm_info: Java HotSpot(TM) 64-Bit Server VM (24.51-b03) for windows-amd64 JRE (1.7.0_51-b13), built on Dec 18 2013 18:40:56 by "java_re" with unknown MS VC++:1600
  434.  
  435. time: Sat May 02 20:18:51 2015
  436. elapsed time: 80 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement