Advertisement
Guest User

Error Log

a guest
Aug 5th, 2015
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.05 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=0x0000000069843049, pid=7256, tid=8016
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [atio6axx.dll+0x813049]
  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 (0x0000000059924000): JavaThread "Texture streaming thread" daemon [_thread_in_native, id=8016, stack(0x0000000059fa0000,0x000000005a0a0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000010
  24.  
  25. Registers:
  26. RAX=0x0000000000000000, RBX=0x0000000000000404, RCX=0x0000000000000000, RDX=0x0000000069fdd940
  27. RSP=0x000000005a09ec60, RBP=0x0000000000000000, RSI=0x0000000000000001, RDI=0x000000005a09eeb0
  28. R8 =0x000000000000000f, R9 =0x0000000069fddbc8, R10=0x000000005aeb7440, R11=0x000000005868f570
  29. R12=0x0000000000000013, R13=0x0000000000000008, R14=0x0000000000000001, R15=0x0000000000000000
  30. RIP=0x0000000069843049, EFLAGS=0x0000000000010246
  31.  
  32. Top of Stack: (sp=0x000000005a09ec60)
  33. 0x000000005a09ec60: 0060035800100021 000000000000000f
  34. 0x000000005a09ec70: 0000000000000000 0000000000000004
  35. 0x000000005a09ec80: 0000000000000038 0000000000000001
  36. 0x000000005a09ec90: 0000000000000004 0000000069d73dff
  37. 0x000000005a09eca0: 00000000600d9458 0000000000000000
  38. 0x000000005a09ecb0: 0000000000000000 0000000000000000
  39. 0x000000005a09ecc0: 000000005a09ecf8 0000000000000001
  40. 0x000000005a09ecd0: 0000000000000000 0000000000000000
  41. 0x000000005a09ece0: 0000000000000000 0000000100000001
  42. 0x000000005a09ecf0: 0000000000000024 0000000007a99408
  43. 0x000000005a09ed00: 0000001300000008 0000000000000000
  44. 0x000000005a09ed10: 00000000000000c8 0000000000000001
  45. 0x000000005a09ed20: 000000005b7757f0 000000005a8af450
  46. 0x000000005a09ed30: 0000000000000000 0000000000000000
  47. 0x000000005a09ed40: 0000000100000001 0000000059010100
  48. 0x000000005a09ed50: 0000000000000000 000000005a09eec8
  49.  
  50. Instructions: (pc=0x0000000069843049)
  51. 0x0000000069843029: f0 0f 85 32 01 00 00 85 c9 0f 85 2a 01 00 00 48
  52. 0x0000000069843039: 8b 07 4c 8d 0d 86 ab 79 00 48 8d 15 f7 a8 79 00
  53. 0x0000000069843049: 48 8b 78 10 48 8d 4c 24 50 41 b8 ba 04 00 00 e8
  54. 0x0000000069843059: 43 de b8 ff 48 63 87 b0 00 00 00 83 f8 11 74 16
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x0000000000000000 is an unknown value
  60. RBX=0x0000000000000404 is an unknown value
  61. RCX=0x0000000000000000 is an unknown value
  62. RDX=0x0000000069fdd940 is an unknown value
  63. RSP=0x000000005a09ec60 is pointing into the stack for thread: 0x0000000059924000
  64. RBP=0x0000000000000000 is an unknown value
  65. RSI=0x0000000000000001 is an unknown value
  66. RDI=0x000000005a09eeb0 is pointing into the stack for thread: 0x0000000059924000
  67. R8 =0x000000000000000f is an unknown value
  68. R9 =0x0000000069fddbc8 is an unknown value
  69. R10=0x000000005aeb7440 is an unknown value
  70. R11=0x000000005868f570 is an unknown value
  71. R12=0x0000000000000013 is an unknown value
  72. R13=0x0000000000000008 is an unknown value
  73. R14=0x0000000000000001 is an unknown value
  74. R15=0x0000000000000000 is an unknown value
  75.  
  76.  
  77. Stack: [0x0000000059fa0000,0x000000005a0a0000], sp=0x000000005a09ec60, free space=1019k
  78. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  79.  
  80. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  81. j org.lwjgl.opengl.GL13.nglCompressedTexSubImage2DBO(IIIIIIIIJJ)V+0
  82. j org.lwjgl.opengl.GL13.glCompressedTexSubImage2D(IIIIIIIIJ)V+36
  83. j engine.mat.texture.e.a(IIIII)V+19
  84. j engine.mat.texture.h.run()V+261
  85. j aK.run()V+66
  86. v ~StubRoutines::call_stub
  87.  
  88. --------------- P R O C E S S ---------------
  89.  
  90. Java Threads: ( => current thread )
  91. 0x0000000059b5d000 JavaThread "Thread-9" [_thread_in_Java, id=6568, stack(0x0000000061140000,0x0000000061240000)]
  92. 0x0000000059b5c800 JavaThread "Thread-8" [_thread_in_Java, id=8168, stack(0x000000005bd20000,0x000000005be20000)]
  93. 0x0000000059b5b800 JavaThread "Thread-10" [_thread_in_native, id=6652, stack(0x0000000060fe0000,0x00000000610e0000)]
  94. =>0x0000000059924000 JavaThread "Texture streaming thread" daemon [_thread_in_native, id=8016, stack(0x0000000059fa0000,0x000000005a0a0000)]
  95. 0x0000000059912800 JavaThread "Worker thread 3" daemon [_thread_blocked, id=4480, stack(0x000000005cba0000,0x000000005cca0000)]
  96. 0x0000000059911800 JavaThread "Worker thread 2" daemon [_thread_blocked, id=5908, stack(0x000000005c5e0000,0x000000005c6e0000)]
  97. 0x0000000059911000 JavaThread "Worker thread 1" daemon [_thread_blocked, id=8080, stack(0x000000005ca40000,0x000000005cb40000)]
  98. 0x0000000059900800 JavaThread "Worker thread 0" daemon [_thread_blocked, id=6224, stack(0x000000005c8f0000,0x000000005c9f0000)]
  99. 0x00000000598fe800 JavaThread "Thread-2" [_thread_blocked, id=7532, stack(0x000000005c720000,0x000000005c820000)]
  100. 0x0000000059812000 JavaThread "Thread-1" [_thread_blocked, id=4764, stack(0x000000005c4e0000,0x000000005c5e0000)]
  101. 0x0000000057510000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=7824, stack(0x000000005a220000,0x000000005a320000)]
  102. 0x00000000572ef800 JavaThread "Service Thread" daemon [_thread_blocked, id=6260, stack(0x00000000579f0000,0x0000000057af0000)]
  103. 0x00000000572d3000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=7520, stack(0x00000000578e0000,0x00000000579e0000)]
  104. 0x00000000572cc800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=5496, stack(0x00000000576f0000,0x00000000577f0000)]
  105. 0x0000000005f57000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=1564, stack(0x0000000007780000,0x0000000007880000)]
  106. 0x0000000005f52000 JavaThread "Attach Listener" daemon [_thread_blocked, id=7388, stack(0x0000000007680000,0x0000000007780000)]
  107. 0x0000000005f51000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7612, stack(0x0000000007480000,0x0000000007580000)]
  108. 0x0000000005ef6800 JavaThread "Finalizer" daemon [_thread_blocked, id=6068, stack(0x0000000007220000,0x0000000007320000)]
  109. 0x0000000005eef800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5472, stack(0x00000000070e0000,0x00000000071e0000)]
  110. 0x00000000021ee000 JavaThread "main" [_thread_in_native, id=6996, stack(0x00000000025f0000,0x00000000026f0000)]
  111.  
  112. Other Threads:
  113. 0x0000000005ee9800 VMThread [stack: 0x0000000006f60000,0x0000000007060000] [id=7000]
  114. 0x00000000572f1000 WatcherThread [stack: 0x0000000057b10000,0x0000000057c10000] [id=5408]
  115.  
  116. VM state:not at safepoint (normal execution)
  117.  
  118. VM Mutex/Monitor currently owned by a thread: None
  119.  
  120. Heap:
  121. PSYoungGen total 18432K, used 8697K [0x00000000eab00000, 0x00000000ecf00000, 0x0000000100000000)
  122. eden space 15872K, 38% used [0x00000000eab00000,0x00000000eb101738,0x00000000eba80000)
  123. from space 2560K, 99% used [0x00000000eba80000,0x00000000ebcfcfd8,0x00000000ebd00000)
  124. to space 2560K, 0% used [0x00000000ecc80000,0x00000000ecc80000,0x00000000ecf00000)
  125. ParOldGen total 42496K, used 23017K [0x00000000c0000000, 0x00000000c2980000, 0x00000000eab00000)
  126. object space 42496K, 54% used [0x00000000c0000000,0x00000000c167a630,0x00000000c2980000)
  127. Metaspace used 9953K, capacity 10145K, committed 10368K, reserved 1058816K
  128. class space used 1062K, capacity 1115K, committed 1152K, reserved 1048576K
  129.  
  130. Card table byte_map: [0x0000000002d80000,0x0000000002f90000] byte_map_base: 0x0000000002780000
  131.  
  132. Marking Bits: (ParMarkBitMap*) 0x00000000081e4040
  133. Begin Bits: [0x0000000003360000, 0x0000000004360000)
  134. End Bits: [0x0000000004360000, 0x0000000005360000)
  135.  
  136. Polling page: 0x0000000000330000
  137.  
  138. CodeCache: size=245760Kb used=3977Kb max_used=3977Kb free=241782Kb
  139. bounds [0x0000000008270000, 0x0000000008660000, 0x0000000017270000]
  140. total_blobs=1509 nmethods=1001 adapters=422
  141. compilation: enabled
  142.  
  143. Compilation events (10 events):
  144. Event: 3.023 Thread 0x00000000572d3000 1007 2 java.nio.Bits::getShortL (16 bytes)
  145. Event: 3.024 Thread 0x00000000572d3000 nmethod 1007 0x000000000864ff50 code [0x00000000086500c0, 0x0000000008650278]
  146. Event: 3.024 Thread 0x00000000572d3000 1008 2 java.nio.Bits::makeShort (12 bytes)
  147. Event: 3.024 Thread 0x00000000572d3000 nmethod 1008 0x0000000008650350 code [0x00000000086504a0, 0x00000000086505d0]
  148. Event: 3.024 Thread 0x00000000572d3000 1006 2 java.nio.ByteBufferAsShortBufferL::ix (9 bytes)
  149. Event: 3.024 Thread 0x00000000572d3000 nmethod 1006 0x0000000008650650 code [0x00000000086507a0, 0x00000000086508f0]
  150. Event: 3.024 Thread 0x00000000572d3000 1010 1 java.nio.HeapByteBuffer::_get (7 bytes)
  151. Event: 3.024 Thread 0x00000000572d3000 nmethod 1010 0x0000000008650950 code [0x0000000008650aa0, 0x0000000008650bd0]
  152. Event: 3.024 Thread 0x00000000572d3000 1005 2 java.nio.ByteBufferAsShortBufferL::get (16 bytes)
  153. Event: 3.024 Thread 0x00000000572d3000 nmethod 1005 0x0000000008650c90 code [0x0000000008650e20, 0x0000000008651088]
  154.  
  155. GC Heap History (6 events):
  156. Event: 1.730 GC heap before
  157. {Heap before GC invocations=1 (full 0):
  158. PSYoungGen total 18432K, used 15872K [0x00000000eab00000, 0x00000000ebf80000, 0x0000000100000000)
  159. eden space 15872K, 100% used [0x00000000eab00000,0x00000000eba80000,0x00000000eba80000)
  160. from space 2560K, 0% used [0x00000000ebd00000,0x00000000ebd00000,0x00000000ebf80000)
  161. to space 2560K, 0% used [0x00000000eba80000,0x00000000eba80000,0x00000000ebd00000)
  162. ParOldGen total 42496K, used 0K [0x00000000c0000000, 0x00000000c2980000, 0x00000000eab00000)
  163. object space 42496K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000c2980000)
  164. Metaspace used 8750K, capacity 8929K, committed 9216K, reserved 1056768K
  165. class space used 917K, capacity 987K, committed 1024K, reserved 1048576K
  166. Event: 1.738 GC heap after
  167. Heap after GC invocations=1 (full 0):
  168. PSYoungGen total 18432K, used 2547K [0x00000000eab00000, 0x00000000ebf80000, 0x0000000100000000)
  169. eden space 15872K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000eba80000)
  170. from space 2560K, 99% used [0x00000000eba80000,0x00000000ebcfce80,0x00000000ebd00000)
  171. to space 2560K, 0% used [0x00000000ebd00000,0x00000000ebd00000,0x00000000ebf80000)
  172. ParOldGen total 42496K, used 2212K [0x00000000c0000000, 0x00000000c2980000, 0x00000000eab00000)
  173. object space 42496K, 5% used [0x00000000c0000000,0x00000000c02293e8,0x00000000c2980000)
  174. Metaspace used 8750K, capacity 8929K, committed 9216K, reserved 1056768K
  175. class space used 917K, capacity 987K, committed 1024K, reserved 1048576K
  176. }
  177. Event: 2.231 GC heap before
  178. {Heap before GC invocations=2 (full 0):
  179. PSYoungGen total 18432K, used 18419K [0x00000000eab00000, 0x00000000ebf80000, 0x0000000100000000)
  180. eden space 15872K, 100% used [0x00000000eab00000,0x00000000eba80000,0x00000000eba80000)
  181. from space 2560K, 99% used [0x00000000eba80000,0x00000000ebcfce80,0x00000000ebd00000)
  182. to space 2560K, 0% used [0x00000000ebd00000,0x00000000ebd00000,0x00000000ebf80000)
  183. ParOldGen total 42496K, used 2212K [0x00000000c0000000, 0x00000000c2980000, 0x00000000eab00000)
  184. object space 42496K, 5% used [0x00000000c0000000,0x00000000c02293e8,0x00000000c2980000)
  185. Metaspace used 9144K, capacity 9377K, committed 9600K, reserved 1058816K
  186. class space used 968K, capacity 1051K, committed 1152K, reserved 1048576K
  187. Event: 2.245 GC heap after
  188. Heap after GC invocations=2 (full 0):
  189. PSYoungGen total 18432K, used 2557K [0x00000000eab00000, 0x00000000ecf00000, 0x0000000100000000)
  190. eden space 15872K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000eba80000)
  191. from space 2560K, 99% used [0x00000000ebd00000,0x00000000ebf7f528,0x00000000ebf80000)
  192. to space 2560K, 0% used [0x00000000eba80000,0x00000000eba80000,0x00000000ebd00000)
  193. ParOldGen total 42496K, used 14912K [0x00000000c0000000, 0x00000000c2980000, 0x00000000eab00000)
  194. object space 42496K, 35% used [0x00000000c0000000,0x00000000c0e90310,0x00000000c2980000)
  195. Metaspace used 9144K, capacity 9377K, committed 9600K, reserved 1058816K
  196. class space used 968K, capacity 1051K, committed 1152K, reserved 1048576K
  197. }
  198. Event: 2.961 GC heap before
  199. {Heap before GC invocations=3 (full 0):
  200. PSYoungGen total 18432K, used 18429K [0x00000000eab00000, 0x00000000ecf00000, 0x0000000100000000)
  201. eden space 15872K, 100% used [0x00000000eab00000,0x00000000eba80000,0x00000000eba80000)
  202. from space 2560K, 99% used [0x00000000ebd00000,0x00000000ebf7f528,0x00000000ebf80000)
  203. to space 2560K, 0% used [0x00000000eba80000,0x00000000eba80000,0x00000000ebd00000)
  204. ParOldGen total 42496K, used 14912K [0x00000000c0000000, 0x00000000c2980000, 0x00000000eab00000)
  205. object space 42496K, 35% used [0x00000000c0000000,0x00000000c0e90310,0x00000000c2980000)
  206. Metaspace used 9791K, capacity 10017K, committed 10112K, reserved 1058816K
  207. class space used 1042K, capacity 1115K, committed 1152K, reserved 1048576K
  208. Event: 2.972 GC heap after
  209. Heap after GC invocations=3 (full 0):
  210. PSYoungGen total 18432K, used 2547K [0x00000000eab00000, 0x00000000ecf00000, 0x0000000100000000)
  211. eden space 15872K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000eba80000)
  212. from space 2560K, 99% used [0x00000000eba80000,0x00000000ebcfcfd8,0x00000000ebd00000)
  213. to space 2560K, 0% used [0x00000000ecc80000,0x00000000ecc80000,0x00000000ecf00000)
  214. ParOldGen total 42496K, used 23017K [0x00000000c0000000, 0x00000000c2980000, 0x00000000eab00000)
  215. object space 42496K, 54% used [0x00000000c0000000,0x00000000c167a630,0x00000000c2980000)
  216. Metaspace used 9791K, capacity 10017K, committed 10112K, reserved 1058816K
  217. class space used 1042K, capacity 1115K, committed 1152K, reserved 1048576K
  218. }
  219.  
  220. Deoptimization events (10 events):
  221. Event: 1.876 Thread 0x00000000021ee000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000851421c method=java.io.BufferedReader.readLine(Z)Ljava/lang/String; @ 192
  222. Event: 2.291 Thread 0x00000000021ee000 Uncommon trap: reason=unreached action=reinterpret pc=0x000000000859e874 method=fs.a(Lengine/mat/b;Lbq;I)V @ 510
  223. Event: 2.331 Thread 0x00000000021ee000 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000085af04c method=fs.a(Lengine/mat/b;Lbq;I)V @ 368
  224. Event: 2.510 Thread 0x00000000021ee000 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000085c3560 method=fs.a(Lengine/mat/b;Lbq;I)V @ 491
  225. Event: 2.526 Thread 0x00000000021ee000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000085c7ab4 method=fs.a(Lengine/mat/b;Lbq;I)V @ 491
  226. Event: 2.553 Thread 0x00000000021ee000 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000085c18bc method=fs.a(Lengine/mat/b;Lbq;I)V @ 693
  227. Event: 2.596 Thread 0x00000000021ee000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000085d73a4 method=java.lang.Math.round(F)I @ 23
  228. Event: 2.621 Thread 0x00000000021ee000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000085c0f0c method=fs.a(Lengine/mat/b;Lbq;I)V @ 693
  229. Event: 2.897 Thread 0x0000000059b5c800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000858cd50 method=java.io.BufferedReader.readLine(Z)Ljava/lang/String; @ 153
  230. Event: 2.980 Thread 0x0000000059b5b800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000085acf5c method=java.lang.Math.max(FF)F @ 11
  231.  
  232. Internal exceptions (10 events):
  233. Event: 0.848 Thread 0x00000000021ee000 Exception <a 'java/io/FileNotFoundException'> (0x00000000eb23b848) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
  234. Event: 1.219 Thread 0x00000000021ee000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eb4e79f0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
  235. Event: 1.219 Thread 0x00000000021ee000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eb4e9518) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
  236. Event: 1.219 Thread 0x00000000021ee000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eb4ea578) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
  237. Event: 1.219 Thread 0x00000000021ee000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eb4ef458) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
  238. Event: 1.219 Thread 0x00000000021ee000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eb4efff0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
  239. Event: 1.219 Thread 0x00000000021ee000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000eb4f0b58) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 1382]
  240. Event: 1.458 Thread 0x00000000021ee000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException': 18> (0x00000000eb84f4b8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp, line 366]
  241. Event: 1.458 Thread 0x00000000021ee000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException': 58> (0x00000000eb8502d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp, line 366]
  242. Event: 1.459 Thread 0x00000000021ee000 Exception <a 'java/lang/ArrayIndexOutOfBoundsException': 40> (0x00000000eb8510c8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp, line 366]
  243.  
  244. Events (10 events):
  245. Event: 3.001 loading class sun/nio/ch/NativeDispatcher
  246. Event: 3.001 loading class sun/nio/ch/NativeDispatcher done
  247. Event: 3.001 loading class sun/nio/ch/FileDispatcher done
  248. Event: 3.001 loading class sun/nio/ch/FileDispatcherImpl done
  249. Event: 3.001 loading class java/nio/channels/spi/AbstractInterruptibleChannel$1
  250. Event: 3.001 loading class java/nio/channels/spi/AbstractInterruptibleChannel$1 done
  251. Event: 3.001 loading class sun/nio/ch/NativeThread
  252. Event: 3.001 loading class sun/nio/ch/NativeThread done
  253. Event: 3.002 loading class sun/nio/ch/IOStatus
  254. Event: 3.002 loading class sun/nio/ch/IOStatus done
  255.  
  256.  
  257. Dynamic libraries:
  258. 0x000000013f0f0000 - 0x000000013f127000 C:\Users\user\Desktop\We Shall Wake\jre\bin\java.exe
  259. 0x0000000076e20000 - 0x0000000076fc8000 C:\Windows\SYSTEM32\ntdll.dll
  260. 0x0000000076d00000 - 0x0000000076e1f000 C:\Windows\system32\kernel32.dll
  261. 0x000007fefcd90000 - 0x000007fefcdfc000 C:\Windows\system32\KERNELBASE.dll
  262. 0x000007feff050000 - 0x000007feff12b000 C:\Windows\system32\ADVAPI32.dll
  263. 0x000007fefda20000 - 0x000007fefdabf000 C:\Windows\system32\msvcrt.dll
  264. 0x000007fefda00000 - 0x000007fefda1f000 C:\Windows\SYSTEM32\sechost.dll
  265. 0x000007fefd060000 - 0x000007fefd18d000 C:\Windows\system32\RPCRT4.dll
  266. 0x0000000076c00000 - 0x0000000076cfa000 C:\Windows\system32\USER32.dll
  267. 0x000007fefefe0000 - 0x000007feff047000 C:\Windows\system32\GDI32.dll
  268. 0x000007fefd9f0000 - 0x000007fefd9fe000 C:\Windows\system32\LPK.dll
  269. 0x000007fefd6c0000 - 0x000007fefd789000 C:\Windows\system32\USP10.dll
  270. 0x000007fefb4e0000 - 0x000007fefb6d4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\COMCTL32.dll
  271. 0x000007fefed00000 - 0x000007fefed71000 C:\Windows\system32\SHLWAPI.dll
  272. 0x000007fefcf90000 - 0x000007fefcfbe000 C:\Windows\system32\IMM32.DLL
  273. 0x000007fefdc60000 - 0x000007fefdd69000 C:\Windows\system32\MSCTF.dll
  274. 0x0000000077250000 - 0x0000000077322000 C:\Users\user\Desktop\We Shall Wake\jre\jre\bin\msvcr100.dll
  275. 0x00000000079e0000 - 0x0000000008263000 C:\Users\user\Desktop\We Shall Wake\jre\jre\bin\server\jvm.dll
  276. 0x000007fef9d60000 - 0x000007fef9d69000 C:\Windows\system32\WSOCK32.dll
  277. 0x000007fefd460000 - 0x000007fefd4ad000 C:\Windows\system32\WS2_32.dll
  278. 0x000007fefdac0000 - 0x000007fefdac8000 C:\Windows\system32\NSI.dll
  279. 0x000007fefa970000 - 0x000007fefa9ab000 C:\Windows\system32\WINMM.dll
  280. 0x000007fefbc70000 - 0x000007fefbc7c000 C:\Windows\system32\VERSION.dll
  281. 0x0000000076ff0000 - 0x0000000076ff7000 C:\Windows\system32\PSAPI.DLL
  282. 0x000007fefa1e0000 - 0x000007fefa1ef000 C:\Users\user\Desktop\We Shall Wake\jre\jre\bin\verify.dll
  283. 0x000007fef5bc0000 - 0x000007fef5be9000 C:\Users\user\Desktop\We Shall Wake\jre\jre\bin\java.dll
  284. 0x000007fef5ba0000 - 0x000007fef5bb6000 C:\Users\user\Desktop\We Shall Wake\jre\jre\bin\zip.dll
  285. 0x000007fefddd0000 - 0x000007fefeb59000 C:\Windows\system32\SHELL32.dll
  286. 0x000007fefd4b0000 - 0x000007fefd6b3000 C:\Windows\system32\ole32.dll
  287. 0x000007fefcbe0000 - 0x000007fefcbef000 C:\Windows\system32\profapi.dll
  288. 0x0000000065580000 - 0x0000000065616000 C:\Users\user\AppData\Local\Temp\libgdxuser\2665372d\gdx64.dll
  289. 0x000007fef6fe0000 - 0x000007fef6fe7000 C:\Users\user\Desktop\We Shall Wake\native\xinput64.dll
  290. 0x00000000003b0000 - 0x00000000003ce000 C:\Windows\system32\XINPUT1_3.dll
  291. 0x000007fefd810000 - 0x000007fefd9e7000 C:\Windows\system32\SETUPAPI.dll
  292. 0x000007fefce00000 - 0x000007fefce36000 C:\Windows\system32\CFGMGR32.dll
  293. 0x000007fefec20000 - 0x000007fefecf7000 C:\Windows\system32\OLEAUT32.dll
  294. 0x000007fefced0000 - 0x000007fefceea000 C:\Windows\system32\DEVOBJ.dll
  295. 0x0000000063830000 - 0x00000000638d3000 C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll
  296. 0x0000000180000000 - 0x0000000180053000 C:\Users\user\Desktop\We Shall Wake\native\lwjgl64.dll
  297. 0x000007fef24c0000 - 0x000007fef25dd000 C:\Windows\system32\OPENGL32.dll
  298. 0x000007fef5880000 - 0x000007fef58ad000 C:\Windows\system32\GLU32.dll
  299. 0x000007fef2600000 - 0x000007fef26f1000 C:\Windows\system32\DDRAW.dll
  300. 0x000007fefa200000 - 0x000007fefa208000 C:\Windows\system32\DCIMAN32.dll
  301. 0x000007fefad30000 - 0x000007fefad48000 C:\Windows\system32\dwmapi.dll
  302. 0x000007fefb2c0000 - 0x000007fefb316000 C:\Windows\system32\uxtheme.dll
  303. 0x0000000002110000 - 0x000000000212b000 C:\Program Files (x86)\SlySoft\AnyDVD\ADvdDiscHlp64.dll
  304. 0x000007fefca70000 - 0x000007fefca7f000 C:\Windows\system32\CRYPTBASE.dll
  305. 0x0000000002f90000 - 0x0000000002ff5000 C:\Program Files\WIDCOMM\Bluetooth Software\btmmhook.dll
  306. 0x000007fef5f90000 - 0x000007fef5f98000 C:\Windows\system32\atig6pxx.dll
  307. 0x0000000069030000 - 0x000000006a27c000 C:\Windows\system32\atio6axx.dll
  308. 0x000007fef5a00000 - 0x000007fef5a08000 C:\Windows\system32\atig6txx.dll
  309. 0x0000000007420000 - 0x0000000007476000 C:\Windows\system32\atiadlxx.dll
  310. 0x000007fefce50000 - 0x000007fefce8b000 C:\Windows\system32\WINTRUST.dll
  311. 0x000007fefcc20000 - 0x000007fefcd8d000 C:\Windows\system32\CRYPT32.dll
  312. 0x000007fefcbd0000 - 0x000007fefcbdf000 C:\Windows\system32\MSASN1.dll
  313. 0x000007fef6350000 - 0x000007fef63ec000 C:\Windows\system32\mscms.dll
  314. 0x000007fefcc00000 - 0x000007fefcc1e000 C:\Windows\system32\USERENV.dll
  315. 0x000007fef4900000 - 0x000007fef4942000 C:\Windows\system32\icm32.dll
  316. 0x000007fef5610000 - 0x000007fef57a8000 C:\Users\user\Desktop\We Shall Wake\jre\jre\bin\awt.dll
  317. 0x0000000057670000 - 0x00000000576d4000 C:\Users\user\Desktop\We Shall Wake\native\OpenAL64.dll
  318. 0x000007fefcfc0000 - 0x000007fefd059000 C:\Windows\system32\CLBCatQ.DLL
  319. 0x000007fefad50000 - 0x000007fefad9b000 C:\Windows\System32\MMDevApi.dll
  320. 0x000007fefb320000 - 0x000007fefb44c000 C:\Windows\System32\PROPSYS.dll
  321. 0x000007fef2180000 - 0x000007fef2208000 C:\Windows\system32\dsound.dll
  322. 0x000007fefbc20000 - 0x000007fefbc4c000 C:\Windows\system32\POWRPROF.dll
  323. 0x000007fefa740000 - 0x000007fefa78f000 C:\Windows\system32\AUDIOSES.DLL
  324. 0x000007fef7020000 - 0x000007fef703a000 C:\Users\user\Desktop\We Shall Wake\jre\jre\bin\net.dll
  325. 0x000007fefc3b0000 - 0x000007fefc405000 C:\Windows\system32\mswsock.dll
  326. 0x000007fefc3a0000 - 0x000007fefc3a7000 C:\Windows\System32\wship6.dll
  327. 0x000007fef5a10000 - 0x000007fef5a21000 C:\Users\user\Desktop\We Shall Wake\jre\jre\bin\nio.dll
  328. 0x000007fef3810000 - 0x000007fef3935000 C:\Windows\system32\dbghelp.dll
  329.  
  330. VM Arguments:
  331. jvm_args: -Djava.library.path=native/ -Xmx1G
  332. java_command: C:\Users\user\Desktop\We Shall Wake\.\wswdata.jar
  333. java_class_path (initial): C:\Users\user\Desktop\We Shall Wake\.\wswdata.jar
  334. Launcher Type: SUN_STANDARD
  335.  
  336. Environment Variables:
  337. PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Java\jre7;C:\Program Files\Java\jdk1.7.0;C:\Program Files (x86)\Windows Live\Shared;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Users\user\AppData\Local\Smartbar\Application\;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\Git\cmd;C:\Ruby200-x64\bin;C:\Users\user\Desktop\We Shall Wake\jre\\bin
  338. USERNAME=user
  339. OS=Windows_NT
  340. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 2, GenuineIntel
  341.  
  342.  
  343.  
  344. --------------- S Y S T E M ---------------
  345.  
  346. OS: Windows 7 , 64 bit Build 7601 (6.1.7601.18847)
  347.  
  348. CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit
  349.  
  350. Memory: 4k page, physical 4044868k(1199068k free), swap 8087884k(3740940k free)
  351.  
  352. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.51-b03) for windows-amd64 JRE (1.8.0_51-b16), built on Jun 8 2015 18:03:07 by "java_re" with MS VC++ 10.0 (VS2010)
  353.  
  354. time: Wed Aug 05 21:23:14 2015
  355. elapsed time: 3 seconds (0d 0h 0m 3s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement