Guest User

FTB crash

a guest
Nov 30th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.04 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=0x5d00316c, pid=1956, tid=7092
  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+0x17316c]
  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 (0x0c65e800): JavaThread "Minecraft main thread" [_thread_in_native, id=7092, stack(0x0bb40000,0x0bb90000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x00000010
  24.  
  25. Registers:
  26. EAX=0x7ab64c10, EBX=0x69c32484, ECX=0x5e233000, EDX=0x00000000
  27. ESP=0x0bb8e810, EBP=0x0bb8e810, ESI=0x0bd65ba0, EDI=0x00000001
  28. EIP=0x5d00316c, EFLAGS=0x00010206
  29.  
  30. Top of Stack: (sp=0x0bb8e810)
  31. 0x0bb8e810: 0bb8e8b8 5d3a7d12 5e233000 7ab64c10
  32. 0x0bb8e820: 0c65e800 0bb8e8f8 00000000 0bb8e878
  33. 0x0bb8e830: 5cf5d7d0 0bb8e8b4 0c65e800 00000000
  34. 0x0bb8e840: 0bb8e874 66271713 0c65e800 6a56a49c
  35. 0x0bb8e850: 0bb8e918 0bb8e888 66271713 0c65e800
  36. 0x0bb8e860: 6a56a460 0c65e930 66413c1c 0c65e930
  37. 0x0bb8e870: 0bb8e918 00000022 6a56a448 0bb8e918
  38. 0x0bb8e880: 0c65e930 00000000 0bb8e878 7ab64bb0
  39.  
  40. Instructions: (pc=0x5d00316c)
  41. 0x5d00314c: a0 1b 00 5d a0 1b 00 5d e4 1b 00 5d 29 1c 00 5d
  42. 0x5d00315c: 6a 1c 00 5d 55 8b ec 8b 45 0c 8b 4d 08 8b 50 08
  43. 0x5d00316c: f7 42 10 00 00 00 10 74 06 5d e9 a5 87 ff ff 5d
  44. 0x5d00317c: e9 5f e6 ff ff cc cc cc cc cc cc cc cc cc cc cc
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x7ab64c10 is an unknown value
  50. EBX=0x69c32484 is an unknown value
  51. ECX=0x5e233000 is an unknown value
  52. EDX=0x00000000 is an unknown value
  53. ESP=0x0bb8e810 is pointing into the stack for thread: 0x0c65e800
  54. EBP=0x0bb8e810 is pointing into the stack for thread: 0x0c65e800
  55. ESI=0x0bd65ba0 is an unknown value
  56. EDI=0x00000001 is an unknown value
  57.  
  58.  
  59. Stack: [0x0bb40000,0x0bb90000], sp=0x0bb8e810, free space=314k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [atioglxx.dll+0x17316c]
  62. C [atioglxx.dll+0x517d12]
  63. C [lwjgl.dll+0x7b07]
  64. J org.lwjgl.opengl.GL11.glCallLists(Ljava/nio/IntBuffer;)V
  65. v ~StubRoutines::call_stub
  66. V [jvm.dll+0x13f1fa]
  67. V [jvm.dll+0x202aee]
  68. V [jvm.dll+0x13f3c5]
  69. V [jvm.dll+0x13f427]
  70. V [jvm.dll+0xeb81f]
  71. V [jvm.dll+0x16042c]
  72. V [jvm.dll+0x160e67]
  73. V [jvm.dll+0x1a49f9]
  74. C [msvcr100.dll+0x5c556]
  75. C [msvcr100.dll+0x5c600]
  76. C [kernel32.dll+0x1336a]
  77. C [ntdll.dll+0x39f72]
  78. C [ntdll.dll+0x39f45]
  79.  
  80. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  81. J org.lwjgl.opengl.GL11.nglCallLists(IILjava/nio/Buffer;IJ)V
  82. J org.lwjgl.opengl.GL11.glCallLists(Ljava/nio/IntBuffer;)V
  83. J net.minecraft.client.renderer.RenderList.func_78419_a()V
  84. J net.minecraft.client.renderer.RenderGlobal.func_72733_a(ID)V
  85. J net.minecraft.client.renderer.RenderGlobal.func_72724_a(IIID)I
  86. J net.minecraft.client.renderer.RenderGlobal.func_72719_a(Lnet/minecraft/entity/EntityLiving;ID)I
  87. J net.minecraft.client.renderer.EntityRenderer.func_78471_a(FJ)V
  88. J net.minecraft.client.renderer.EntityRenderer.func_78480_b(F)V
  89. J net.minecraft.client.Minecraft.func_71411_J()V
  90. J net.minecraft.client.Minecraft.run()V
  91. j java.lang.Thread.run()V+11
  92. v ~StubRoutines::call_stub
  93.  
  94. --------------- P R O C E S S ---------------
  95.  
  96. Java Threads: ( => current thread )
  97. 0x0c73c800 JavaThread "Thread-48" [_thread_blocked, id=3572, stack(0x69860000,0x698b0000)]
  98. 0x0c73c000 JavaThread "Thread-47" [_thread_blocked, id=6364, stack(0x0e660000,0x0e6b0000)]
  99. 0x0c73d400 JavaThread "Client write thread" [_thread_blocked, id=6300, stack(0x0e8c0000,0x0e910000)]
  100. 0x0c73cc00 JavaThread "Client read thread" [_thread_in_native, id=1624, stack(0x0e7c0000,0x0e810000)]
  101. 0x0c73a000 JavaThread "Thread-42" daemon [_thread_in_native, id=3672, stack(0x0e5a0000,0x0e5f0000)]
  102. 0x0c73bc00 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=1224, stack(0x698f0000,0x69940000)]
  103. 0x0c73b400 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=5136, stack(0x697f0000,0x69840000)]
  104. 0x0c73ac00 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=700, stack(0x69610000,0x69660000)]
  105. 0x0c739000 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=3296, stack(0x69560000,0x695b0000)]
  106. 0x0c739c00 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=5536, stack(0x60870000,0x608c0000)]
  107. 0x0c739400 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=6752, stack(0x69490000,0x694e0000)]
  108. 0x0c738800 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=2316, stack(0x69440000,0x69490000)]
  109. 0x0c73a800 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=2016, stack(0x66030000,0x66080000)]
  110. 0x0c737c00 JavaThread "Thread-21" [_thread_blocked, id=5360, stack(0x0a5e0000,0x0a630000)]
  111. 0x0c738000 JavaThread "Thread-20" [_thread_blocked, id=176, stack(0x0baa0000,0x0baf0000)]
  112. 0x0c737000 JavaThread "TC Aura Update Thread" [_thread_blocked, id=5040, stack(0x0aa40000,0x0aa90000)]
  113. 0x0c736400 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=5352, stack(0x0ab60000,0x0abb0000)]
  114. 0x0c737400 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=5836, stack(0x0aa90000,0x0aae0000)]
  115. 0x0c735c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=6760, stack(0x02c60000,0x02cb0000)]
  116. =>0x0c65e800 JavaThread "Minecraft main thread" [_thread_in_native, id=7092, stack(0x0bb40000,0x0bb90000)]
  117. 0x0c65e400 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6952, stack(0x0ba40000,0x0ba90000)]
  118. 0x07ad3c00 JavaThread "Snooper Timer" daemon [_thread_blocked, id=4872, stack(0x0fac0000,0x0fb10000)]
  119. 0x0c66d000 JavaThread "Thread-4" daemon [_thread_blocked, id=6156, stack(0x0f720000,0x0f770000)]
  120. 0x07a47400 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=4888, stack(0x0b980000,0x0b9d0000)]
  121. 0x07982400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3680, stack(0x0ad90000,0x0ade0000)]
  122. 0x07953000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5172, stack(0x07bf0000,0x07c40000)]
  123. 0x07952c00 JavaThread "AWT-Shutdown" [_thread_blocked, id=2024, stack(0x086c0000,0x08710000)]
  124. 0x078f6c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6572, stack(0x08640000,0x08690000)]
  125. 0x057a1c00 JavaThread "Service Thread" daemon [_thread_blocked, id=6392, stack(0x08310000,0x08360000)]
  126. 0x0579d800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4640, stack(0x082c0000,0x08310000)]
  127. 0x0579d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=1380, stack(0x08250000,0x082a0000)]
  128. 0x0579c800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3544, stack(0x04ea0000,0x04ef0000)]
  129. 0x0579a400 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=6184, stack(0x07f60000,0x07fb0000)]
  130. 0x0578dc00 JavaThread "Finalizer" daemon [_thread_blocked, id=7140, stack(0x07c40000,0x07c90000)]
  131. 0x05789c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=6864, stack(0x07cb0000,0x07d00000)]
  132.  
  133. Other Threads:
  134. 0x05789000 VMThread [stack: 0x07b90000,0x07be0000] [id=4496]
  135. 0x057ab000 WatcherThread [stack: 0x08390000,0x083e0000] [id=6556]
  136.  
  137. VM state:not at safepoint (normal execution)
  138.  
  139. VM Mutex/Monitor currently owned by a thread: None
  140.  
  141. Heap
  142. par new generation total 233600K, used 88143K [0x10060000, 0x1fdd0000, 0x255b0000)
  143. eden space 207680K, 36% used [0x10060000, 0x149af6c8, 0x1cb30000)
  144. from space 25920K, 50% used [0x1e480000, 0x1f144738, 0x1fdd0000)
  145. to space 25920K, 0% used [0x1cb30000, 0x1cb30000, 0x1e480000)
  146. concurrent mark-sweep generation total 563988K, used 489994K [0x255b0000, 0x47c75000, 0x50060000)
  147. concurrent-mark-sweep perm gen total 131072K, used 65240K [0x50060000, 0x58060000, 0x58060000)
  148.  
  149. Card table byte_map: [0x05200000,0x05450000] byte_map_base: 0x0517fd00
  150.  
  151. Polling page: 0x00f10000
  152.  
  153. Code Cache [0x02cb0000, 0x03dc0000, 0x04cb0000)
  154. total_blobs=8022 nmethods=7441 adapters=514 free_code_cache=15308Kb largest_free_block=15669632
  155.  
  156. Compilation events (10 events):
  157. Event: 676.793 Thread 0x0579d800 7558 net.minecraft.client.renderer.texture.TextureMap::func_96455_e (5 bytes)
  158. Event: 676.793 Thread 0x0579d800 nmethod 7558 0x03dbd148 code [0x03dbd240, 0x03dbd2c0]
  159. Event: 676.831 Thread 0x0579d800 7559 net.minecraft.world.chunk.Chunk::func_76608_a (37 bytes)
  160. Event: 676.832 Thread 0x0579d800 nmethod 7559 0x03dbd308 code [0x03dbd410, 0x03dbd4ec]
  161. Event: 678.685 Thread 0x0579d800 7560 net.minecraft.client.renderer.RenderEngine::func_96448_c (44 bytes)
  162. Event: 678.685 Thread 0x0579d800 nmethod 7560 0x03dbd608 code [0x03dbd700, 0x03dbd7b0]
  163. Event: 685.287 Thread 0x0579d800 7561 net.minecraft.network.packet.Packet29DestroyEntity::func_73267_a (38 bytes)
  164. Event: 685.287 Thread 0x0579d800 nmethod 7561 0x03dbd848 code [0x03dbd980, 0x03dbdb94]
  165. Event: 685.814 Thread 0x0579d800 7562 codechicken.core.world.WorldExtensionManager::createChunkExtension (63 bytes)
  166. Event: 685.815 Thread 0x0579d800 nmethod 7562 0x03dbdd88 code [0x03dbdf00, 0x03dbe1b8]
  167.  
  168. GC Heap History (10 events):
  169. Event: 610.477 GC heap before
  170. {Heap before GC invocations=369 (full 28):
  171. par new generation total 233600K, used 220945K [0x10060000, 0x1fdd0000, 0x255b0000)
  172. eden space 207680K, 100% used [0x10060000, 0x1cb30000, 0x1cb30000)
  173. from space 25920K, 51% used [0x1cb30000, 0x1d824768, 0x1e480000)
  174. to space 25920K, 0% used [0x1e480000, 0x1e480000, 0x1fdd0000)
  175. concurrent mark-sweep generation total 563988K, used 475559K [0x255b0000, 0x47c75000, 0x50060000)
  176. concurrent-mark-sweep perm gen total 131072K, used 65238K [0x50060000, 0x58060000, 0x58060000)
  177. Event: 610.487 GC heap after
  178. Heap after GC invocations=370 (full 28):
  179. par new generation total 233600K, used 10349K [0x10060000, 0x1fdd0000, 0x255b0000)
  180. eden space 207680K, 0% used [0x10060000, 0x10060000, 0x1cb30000)
  181. from space 25920K, 39% used [0x1e480000, 0x1ee9b7b0, 0x1fdd0000)
  182. to space 25920K, 0% used [0x1cb30000, 0x1cb30000, 0x1e480000)
  183. concurrent mark-sweep generation total 563988K, used 475559K [0x255b0000, 0x47c75000, 0x50060000)
  184. concurrent-mark-sweep perm gen total 131072K, used 65238K [0x50060000, 0x58060000, 0x58060000)
  185. }
  186. Event: 627.157 GC heap before
  187. {Heap before GC invocations=370 (full 28):
  188. par new generation total 233600K, used 218029K [0x10060000, 0x1fdd0000, 0x255b0000)
  189. eden space 207680K, 100% used [0x10060000, 0x1cb30000, 0x1cb30000)
  190. from space 25920K, 39% used [0x1e480000, 0x1ee9b7b0, 0x1fdd0000)
  191. to space 25920K, 0% used [0x1cb30000, 0x1cb30000, 0x1e480000)
  192. concurrent mark-sweep generation total 563988K, used 475559K [0x255b0000, 0x47c75000, 0x50060000)
  193. concurrent-mark-sweep perm gen total 131072K, used 65239K [0x50060000, 0x58060000, 0x58060000)
  194. Event: 627.171 GC heap after
  195. Heap after GC invocations=371 (full 28):
  196. par new generation total 233600K, used 19415K [0x10060000, 0x1fdd0000, 0x255b0000)
  197. eden space 207680K, 0% used [0x10060000, 0x10060000, 0x1cb30000)
  198. from space 25920K, 74% used [0x1cb30000, 0x1de25cb0, 0x1e480000)
  199. to space 25920K, 0% used [0x1e480000, 0x1e480000, 0x1fdd0000)
  200. concurrent mark-sweep generation total 563988K, used 475559K [0x255b0000, 0x47c75000, 0x50060000)
  201. concurrent-mark-sweep perm gen total 131072K, used 65239K [0x50060000, 0x58060000, 0x58060000)
  202. }
  203. Event: 634.001 GC heap before
  204. {Heap before GC invocations=371 (full 28):
  205. par new generation total 233600K, used 227095K [0x10060000, 0x1fdd0000, 0x255b0000)
  206. eden space 207680K, 100% used [0x10060000, 0x1cb30000, 0x1cb30000)
  207. from space 25920K, 74% used [0x1cb30000, 0x1de25cb0, 0x1e480000)
  208. to space 25920K, 0% used [0x1e480000, 0x1e480000, 0x1fdd0000)
  209. concurrent mark-sweep generation total 563988K, used 475559K [0x255b0000, 0x47c75000, 0x50060000)
  210. concurrent-mark-sweep perm gen total 131072K, used 65240K [0x50060000, 0x58060000, 0x58060000)
  211. Event: 634.039 GC heap after
  212. Heap after GC invocations=372 (full 28):
  213. par new generation total 233600K, used 20154K [0x10060000, 0x1fdd0000, 0x255b0000)
  214. eden space 207680K, 0% used [0x10060000, 0x10060000, 0x1cb30000)
  215. from space 25920K, 77% used [0x1e480000, 0x1f82e978, 0x1fdd0000)
  216. to space 25920K, 0% used [0x1cb30000, 0x1cb30000, 0x1e480000)
  217. concurrent mark-sweep generation total 563988K, used 479915K [0x255b0000, 0x47c75000, 0x50060000)
  218. concurrent-mark-sweep perm gen total 131072K, used 65240K [0x50060000, 0x58060000, 0x58060000)
  219. }
  220. Event: 658.980 GC heap before
  221. {Heap before GC invocations=372 (full 28):
  222. par new generation total 233600K, used 227834K [0x10060000, 0x1fdd0000, 0x255b0000)
  223. eden space 207680K, 100% used [0x10060000, 0x1cb30000, 0x1cb30000)
  224. from space 25920K, 77% used [0x1e480000, 0x1f82e978, 0x1fdd0000)
  225. to space 25920K, 0% used [0x1cb30000, 0x1cb30000, 0x1e480000)
  226. concurrent mark-sweep generation total 563988K, used 479915K [0x255b0000, 0x47c75000, 0x50060000)
  227. concurrent-mark-sweep perm gen total 131072K, used 65240K [0x50060000, 0x58060000, 0x58060000)
  228. Event: 659.096 GC heap after
  229. Heap after GC invocations=373 (full 28):
  230. par new generation total 233600K, used 17811K [0x10060000, 0x1fdd0000, 0x255b0000)
  231. eden space 207680K, 0% used [0x10060000, 0x10060000, 0x1cb30000)
  232. from space 25920K, 68% used [0x1cb30000, 0x1dc94d60, 0x1e480000)
  233. to space 25920K, 0% used [0x1e480000, 0x1e480000, 0x1fdd0000)
  234. concurrent mark-sweep generation total 563988K, used 489994K [0x255b0000, 0x47c75000, 0x50060000)
  235. concurrent-mark-sweep perm gen total 131072K, used 65240K [0x50060000, 0x58060000, 0x58060000)
  236. }
  237. Event: 679.542 GC heap before
  238. {Heap before GC invocations=373 (full 28):
  239. par new generation total 233600K, used 225118K [0x10060000, 0x1fdd0000, 0x255b0000)
  240. eden space 207680K, 99% used [0x10060000, 0x1cad2c30, 0x1cb30000)
  241. from space 25920K, 68% used [0x1cb30000, 0x1dc94d60, 0x1e480000)
  242. to space 25920K, 0% used [0x1e480000, 0x1e480000, 0x1fdd0000)
  243. concurrent mark-sweep generation total 563988K, used 489994K [0x255b0000, 0x47c75000, 0x50060000)
  244. concurrent-mark-sweep perm gen total 131072K, used 65240K [0x50060000, 0x58060000, 0x58060000)
  245. Event: 679.556 GC heap after
  246. Heap after GC invocations=374 (full 28):
  247. par new generation total 233600K, used 13073K [0x10060000, 0x1fdd0000, 0x255b0000)
  248. eden space 207680K, 0% used [0x10060000, 0x10060000, 0x1cb30000)
  249. from space 25920K, 50% used [0x1e480000, 0x1f144738, 0x1fdd0000)
  250. to space 25920K, 0% used [0x1cb30000, 0x1cb30000, 0x1e480000)
  251. concurrent mark-sweep generation total 563988K, used 489994K [0x255b0000, 0x47c75000, 0x50060000)
  252. concurrent-mark-sweep perm gen total 131072K, used 65240K [0x50060000, 0x58060000, 0x58060000)
  253. }
  254.  
  255. Deoptimization events (0 events):
  256. No events
  257.  
  258. Internal exceptions (10 events):
  259. Event: 685.853 Thread 0x0c738000 Threw 0x149a57c0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2917
  260. Event: 685.854 Thread 0x0c73d400 Threw 0x149ab9a0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2917
  261. Event: 685.858 Thread 0x0c73c000 Threw 0x149acb18 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
  262. Event: 685.858 Thread 0x0c73d400 Threw 0x149abb48 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  263. Event: 685.863 Thread 0x0c738000 Threw 0x149a5920 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  264. Event: 685.864 Thread 0x0c73d400 Threw 0x149abcf0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  265. Event: 685.865 Thread 0x0c738000 Threw 0x149a6578 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2917
  266. Event: 685.865 Thread 0x0c738000 Threw 0x149a66d8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:2965
  267. Event: 685.868 Thread 0x0c73c000 Threw 0x149ace20 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
  268. Event: 685.878 Thread 0x0c73c000 Threw 0x149acf38 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
  269.  
  270. Events (10 events):
  271. Event: 675.725 Thread 0x5e8fc400 Thread added: 0x5e8fc400
  272. Event: 675.730 Executing VM operation: RevokeBias
  273. Event: 675.730 Executing VM operation: RevokeBias done
  274. Event: 675.730 Thread 0x5e8fc400 Thread exited: 0x5e8fc400
  275. Event: 679.542 Executing VM operation: GenCollectForAllocation
  276. Event: 679.556 Executing VM operation: GenCollectForAllocation done
  277. Event: 680.735 Thread 0x5e8fc400 Thread added: 0x5e8fc400
  278. Event: 680.740 Executing VM operation: RevokeBias
  279. Event: 680.740 Executing VM operation: RevokeBias done
  280. Event: 680.740 Thread 0x5e8fc400 Thread exited: 0x5e8fc400
  281.  
  282.  
  283. Dynamic libraries:
  284. 0x011e0000 - 0x0120f000 C:\Program Files (x86)\Java\jre7\bin\javaw.exe
  285. 0x76f70000 - 0x770f0000 C:\Windows\SysWOW64\ntdll.dll
  286. 0x75de0000 - 0x75ef0000 C:\Windows\syswow64\kernel32.dll
  287. 0x74fc0000 - 0x75007000 C:\Windows\syswow64\KERNELBASE.dll
  288. 0x75430000 - 0x754d0000 C:\Windows\syswow64\ADVAPI32.dll
  289. 0x75560000 - 0x7560c000 C:\Windows\syswow64\msvcrt.dll
  290. 0x75dc0000 - 0x75dd9000 C:\Windows\SysWOW64\sechost.dll
  291. 0x75240000 - 0x75330000 C:\Windows\syswow64\RPCRT4.dll
  292. 0x74990000 - 0x749f0000 C:\Windows\syswow64\SspiCli.dll
  293. 0x74980000 - 0x7498c000 C:\Windows\syswow64\CRYPTBASE.dll
  294. 0x75010000 - 0x75110000 C:\Windows\syswow64\USER32.dll
  295. 0x75110000 - 0x751a0000 C:\Windows\syswow64\GDI32.dll
  296. 0x74d80000 - 0x74d8a000 C:\Windows\syswow64\LPK.dll
  297. 0x75b00000 - 0x75b9d000 C:\Windows\syswow64\USP10.dll
  298. 0x72180000 - 0x7231e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
  299. 0x754d0000 - 0x75527000 C:\Windows\syswow64\SHLWAPI.dll
  300. 0x72360000 - 0x723ac000 C:\Windows\system32\apphelp.dll
  301. 0x6a010000 - 0x6a09d000 C:\Windows\AppPatch\AcLayers.DLL
  302. 0x75ef0000 - 0x76b3a000 C:\Windows\syswow64\SHELL32.dll
  303. 0x74e00000 - 0x74f5c000 C:\Windows\syswow64\ole32.dll
  304. 0x751a0000 - 0x7522f000 C:\Windows\syswow64\OLEAUT32.dll
  305. 0x72e90000 - 0x72ea7000 C:\Windows\system32\USERENV.dll
  306. 0x72e80000 - 0x72e8b000 C:\Windows\system32\profapi.dll
  307. 0x72bf0000 - 0x72c41000 C:\Windows\system32\WINSPOOL.DRV
  308. 0x72450000 - 0x72462000 C:\Windows\system32\MPR.dll
  309. 0x753c0000 - 0x75420000 C:\Windows\system32\IMM32.DLL
  310. 0x757f0000 - 0x758bc000 C:\Windows\syswow64\MSCTF.dll
  311. 0x10000000 - 0x1005a000 C:\Windows\SysWOW64\guard32.dll
  312. 0x72ca0000 - 0x72ca9000 C:\Windows\system32\VERSION.dll
  313. 0x72be0000 - 0x72be7000 C:\Windows\system32\fltlib.dll
  314. 0x665f0000 - 0x666af000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
  315. 0x66270000 - 0x665f0000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
  316. 0x72430000 - 0x72437000 C:\Windows\system32\WSOCK32.dll
  317. 0x757b0000 - 0x757e5000 C:\Windows\syswow64\WS2_32.dll
  318. 0x75230000 - 0x75236000 C:\Windows\syswow64\NSI.dll
  319. 0x72c50000 - 0x72c82000 C:\Windows\system32\WINMM.dll
  320. 0x74de0000 - 0x74de5000 C:\Windows\syswow64\PSAPI.DLL
  321. 0x6b170000 - 0x6b17c000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
  322. 0x6a170000 - 0x6a190000 C:\Program Files (x86)\Java\jre7\bin\java.dll
  323. 0x6a110000 - 0x6a123000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
  324. 0x6a0f0000 - 0x6a104000 C:\Program Files (x86)\Java\jre7\bin\net.dll
  325. 0x72a20000 - 0x72a5c000 C:\Windows\system32\mswsock.dll
  326. 0x729e0000 - 0x729e6000 C:\Windows\System32\wship6.dll
  327. 0x6b150000 - 0x6b15f000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
  328. 0x66120000 - 0x66263000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
  329. 0x72b40000 - 0x72b53000 C:\Windows\system32\DWMAPI.DLL
  330. 0x72b60000 - 0x72be0000 C:\Windows\system32\uxtheme.dll
  331. 0x74170000 - 0x74333000 C:\Windows\system32\d3d9.dll
  332. 0x74160000 - 0x74166000 C:\Windows\system32\d3d8thk.dll
  333. 0x6e400000 - 0x6e4fc000 C:\Windows\system32\aticfx32.dll
  334. 0x011c0000 - 0x011db000 C:\Windows\system32\atiu9pag.dll
  335. 0x6dbe0000 - 0x6e1c3000 C:\Windows\system32\atiumdag.dll
  336. 0x6d5f0000 - 0x6dbd8000 C:\Windows\system32\atiumdva.dll
  337. 0x69fd0000 - 0x6a008000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
  338. 0x6a0c0000 - 0x6a0f0000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
  339. 0x69fa0000 - 0x69fc4000 C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
  340. 0x0ad20000 - 0x0ad8b000 C:\Users\Joe\Downloads\Unleashed\minecraft\bin\natives\lwjgl.dll
  341. 0x73670000 - 0x73738000 C:\Windows\system32\OPENGL32.dll
  342. 0x74090000 - 0x740b2000 C:\Windows\system32\GLU32.dll
  343. 0x73580000 - 0x73667000 C:\Windows\system32\DDRAW.dll
  344. 0x73570000 - 0x73576000 C:\Windows\system32\DCIMAN32.dll
  345. 0x75610000 - 0x757ad000 C:\Windows\syswow64\SETUPAPI.dll
  346. 0x75530000 - 0x75557000 C:\Windows\syswow64\CFGMGR32.dll
  347. 0x75ae0000 - 0x75af2000 C:\Windows\syswow64\DEVOBJ.dll
  348. 0x72890000 - 0x728a6000 C:\Windows\system32\CRYPTSP.dll
  349. 0x72850000 - 0x7288b000 C:\Windows\system32\rsaenh.dll
  350. 0x728e0000 - 0x728f0000 C:\Windows\system32\NLAapi.dll
  351. 0x71e00000 - 0x71e10000 C:\Windows\system32\napinsp.dll
  352. 0x71de0000 - 0x71df2000 C:\Windows\system32\pnrpnsp.dll
  353. 0x72990000 - 0x729d4000 C:\Windows\system32\DNSAPI.dll
  354. 0x71dd0000 - 0x71dd8000 C:\Windows\System32\winrnr.dll
  355. 0x72950000 - 0x72955000 C:\Windows\System32\wshtcpip.dll
  356. 0x72a00000 - 0x72a1c000 C:\Windows\system32\IPHLPAPI.DLL
  357. 0x729f0000 - 0x729f7000 C:\Windows\system32\WINNSI.DLL
  358. 0x728b0000 - 0x728b6000 C:\Windows\system32\rasadhlp.dll
  359. 0x72320000 - 0x72358000 C:\Windows\System32\fwpuclnt.dll
  360. 0x6a0a0000 - 0x6a0a6000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
  361. 0x66700000 - 0x66715000 C:\Windows\system32\atiglpxx.dll
  362. 0x5ce90000 - 0x5e365000 C:\Windows\system32\atioglxx.dll
  363. 0x60a30000 - 0x60ad0000 C:\Windows\system32\atiadlxy.dll
  364. 0x73ca0000 - 0x73d95000 C:\Windows\system32\PROPSYS.dll
  365. 0x74820000 - 0x7482d000 C:\Windows\system32\WTSAPI32.dll
  366. 0x76b40000 - 0x76b6e000 C:\Windows\syswow64\WINTRUST.dll
  367. 0x74bd0000 - 0x74cf0000 C:\Windows\syswow64\CRYPT32.dll
  368. 0x74df0000 - 0x74dfc000 C:\Windows\syswow64\MSASN1.dll
  369. 0x666c0000 - 0x666dc000 C:\Windows\system32\atigktxx.dll
  370. 0x6a0b0000 - 0x6a0ba000 C:\Program Files (x86)\Java\jre7\bin\management.dll
  371. 0x66720000 - 0x66740000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
  372. 0x6b130000 - 0x6b139000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
  373. 0x60900000 - 0x60a29000 C:\Users\Joe\Downloads\Unleashed\minecraft\bin\natives\OpenAL32.dll
  374. 0x0aae0000 - 0x0ab52000 C:\Windows\system32\dsound.dll
  375. 0x74130000 - 0x74155000 C:\Windows\system32\POWRPROF.dll
  376. 0x74cf0000 - 0x74d73000 C:\Windows\syswow64\CLBCatQ.DLL
  377. 0x73530000 - 0x73569000 C:\Windows\System32\MMDevApi.dll
  378. 0x72000000 - 0x72030000 C:\Windows\system32\wdmaud.drv
  379. 0x73130000 - 0x73134000 C:\Windows\system32\ksuser.dll
  380. 0x74050000 - 0x74057000 C:\Windows\system32\AVRT.dll
  381. 0x71fc0000 - 0x71ff6000 C:\Windows\system32\AUDIOSES.DLL
  382. 0x076d0000 - 0x076d8000 C:\Windows\system32\msacm32.drv
  383. 0x74110000 - 0x74124000 C:\Windows\system32\MSACM32.dll
  384. 0x07b80000 - 0x07b87000 C:\Windows\system32\midimap.dll
  385. 0x07eb0000 - 0x07ed5000 C:\Program Files (x86)\Java\jre7\bin\jpeg.dll
  386. 0x660f0000 - 0x6611d000 C:\Program Files (x86)\Java\jre7\bin\kcms.dll
  387. 0x07f30000 - 0x07f5c000 C:\Users\Joe\Desktop\jacob-1.17-M2-x86.dll
  388. 0x69a70000 - 0x69b9a000 C:\Windows\System32\Speech\Common\sapi.dll
  389. 0x73250000 - 0x7325b000 C:\Windows\system32\msdmo.dll
  390. 0x73da0000 - 0x73dff000 C:\Windows\system32\SXS.DLL
  391. 0x728c0000 - 0x728d2000 C:\Windows\system32\dhcpcsvc.DLL
  392. 0x72960000 - 0x7296d000 C:\Windows\system32\dhcpcsvc6.DLL
  393. 0x0e3a0000 - 0x0e42e000 C:\Program Files (x86)\Java\jre7\bin\mlib_image.dll
  394.  
  395. VM Arguments:
  396. jvm_args: -Xms256M -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:PermSize=128m
  397. java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\Joe\Downloads/Unleashed/minecraft C:\Users\Joe\AppData\Roaming/ftblauncher/ModPacks\Unleashed\FTB_temp.gif MinecraftForge.zip Joefesok 0342240f08e94aa1a33177fb3ddea076 FTB Unleashed v1.1.3 C:\Users\Joe\AppData\Roaming/ftblauncher/ModPacks\Unleashed\UnleashedIcon.png
  398. Launcher Type: SUN_STANDARD
  399.  
  400. Environment Variables:
  401. PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;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)\Java\jre7\bin
  402. USERNAME=Joe
  403. OS=Windows_NT
  404. PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 2 Stepping 0, AuthenticAMD
  405.  
  406.  
  407.  
  408. --------------- S Y S T E M ---------------
  409.  
  410. OS: Windows 7 , 64 bit Build 7601 Service Pack 1
  411.  
  412. 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
  413.  
  414. Memory: 4k page, physical 8352424k(3273404k free), swap 16702984k(9997592k free)
  415.  
  416. 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
  417.  
  418. time: Sat Nov 30 18:22:28 2013
  419. elapsed time: 685 seconds
Advertisement
Add Comment
Please, Sign In to add comment