Advertisement
Guest User

Untitled

a guest
Feb 25th, 2015
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.08 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x0b5be077, pid=10028, tid=7084
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_31-b13) (build 1.8.0_31-b13)
  7. # Java VM: Java HotSpot(TM) Client VM (25.31-b07 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C [ig75icd32.dll+0x3de077]
  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.java.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 (0x00e9a800): JavaThread "main" [_thread_in_native, id=7084, stack(0x010b0000,0x01100000)]
  22.  
  23. siginfo: ExceptionCode=0xc00000fd, ExceptionInformation=0x00000000 0x010b0000
  24.  
  25. Registers:
  26. EAX=0x010b0000, EBX=0x010feb0c, ECX=0x0109c658, EDX=0x000004cc
  27. ESP=0x010bd050, EBP=0x010bd064, ESI=0x010fe3d8, EDI=0x0db533d8
  28. EIP=0x0b5be077, EFLAGS=0x00010206
  29.  
  30. Top of Stack: (sp=0x010bd050)
  31. 0x010bd050: 0db533d8 0b457d42 010dda7c 0b61621b
  32. 0x010bd060: ffffffff 010dda88 0b458374 00000077
  33. 0x010bd070: 010d9a00 010dda28 0db533d8 010fe578
  34. 0x010bd080: 20000001 010bd110 0b53ea8c 010bdf44
  35. 0x010bd090: 010bdf44 00000090 010bd0c4 0b44fc52
  36. 0x010bd0a0: 0b624760 00000000 010bdf44 00000000
  37. 0x010bd0b0: 010bdfd4 0b447bf5 010bdfd4 010bdfd4
  38. 0x010bd0c0: 010bd0f0 0b614068 00000000 010dd480
  39.  
  40. Instructions: (pc=0x0b5be077)
  41. 0x0b5be057: 1b c0 f7 d0 23 c8 8b c4 25 00 f0 ff ff 3b c8 72
  42. 0x0b5be067: 0a 8b c1 59 94 8b 00 89 04 24 c3 2d 00 10 00 00
  43. 0x0b5be077: 85 00 eb e9 55 8b ec 83 25 e0 b1 79 0b 00 83 ec
  44. 0x0b5be087: 10 53 33 db 43 09 1d b0 c4 78 0b 6a 0a e8 49 c3
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x010b0000 is an unknown value
  50. EBX=0x010feb0c is pointing into the stack for thread: 0x00e9a800
  51. ECX=0x0109c658 is an unknown value
  52. EDX=0x000004cc is an unknown value
  53. ESP=0x010bd050 is pointing into the stack for thread: 0x00e9a800
  54. EBP=0x010bd064 is pointing into the stack for thread: 0x00e9a800
  55. ESI=0x010fe3d8 is pointing into the stack for thread: 0x00e9a800
  56. EDI=0x0db533d8 is an unknown value
  57.  
  58.  
  59. Stack: [0x010b0000,0x01100000], sp=0x010bd050, free space=52k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [ig75icd32.dll+0x3de077]
  62. C [ig75icd32.dll+0x278374]
  63. C [ig75icd32.dll+0x27a7db]
  64. C [ig75icd32.dll+0x379224]
  65. C [ig75icd32.dll+0x3798aa]
  66. C [ig75icd32.dll+0x3355b2]
  67. C [ig75icd32.dll+0x37a2b7]
  68. C [ig75icd32.dll+0x3355a1]
  69. C [ig75icd32.dll+0x3795ff]
  70. C [ig75icd32.dll+0x3355b2]
  71. C [ig75icd32.dll+0x37ac52]
  72. C [ig75icd32.dll+0x3355f6]
  73. C [ig75icd32.dll+0x3795ff]
  74. C [ig75icd32.dll+0x3355b2]
  75. C [ig75icd32.dll+0x3795ff]
  76. C [ig75icd32.dll+0x11cb9d]
  77. C [ig75icd32.dll+0x379ccd]
  78. C [ig75icd32.dll+0x3355b2]
  79. C [ig75icd32.dll+0x3795ff]
  80. C [ig75icd32.dll+0x3355b2]
  81. C [ig75icd32.dll+0x335675]
  82. C [ig75icd32.dll+0x3354ae]
  83. C [ig75icd32.dll+0x1d5835]
  84. C [ig75icd32.dll+0x11adff]
  85. C [ig75icd32.dll+0x11b9ea]
  86. C [ig75icd32.dll+0x11bb9e]
  87. C [ig75icd32.dll+0x2e4752]
  88. C [lwjgl.dll+0x99b9]
  89. j org.lwjgl.opengl.GL20.glLinkProgram(I)V+15
  90. j org.terasology.rendering.opengl.GLSLShader.linkShaderProgram(I)I+33
  91. j org.terasology.rendering.opengl.GLSLMaterial.recompile()V+65
  92. j org.terasology.rendering.opengl.GLSLMaterial.onReload(Lorg/terasology/rendering/assets/material/MaterialData;)V+16
  93. j org.terasology.rendering.opengl.GLSLMaterial.<init>(Lorg/terasology/asset/AssetUri;Lorg/terasology/rendering/assets/material/MaterialData;)V+77
  94. j org.terasology.engine.subsystem.lwjgl.LwjglGraphics$4.buildAsset(Lorg/terasology/asset/AssetUri;Lorg/terasology/rendering/assets/material/MaterialData;)Lorg/terasology/rendering/assets/material/Material;+6
  95. j org.terasology.engine.subsystem.lwjgl.LwjglGraphics$4.buildAsset(Lorg/terasology/asset/AssetUri;Lorg/terasology/asset/AssetData;)Lorg/terasology/asset/Asset;+6
  96. j org.terasology.asset.AssetManager.generateAsset(Lorg/terasology/asset/AssetUri;Lorg/terasology/asset/AssetData;)Lorg/terasology/asset/Asset;+82
  97. j org.terasology.asset.Assets.generateAsset(Lorg/terasology/asset/AssetUri;Lorg/terasology/asset/AssetData;Ljava/lang/Class;)Lorg/terasology/asset/Asset;+11
  98. j org.terasology.rendering.ShaderManagerLwjgl.prepareAndStoreShaderProgramInstance(Ljava/lang/String;Lorg/terasology/rendering/shader/ShaderParameters;)Lorg/terasology/rendering/opengl/GLSLMaterial;+90
  99. j org.terasology.rendering.ShaderManagerLwjgl.initShaders()V+58
  100. j org.terasology.engine.subsystem.lwjgl.LwjglGraphics.initOpenGL()V+229
  101. j org.terasology.engine.subsystem.lwjgl.LwjglGraphics.postInitialise(Lorg/terasology/config/Config;)V+41
  102. j org.terasology.engine.TerasologyEngine.postInitSubsystems()V+34
  103. j org.terasology.engine.TerasologyEngine.<init>(Ljava/util/Collection;)V+126
  104. j org.terasology.engine.Terasology.main([Ljava/lang/String;)V+51
  105. v ~StubRoutines::call_stub
  106. V [jvm.dll+0x1473e5]
  107. V [jvm.dll+0x20d57e]
  108. V [jvm.dll+0x14747e]
  109. V [jvm.dll+0xd0c27]
  110. V [jvm.dll+0xd91cf]
  111. C [javaw.exe+0x210a]
  112. C [javaw.exe+0xaba1]
  113. C [javaw.exe+0xac2b]
  114. C [kernel32.dll+0x13677]
  115. C [ntdll.dll+0x39d72]
  116. C [ntdll.dll+0x39d45]
  117. C 0x00000000
  118.  
  119. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  120. j org.lwjgl.opengl.GL20.nglLinkProgram(IJ)V+0
  121. j org.lwjgl.opengl.GL20.glLinkProgram(I)V+15
  122. j org.terasology.rendering.opengl.GLSLShader.linkShaderProgram(I)I+33
  123. j org.terasology.rendering.opengl.GLSLMaterial.recompile()V+65
  124. j org.terasology.rendering.opengl.GLSLMaterial.onReload(Lorg/terasology/rendering/assets/material/MaterialData;)V+16
  125. j org.terasology.rendering.opengl.GLSLMaterial.<init>(Lorg/terasology/asset/AssetUri;Lorg/terasology/rendering/assets/material/MaterialData;)V+77
  126. j org.terasology.engine.subsystem.lwjgl.LwjglGraphics$4.buildAsset(Lorg/terasology/asset/AssetUri;Lorg/terasology/rendering/assets/material/MaterialData;)Lorg/terasology/rendering/assets/material/Material;+6
  127. j org.terasology.engine.subsystem.lwjgl.LwjglGraphics$4.buildAsset(Lorg/terasology/asset/AssetUri;Lorg/terasology/asset/AssetData;)Lorg/terasology/asset/Asset;+6
  128. j org.terasology.asset.AssetManager.generateAsset(Lorg/terasology/asset/AssetUri;Lorg/terasology/asset/AssetData;)Lorg/terasology/asset/Asset;+82
  129. j org.terasology.asset.Assets.generateAsset(Lorg/terasology/asset/AssetUri;Lorg/terasology/asset/AssetData;Ljava/lang/Class;)Lorg/terasology/asset/Asset;+11
  130. j org.terasology.rendering.ShaderManagerLwjgl.prepareAndStoreShaderProgramInstance(Ljava/lang/String;Lorg/terasology/rendering/shader/ShaderParameters;)Lorg/terasology/rendering/opengl/GLSLMaterial;+90
  131. j org.terasology.rendering.ShaderManagerLwjgl.initShaders()V+58
  132. j org.terasology.engine.subsystem.lwjgl.LwjglGraphics.initOpenGL()V+229
  133. j org.terasology.engine.subsystem.lwjgl.LwjglGraphics.postInitialise(Lorg/terasology/config/Config;)V+41
  134. j org.terasology.engine.TerasologyEngine.postInitSubsystems()V+34
  135. j org.terasology.engine.TerasologyEngine.<init>(Ljava/util/Collection;)V+126
  136. j org.terasology.engine.Terasology.main([Ljava/lang/String;)V+51
  137. v ~StubRoutines::call_stub
  138.  
  139. --------------- P R O C E S S ---------------
  140.  
  141. Java Threads: ( => current thread )
  142. 0x099fc400 JavaThread "common-15" [_thread_blocked, id=8720, stack(0x0af90000,0x0afe0000)]
  143. 0x099fc000 JavaThread "common-14" [_thread_blocked, id=5812, stack(0x0af30000,0x0af80000)]
  144. 0x099fb800 JavaThread "common-13" [_thread_blocked, id=10156, stack(0x0ad20000,0x0ad70000)]
  145. 0x099fb000 JavaThread "common-12" [_thread_blocked, id=7372, stack(0x0ae70000,0x0aec0000)]
  146. 0x099fac00 JavaThread "common-11" [_thread_blocked, id=9864, stack(0x0ada0000,0x0adf0000)]
  147. 0x099fa400 JavaThread "common-10" [_thread_blocked, id=11196, stack(0x0adf0000,0x0ae40000)]
  148. 0x099fa000 JavaThread "common-9" [_thread_blocked, id=11084, stack(0x0aca0000,0x0acf0000)]
  149. 0x099f9800 JavaThread "common-8" [_thread_blocked, id=10524, stack(0x0a7d0000,0x0a820000)]
  150. 0x099f9400 JavaThread "common-7" [_thread_blocked, id=7432, stack(0x0aba0000,0x0abf0000)]
  151. 0x099f8c00 JavaThread "common-6" [_thread_blocked, id=9168, stack(0x0ab20000,0x0ab70000)]
  152. 0x099ea000 JavaThread "common-5" [_thread_blocked, id=3332, stack(0x0a980000,0x0a9d0000)]
  153. 0x099e9c00 JavaThread "common-4" [_thread_blocked, id=10176, stack(0x0a690000,0x0a6e0000)]
  154. 0x099e9400 JavaThread "common-3" [_thread_blocked, id=5492, stack(0x0a860000,0x0a8b0000)]
  155. 0x099e9000 JavaThread "common-2" [_thread_blocked, id=5540, stack(0x0a780000,0x0a7d0000)]
  156. 0x099e8800 JavaThread "common-1" [_thread_blocked, id=11040, stack(0x0a510000,0x0a560000)]
  157. 0x099e5c00 JavaThread "common-0" [_thread_blocked, id=10108, stack(0x09710000,0x09760000)]
  158. 0x06874400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=7796, stack(0x06ec0000,0x06f10000)]
  159. 0x06862800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=9292, stack(0x06e60000,0x06eb0000)]
  160. 0x0685e000 JavaThread "AWT-Shutdown" [_thread_blocked, id=9256, stack(0x06c20000,0x06c70000)]
  161. 0x06852400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10792, stack(0x06470000,0x064c0000)]
  162. 0x0534e800 JavaThread "TimerQueue" daemon [_thread_blocked, id=9488, stack(0x05b90000,0x05be0000)]
  163. 0x05217c00 JavaThread "Service Thread" daemon [_thread_blocked, id=916, stack(0x050d0000,0x05120000)]
  164. 0x0520ec00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=8608, stack(0x058c0000,0x05910000)]
  165. 0x00f9f800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9148, stack(0x012e0000,0x01330000)]
  166. 0x00f8f400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11224, stack(0x05710000,0x05760000)]
  167. 0x00f8b800 JavaThread "Finalizer" daemon [_thread_blocked, id=9956, stack(0x05080000,0x050d0000)]
  168. 0x00f86800 JavaThread "Reference Handler" daemon [_thread_blocked, id=8320, stack(0x053b0000,0x05400000)]
  169. =>0x00e9a800 JavaThread "main" [_thread_in_native, id=7084, stack(0x010b0000,0x01100000)]
  170.  
  171. Other Threads:
  172. 0x00f83400 VMThread [stack: 0x05120000,0x05170000] [id=10728]
  173. 0x05231800 WatcherThread [stack: 0x057a0000,0x057f0000] [id=8628]
  174.  
  175. VM state:not at safepoint (normal execution)
  176.  
  177. VM Mutex/Monitor currently owned by a thread: None
  178.  
  179. Heap:
  180. def new generation total 10496K, used 8197K [0x0f200000, 0x0fd60000, 0x14750000)
  181. eden space 9344K, 75% used [0x0f200000, 0x0f8e1748, 0x0fb20000)
  182. from space 1152K, 100% used [0x0fb20000, 0x0fc40000, 0x0fc40000)
  183. to space 1152K, 0% used [0x0fc40000, 0x0fc40000, 0x0fd60000)
  184. tenured generation total 23036K, used 17376K [0x14750000, 0x15dcf000, 0x1f200000)
  185. the space 23036K, 75% used [0x14750000, 0x15848050, 0x15848200, 0x15dcf000)
  186. Metaspace used 15349K, capacity 15540K, committed 15616K, reserved 15744K
  187.  
  188. Card table byte_map: [0x00da0000,0x00e30000] byte_map_base: 0x00d27000
  189.  
  190. Polling page: 0x001c0000
  191.  
  192. CodeCache: size=32768Kb used=3233Kb max_used=3233Kb free=29534Kb
  193. bounds [0x02b70000, 0x02ea0000, 0x04b70000]
  194. total_blobs=1754 nmethods=1232 adapters=453
  195. compilation: enabled
  196.  
  197. Compilation events (10 events):
  198. Event: 2.021 Thread 0x0520ec00 1249 sun.nio.fs.WindowsPathParser::normalize (233 bytes)
  199. Event: 2.022 Thread 0x0520ec00 nmethod 1249 0x02e95dc8 code [0x02e96070, 0x02e96d64]
  200. Event: 2.039 Thread 0x0520ec00 1250 java.lang.StringBuilder::length (5 bytes)
  201. Event: 2.039 Thread 0x0520ec00 nmethod 1250 0x02e980c8 code [0x02e981c0, 0x02e98240]
  202. Event: 2.042 Thread 0x0520ec00 1251 java.util.regex.Pattern$Start::match (90 bytes)
  203. Event: 2.042 Thread 0x0520ec00 nmethod 1251 0x02e98288 code [0x02e98390, 0x02e984ec]
  204. Event: 2.044 Thread 0x0520ec00 1252 java.util.regex.Pattern$Slice::match (79 bytes)
  205. Event: 2.045 Thread 0x0520ec00 nmethod 1252 0x02e98608 code [0x02e98720, 0x02e98888]
  206. Event: 2.091 Thread 0x0520ec00 1253 java.lang.StringBuilder::append (8 bytes)
  207. Event: 2.091 Thread 0x0520ec00 nmethod 1253 0x02e989c8 code [0x02e98ac0, 0x02e98b5c]
  208.  
  209. GC Heap History (10 events):
  210. Event: 1.543 GC heap before
  211. {Heap before GC invocations=21 (full 2):
  212. def new generation total 10496K, used 10496K [0x0f200000, 0x0fd60000, 0x14750000)
  213. eden space 9344K, 100% used [0x0f200000, 0x0fb20000, 0x0fb20000)
  214. from space 1152K, 100% used [0x0fc40000, 0x0fd60000, 0x0fd60000)
  215. to space 1152K, 0% used [0x0fb20000, 0x0fb20000, 0x0fc40000)
  216. tenured generation total 23036K, used 15464K [0x14750000, 0x15dcf000, 0x1f200000)
  217. the space 23036K, 67% used [0x14750000, 0x1566a110, 0x1566a200, 0x15dcf000)
  218. Metaspace used 13605K, capacity 13756K, committed 13824K, reserved 14720K
  219. Event: 1.547 GC heap after
  220. Heap after GC invocations=22 (full 2):
  221. def new generation total 10496K, used 150K [0x0f200000, 0x0fd60000, 0x14750000)
  222. eden space 9344K, 0% used [0x0f200000, 0x0f200000, 0x0fb20000)
  223. from space 1152K, 13% used [0x0fb20000, 0x0fb458f8, 0x0fc40000)
  224. to space 1152K, 0% used [0x0fc40000, 0x0fc40000, 0x0fd60000)
  225. tenured generation total 23036K, used 16614K [0x14750000, 0x15dcf000, 0x1f200000)
  226. the space 23036K, 72% used [0x14750000, 0x15789a30, 0x15789c00, 0x15dcf000)
  227. Metaspace used 13605K, capacity 13756K, committed 13824K, reserved 14720K
  228. }
  229. Event: 1.585 GC heap before
  230. {Heap before GC invocations=22 (full 2):
  231. def new generation total 10496K, used 9494K [0x0f200000, 0x0fd60000, 0x14750000)
  232. eden space 9344K, 100% used [0x0f200000, 0x0fb20000, 0x0fb20000)
  233. from space 1152K, 13% used [0x0fb20000, 0x0fb458f8, 0x0fc40000)
  234. to space 1152K, 0% used [0x0fc40000, 0x0fc40000, 0x0fd60000)
  235. tenured generation total 23036K, used 16614K [0x14750000, 0x15dcf000, 0x1f200000)
  236. the space 23036K, 72% used [0x14750000, 0x15789a30, 0x15789c00, 0x15dcf000)
  237. Metaspace used 13798K, capacity 13948K, committed 14080K, reserved 14720K
  238. Event: 1.589 GC heap after
  239. Heap after GC invocations=23 (full 2):
  240. def new generation total 10496K, used 1152K [0x0f200000, 0x0fd60000, 0x14750000)
  241. eden space 9344K, 0% used [0x0f200000, 0x0f200000, 0x0fb20000)
  242. from space 1152K, 100% used [0x0fc40000, 0x0fd60000, 0x0fd60000)
  243. to space 1152K, 0% used [0x0fb20000, 0x0fb20000, 0x0fc40000)
  244. tenured generation total 23036K, used 17094K [0x14750000, 0x15dcf000, 0x1f200000)
  245. the space 23036K, 74% used [0x14750000, 0x15801870, 0x15801a00, 0x15dcf000)
  246. Metaspace used 13798K, capacity 13948K, committed 14080K, reserved 14720K
  247. }
  248. Event: 1.626 GC heap before
  249. {Heap before GC invocations=23 (full 2):
  250. def new generation total 10496K, used 10496K [0x0f200000, 0x0fd60000, 0x14750000)
  251. eden space 9344K, 100% used [0x0f200000, 0x0fb20000, 0x0fb20000)
  252. from space 1152K, 100% used [0x0fc40000, 0x0fd60000, 0x0fd60000)
  253. to space 1152K, 0% used [0x0fb20000, 0x0fb20000, 0x0fc40000)
  254. tenured generation total 23036K, used 17094K [0x14750000, 0x15dcf000, 0x1f200000)
  255. the space 23036K, 74% used [0x14750000, 0x15801870, 0x15801a00, 0x15dcf000)
  256. Metaspace used 14054K, capacity 14242K, committed 14336K, reserved 14720K
  257. Event: 1.628 GC heap after
  258. Heap after GC invocations=24 (full 2):
  259. def new generation total 10496K, used 576K [0x0f200000, 0x0fd60000, 0x14750000)
  260. eden space 9344K, 0% used [0x0f200000, 0x0f200000, 0x0fb20000)
  261. from space 1152K, 50% used [0x0fb20000, 0x0fbb0130, 0x0fc40000)
  262. to space 1152K, 0% used [0x0fc40000, 0x0fc40000, 0x0fd60000)
  263. tenured generation total 23036K, used 17250K [0x14750000, 0x15dcf000, 0x1f200000)
  264. the space 23036K, 74% used [0x14750000, 0x15828bf0, 0x15828c00, 0x15dcf000)
  265. Metaspace used 14054K, capacity 14242K, committed 14336K, reserved 14720K
  266. }
  267. Event: 1.651 GC heap before
  268. {Heap before GC invocations=24 (full 2):
  269. def new generation total 10496K, used 9920K [0x0f200000, 0x0fd60000, 0x14750000)
  270. eden space 9344K, 100% used [0x0f200000, 0x0fb20000, 0x0fb20000)
  271. from space 1152K, 50% used [0x0fb20000, 0x0fbb0130, 0x0fc40000)
  272. to space 1152K, 0% used [0x0fc40000, 0x0fc40000, 0x0fd60000)
  273. tenured generation total 23036K, used 17250K [0x14750000, 0x15dcf000, 0x1f200000)
  274. the space 23036K, 74% used [0x14750000, 0x15828bf0, 0x15828c00, 0x15dcf000)
  275. Metaspace used 14099K, capacity 14274K, committed 14336K, reserved 14720K
  276. Event: 1.652 GC heap after
  277. Heap after GC invocations=25 (full 2):
  278. def new generation total 10496K, used 263K [0x0f200000, 0x0fd60000, 0x14750000)
  279. eden space 9344K, 0% used [0x0f200000, 0x0f200000, 0x0fb20000)
  280. from space 1152K, 22% used [0x0fc40000, 0x0fc81ee8, 0x0fd60000)
  281. to space 1152K, 0% used [0x0fb20000, 0x0fb20000, 0x0fc40000)
  282. tenured generation total 23036K, used 17347K [0x14750000, 0x15dcf000, 0x1f200000)
  283. the space 23036K, 75% used [0x14750000, 0x15840d78, 0x15840e00, 0x15dcf000)
  284. Metaspace used 14099K, capacity 14274K, committed 14336K, reserved 14720K
  285. }
  286. Event: 1.849 GC heap before
  287. {Heap before GC invocations=25 (full 2):
  288. def new generation total 10496K, used 9607K [0x0f200000, 0x0fd60000, 0x14750000)
  289. eden space 9344K, 100% used [0x0f200000, 0x0fb20000, 0x0fb20000)
  290. from space 1152K, 22% used [0x0fc40000, 0x0fc81ee8, 0x0fd60000)
  291. to space 1152K, 0% used [0x0fb20000, 0x0fb20000, 0x0fc40000)
  292. tenured generation total 23036K, used 17347K [0x14750000, 0x15dcf000, 0x1f200000)
  293. the space 23036K, 75% used [0x14750000, 0x15840d78, 0x15840e00, 0x15dcf000)
  294. Metaspace used 15165K, capacity 15348K, committed 15488K, reserved 15744K
  295. Event: 1.853 GC heap after
  296. Heap after GC invocations=26 (full 2):
  297. def new generation total 10496K, used 1152K [0x0f200000, 0x0fd60000, 0x14750000)
  298. eden space 9344K, 0% used [0x0f200000, 0x0f200000, 0x0fb20000)
  299. from space 1152K, 100% used [0x0fb20000, 0x0fc40000, 0x0fc40000)
  300. to space 1152K, 0% used [0x0fc40000, 0x0fc40000, 0x0fd60000)
  301. tenured generation total 23036K, used 17376K [0x14750000, 0x15dcf000, 0x1f200000)
  302. the space 23036K, 75% used [0x14750000, 0x15848050, 0x15848200, 0x15dcf000)
  303. Metaspace used 15165K, capacity 15348K, committed 15488K, reserved 15744K
  304. }
  305.  
  306. Deoptimization events (0 events):
  307. No events
  308.  
  309. Internal exceptions (10 events):
  310. Event: 1.887 Thread 0x00e9a800 Exception <a 'java/security/PrivilegedActionException'> (0x0f479170) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  311. Event: 1.888 Thread 0x00e9a800 Exception <a 'java/security/PrivilegedActionException'> (0x0f480398) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  312. Event: 1.889 Thread 0x00e9a800 Exception <a 'java/security/PrivilegedActionException'> (0x0f48e008) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  313. Event: 1.892 Thread 0x00e9a800 Exception <a 'java/security/PrivilegedActionException'> (0x0f49e350) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  314. Event: 1.892 Thread 0x00e9a800 Exception <a 'java/security/PrivilegedActionException'> (0x0f4a2fa8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  315. Event: 1.892 Thread 0x00e9a800 Exception <a 'java/security/PrivilegedActionException'> (0x0f4a7d18) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  316. Event: 1.899 Thread 0x00e9a800 Exception <a 'java/security/PrivilegedActionException'> (0x0f4be618) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  317. Event: 1.899 Thread 0x00e9a800 Exception <a 'java/security/PrivilegedActionException'> (0x0f4c9e60) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  318. Event: 2.031 Thread 0x00e9a800 Exception <a 'java/security/PrivilegedActionException'> (0x0f66f938) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  319. Event: 2.087 Thread 0x00e9a800 Exception <a 'java/security/PrivilegedActionException'> (0x0f7ae6b0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  320.  
  321. Events (10 events):
  322. Event: 1.892 loading class gnu/trove/map/hash/TObjectIntHashMap$1
  323. Event: 1.892 loading class gnu/trove/map/hash/TObjectIntHashMap$1 done
  324. Event: 1.899 loading class org/terasology/rendering/assets/shader/ShaderParameterMetadata
  325. Event: 1.899 loading class org/terasology/rendering/assets/shader/ShaderParameterMetadata done
  326. Event: 1.899 loading class org/terasology/rendering/assets/shader/ParamType
  327. Event: 1.899 loading class org/terasology/rendering/assets/shader/ParamType done
  328. Event: 2.031 loading class org/terasology/rendering/shader/ShaderParametersPost
  329. Event: 2.031 loading class org/terasology/rendering/shader/ShaderParametersPost done
  330. Event: 2.087 loading class org/terasology/rendering/shader/ShaderParametersSSAO
  331. Event: 2.087 loading class org/terasology/rendering/shader/ShaderParametersSSAO done
  332.  
  333.  
  334. Dynamic libraries:
  335. 0x01390000 - 0x013c0000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\javaw.exe
  336. 0x77410000 - 0x77590000 C:\Windows\SysWOW64\ntdll.dll
  337. 0x75930000 - 0x75a30000 C:\Windows\syswow64\kernel32.dll
  338. 0x75840000 - 0x75886000 C:\Windows\syswow64\KERNELBASE.dll
  339. 0x75890000 - 0x75930000 C:\Windows\syswow64\ADVAPI32.dll
  340. 0x75370000 - 0x7541c000 C:\Windows\syswow64\msvcrt.dll
  341. 0x75070000 - 0x75089000 C:\Windows\SysWOW64\sechost.dll
  342. 0x76f20000 - 0x77010000 C:\Windows\syswow64\RPCRT4.dll
  343. 0x74f80000 - 0x74fe0000 C:\Windows\syswow64\SspiCli.dll
  344. 0x74f70000 - 0x74f7c000 C:\Windows\syswow64\CRYPTBASE.dll
  345. 0x750e0000 - 0x751e0000 C:\Windows\syswow64\USER32.dll
  346. 0x76e60000 - 0x76ef0000 C:\Windows\syswow64\GDI32.dll
  347. 0x757a0000 - 0x757aa000 C:\Windows\syswow64\LPK.dll
  348. 0x75a90000 - 0x75b2d000 C:\Windows\syswow64\USP10.dll
  349. 0x6df40000 - 0x6e0de000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_421189da2b7fabfc\COMCTL32.dll
  350. 0x75a30000 - 0x75a87000 C:\Windows\syswow64\SHLWAPI.dll
  351. 0x76df0000 - 0x76e50000 C:\Windows\system32\IMM32.DLL
  352. 0x75420000 - 0x754ec000 C:\Windows\syswow64\MSCTF.dll
  353. 0x72b40000 - 0x72b6e000 c:\windows\syswow64\nvinit.dll
  354. 0x72170000 - 0x72179000 C:\Windows\system32\VERSION.dll
  355. 0x0f000000 - 0x0f006000 C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\detoured.dll
  356. 0x6d540000 - 0x6d56b000 C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\nvd3d9wrap.dll
  357. 0x769f0000 - 0x76b8d000 C:\Windows\syswow64\SETUPAPI.dll
  358. 0x75340000 - 0x75367000 C:\Windows\syswow64\CFGMGR32.dll
  359. 0x757b0000 - 0x7583f000 C:\Windows\syswow64\OLEAUT32.dll
  360. 0x751e0000 - 0x7533c000 C:\Windows\syswow64\ole32.dll
  361. 0x75b40000 - 0x75b52000 C:\Windows\syswow64\DEVOBJ.dll
  362. 0x6d520000 - 0x6d53f000 C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\nvdxgiwrap.dll
  363. 0x730f0000 - 0x731af000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\msvcr100.dll
  364. 0x6bca0000 - 0x6c044000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\client\jvm.dll
  365. 0x72990000 - 0x72997000 C:\Windows\system32\WSOCK32.dll
  366. 0x76db0000 - 0x76de5000 C:\Windows\syswow64\WS2_32.dll
  367. 0x773e0000 - 0x773e6000 C:\Windows\syswow64\NSI.dll
  368. 0x72590000 - 0x725c2000 C:\Windows\system32\WINMM.dll
  369. 0x75b30000 - 0x75b35000 C:\Windows\syswow64\PSAPI.DLL
  370. 0x73ad0000 - 0x73b05000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\splashscreen.dll
  371. 0x6eb60000 - 0x6ebe0000 C:\Windows\system32\uxtheme.dll
  372. 0x73f70000 - 0x73f7c000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\verify.dll
  373. 0x735a0000 - 0x735c1000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\java.dll
  374. 0x73370000 - 0x73383000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\zip.dll
  375. 0x75b60000 - 0x767a9000 C:\Windows\syswow64\SHELL32.dll
  376. 0x72210000 - 0x7221b000 C:\Windows\system32\profapi.dll
  377. 0x6cc20000 - 0x6cd66000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\awt.dll
  378. 0x73e10000 - 0x73e25000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\net.dll
  379. 0x00290000 - 0x002b6000 C:\Windows\system32\ColorMedia.dll
  380. 0x724f0000 - 0x7252c000 C:\Windows\system32\MSWSOCK.dll
  381. 0x72b20000 - 0x72b3c000 C:\Windows\system32\IPHLPAPI.DLL
  382. 0x72b10000 - 0x72b17000 C:\Windows\system32\WINNSI.DLL
  383. 0x76bf0000 - 0x76d0c000 C:\Windows\syswow64\CRYPT32.dll
  384. 0x76e50000 - 0x76e5c000 C:\Windows\syswow64\MSASN1.dll
  385. 0x724d0000 - 0x724e3000 C:\Windows\system32\PrxerDrv.dll
  386. 0x6dcb0000 - 0x6dcb6000 C:\Windows\System32\wship6.dll
  387. 0x73e90000 - 0x73e9f000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\nio.dll
  388. 0x6eaf0000 - 0x6eb03000 C:\Windows\system32\dwmapi.dll
  389. 0x73330000 - 0x73369000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\fontmanager.dll
  390. 0x6e990000 - 0x6e9a6000 C:\Windows\system32\CRYPTSP.dll
  391. 0x6e950000 - 0x6e98b000 C:\Windows\system32\rsaenh.dll
  392. 0x72220000 - 0x72237000 C:\Windows\system32\USERENV.dll
  393. 0x6c890000 - 0x6ca53000 C:\Windows\system32\d3d9.dll
  394. 0x73f60000 - 0x73f66000 C:\Windows\system32\d3d8thk.dll
  395. 0x73480000 - 0x7355e000 C:\Windows\system32\nvumdshim.dll
  396. 0x511a0000 - 0x52a0c000 C:\Windows\system32\igdumdim32.dll
  397. 0x6c050000 - 0x6c3c0000 C:\Windows\system32\igdusc32.dll
  398. 0x72af0000 - 0x72b02000 C:\Windows\system32\dhcpcsvc.DLL
  399. 0x6dc40000 - 0x6dc4d000 C:\Windows\system32\dhcpcsvc6.DLL
  400. 0x73300000 - 0x73330000 C:\Program Files (x86)\Java\jre1.8.0_31\bin\t2k.dll
  401. 0x74fe0000 - 0x75063000 C:\Windows\syswow64\CLBCatQ.DLL
  402. 0x6e370000 - 0x6e37e000 C:\Windows\system32\RpcRtRemote.dll
  403. 0x6d940000 - 0x6d99f000 C:\Windows\system32\SXS.DLL
  404. 0x05450000 - 0x0548d000 C:\Users\CLY\AppData\Local\Temp\jna-CLY\jna6249634841194443206.dll
  405. 0x6e870000 - 0x6e880000 C:\Windows\system32\NLAapi.dll
  406. 0x6e860000 - 0x6e868000 C:\Windows\System32\winrnr.dll
  407. 0x6e810000 - 0x6e820000 C:\Windows\system32\napinsp.dll
  408. 0x6e6b0000 - 0x6e6c2000 C:\Windows\system32\pnrpnsp.dll
  409. 0x6e3e0000 - 0x6e3ed000 C:\Windows\system32\wshbth.dll
  410. 0x6e3d0000 - 0x6e3df000 C:\Windows\system32\PrxerNsp.dll
  411. 0x6e380000 - 0x6e3c4000 C:\Windows\system32\DNSAPI.dll
  412. 0x724c0000 - 0x724c5000 C:\Windows\System32\wshtcpip.dll
  413. 0x6dcc0000 - 0x6dcc6000 C:\Windows\system32\rasadhlp.dll
  414. 0x6dc70000 - 0x6dca8000 C:\Windows\System32\fwpuclnt.dll
  415. 0x087d0000 - 0x0881f000 C:\Users\CLY\Desktop\TerasologyLauncher\natives\windows\lwjgl.dll
  416. 0x57130000 - 0x571f8000 C:\Windows\system32\OPENGL32.dll
  417. 0x57100000 - 0x57122000 C:\Windows\system32\GLU32.dll
  418. 0x57010000 - 0x570f7000 C:\Windows\system32\DDRAW.dll
  419. 0x6d5d0000 - 0x6d5d6000 C:\Windows\system32\DCIMAN32.dll
  420. 0x0b1e0000 - 0x0b817000 C:\Windows\system32\ig75icd32.dll
  421. 0x6cb20000 - 0x6cb99000 C:\Windows\system32\mscms.dll
  422. 0x732c0000 - 0x732f8000 C:\Windows\system32\icm32.dll
  423. 0x6d390000 - 0x6d47b000 C:\Windows\system32\dbghelp.dll
  424.  
  425. VM Arguments:
  426. java_command: C:\Users\CLY\Desktop\TerasologyLauncher\Terasology.jar
  427. java_class_path (initial): C:\Users\CLY\Desktop\TerasologyLauncher\Terasology.jar
  428. Launcher Type: SUN_STANDARD
  429.  
  430. Environment Variables:
  431. PATH=C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\
  432. USERNAME=CLY
  433. OS=Windows_NT
  434. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
  435.  
  436.  
  437.  
  438. --------------- S Y S T E M ---------------
  439.  
  440. OS: Windows 7 , 64 bit Build 7600
  441.  
  442. CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2
  443.  
  444. Memory: 4k page, physical 8306808k(5143492k free), swap 16611720k(12586040k free)
  445.  
  446. vm_info: Java HotSpot(TM) Client VM (25.31-b07) for windows-x86 JRE (1.8.0_31-b13), built on Dec 17 2014 20:46:12 by "java_re" with MS VC++ 10.0 (VS2010)
  447.  
  448. time: Tue Feb 24 18:12:14 2015
  449. elapsed time: 2 seconds (0d 0h 0m 2s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement