Advertisement
Guest User

opengl Error

a guest
May 16th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.08 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=0x00000002, pid=1980, tid=292
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132)
  7. # Java VM: Java HotSpot(TM) Client VM (25.0-b70 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C 0x00000002
  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 (0x0086a000): JavaThread "main" [_thread_in_native, id=292, stack(0x00910000,0x00960000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x00000002
  24.  
  25. Registers:
  26. EAX=0x00000002, EBX=0x00000000, ECX=0x14c41040, EDX=0x00000000
  27. ESP=0x0095f960, EBP=0x1d2c201c, ESI=0x14c41040, EDI=0x00000000
  28. EIP=0x00000002, EFLAGS=0x00210246
  29.  
  30. Top of Stack: (sp=0x0095f960)
  31. 0x0095f960: 1d2c2fa3 00000000 00000002 00000002
  32. 0x0095f970: 00080438 0095f998 14c41040 00000000
  33. 0x0095f980: 1d25eb76 0000003c 14c41040 0018f130
  34. 0x0095f990: 14c4027f 14c46e74 0095f9ac 1d27305b
  35. 0x0095f9a0: 14c41040 0018f130 14cd655c 0095f9d0
  36. 0x0095f9b0: 1d3e3ef5 14cd6560 14cd5fa0 14c41040
  37. 0x0095f9c0: 1d3d75f2 1d0f3da8 0086a000 1d0f3da8
  38. 0x0095f9d0: 0095fa14 15288379 00000001 0099ac43
  39.  
  40. Instructions: (pc=0x00000002)
  41. 0xffffffe2:
  42.  
  43.  
  44. Register to memory mapping:
  45.  
  46. EAX=0x00000002 is an unknown value
  47. EBX=0x00000000 is an unknown value
  48. ECX=0x14c41040 is an unknown value
  49. EDX=0x00000000 is an unknown value
  50. ESP=0x0095f960 is pointing into the stack for thread: 0x0086a000
  51. EBP=0x1d2c201c is an unknown value
  52. ESI=0x14c41040 is an unknown value
  53. EDI=0x00000000 is an unknown value
  54.  
  55.  
  56. Stack: [0x00910000,0x00960000], sp=0x0095f960, free space=318k
  57. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  58. C 0x00000002
  59.  
  60. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  61. j org.lwjgl.opengl.GL11.nglCallList(IJ)V+0
  62. j org.lwjgl.opengl.GL11.glCallList(I)V+15
  63. j org.engine.canvas.drawSet(Lorg/engine/DisplayList;FF)V+25
  64. j org.engine.canvas.draw(Lorg/engine/DisplayList;FF)V+72
  65. j org.engine.map.FieldSet2.drawWith(Lorg/engine/canvas/Canvas;FF)V+47
  66. j org.engine.map.AtlasLevel.draw(Lorg/engine/canvas/Canvas;)Z+138
  67. j org.engine.map.Atlas2.drawRange(Lorg/engine/canvas/Canvas;II)Z+54
  68. j org.engine.map.Atlas2.drawRest(Lorg/engine/canvas/Canvas;)Z+17
  69. j org.engine.stages.DebugMap.play()V+49
  70. j org.engine.Main.update()V+46
  71. j org.engine.Main.<init>(Ljava/lang/String;IIIZ)V+158
  72. j org.engine.Game.<init>()V+12
  73. j org.engine.Game.main([Ljava/lang/String;)V+3
  74. v ~StubRoutines::call_stub
  75.  
  76. --------------- P R O C E S S ---------------
  77.  
  78. Java Threads: ( => current thread )
  79. 0x13a6f400 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=3096, stack(0x1f130000,0x1f180000)]
  80. 0x13ce4000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3944, stack(0x1f0d0000,0x1f120000)]
  81. 0x13c22000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3920, stack(0x1d040000,0x1d090000)]
  82. 0x13b34000 JavaThread "Service Thread" daemon [_thread_blocked, id=392, stack(0x150d0000,0x15120000)]
  83. 0x13b17400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2244, stack(0x15080000,0x150d0000)]
  84. 0x13a60c00 JavaThread "VM JFR Buffer Thread" daemon [_thread_blocked, id=184, stack(0x14e30000,0x14e80000)]
  85. 0x13135800 JavaThread "JFR request timer" daemon [_thread_blocked, id=3564, stack(0x14de0000,0x14e30000)]
  86. 0x13a30000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2400, stack(0x14d90000,0x14de0000)]
  87. 0x13a2ec00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3868, stack(0x14d40000,0x14d90000)]
  88. 0x02b0e400 JavaThread "Finalizer" daemon [_thread_blocked, id=2900, stack(0x12f00000,0x12f50000)]
  89. 0x02b08400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2808, stack(0x12eb0000,0x12f00000)]
  90. =>0x0086a000 JavaThread "main" [_thread_in_native, id=292, stack(0x00910000,0x00960000)]
  91.  
  92. Other Threads:
  93. 0x02b05000 VMThread [stack: 0x12e60000,0x12eb0000] [id=3696]
  94. 0x13b35c00 WatcherThread [stack: 0x15120000,0x15170000] [id=3172]
  95.  
  96. VM state:not at safepoint (normal execution)
  97.  
  98. VM Mutex/Monitor currently owned by a thread: None
  99.  
  100. Heap:
  101. def new generation total 5184K, used 4413K [0x02c00000, 0x031a0000, 0x080a0000)
  102. eden space 4608K, 85% used [0x02c00000, 0x02fdcc88, 0x03080000)
  103. from space 576K, 79% used [0x03080000, 0x030f2798, 0x03110000)
  104. to space 576K, 0% used [0x03110000, 0x03110000, 0x031a0000)
  105. tenured generation total 11448K, used 9940K [0x080a0000, 0x08bce000, 0x12a00000)
  106. the space 11448K, 86% used [0x080a0000, 0x08a55210, 0x08a55400, 0x08bce000)
  107. Metaspace used 9395K, capacity 9558K, committed 9600K, reserved 9600K
  108.  
  109. Card table byte_map: [0x02b10000,0x02b90000] byte_map_base: 0x02afa000
  110.  
  111. Polling page: 0x00960000
  112.  
  113. CodeCache: size=32768Kb used=1335Kb max_used=1335Kb free=31432Kb
  114. bounds [0x00990000, 0x00ae0000, 0x02990000]
  115. total_blobs=786 nmethods=516 adapters=209
  116. compilation: enabled
  117.  
  118. Compilation events (10 events):
  119. Event: 10.953 Thread 0x13b17400 515 org.lwjgl.opengl.GLContext::getCapabilitiesImpl (23 bytes)
  120. Event: 10.953 Thread 0x13b17400 nmethod 515 0x00adc688 code [0x00adc790, 0x00adc86c]
  121. Event: 10.955 Thread 0x13b17400 516 org.engine.map.Field2::get (14 bytes)
  122. Event: 10.956 Thread 0x13b17400 nmethod 516 0x00adc948 code [0x00adca60, 0x00adcb5c]
  123. Event: 10.956 Thread 0x13b17400 517 org.engine.map.RCTile::idToTile (52 bytes)
  124. Event: 10.956 Thread 0x13b17400 nmethod 517 0x00adcd08 code [0x00adce20, 0x00adcf5c]
  125. Event: 10.956 Thread 0x13b17400 518 org.lwjgl.opengl.GL11::glTexCoord2f (20 bytes)
  126. Event: 10.957 Thread 0x13b17400 nmethod 518 0x00add048 code [0x00add180, 0x00add398]
  127. Event: 10.983 Thread 0x13b17400 520 org.lwjgl.opengl.GL11::glVertex2f (20 bytes)
  128. Event: 10.984 Thread 0x13b17400 nmethod 520 0x00add888 code [0x00add9c0, 0x00addbd8]
  129.  
  130. GC Heap History (10 events):
  131. Event: 9.932 GC heap before
  132. {Heap before GC invocations=8 (full 0):
  133. def new generation total 4928K, used 4514K [0x02c00000, 0x03150000, 0x080a0000)
  134. eden space 4416K, 100% used [0x02c00000, 0x03050000, 0x03050000)
  135. from space 512K, 19% used [0x03050000, 0x03068b78, 0x030d0000)
  136. to space 512K, 0% used [0x030d0000, 0x030d0000, 0x03150000)
  137. tenured generation total 10944K, used 10297K [0x080a0000, 0x08b50000, 0x12a00000)
  138. the space 10944K, 94% used [0x080a0000, 0x08aae7b0, 0x08aae800, 0x08b50000)
  139. Metaspace used 9182K, capacity 9297K, committed 9344K, reserved 9600K
  140. Event: 9.970 GC heap after
  141. Heap after GC invocations=9 (full 1):
  142. def new generation total 5184K, used 0K [0x02c00000, 0x031a0000, 0x080a0000)
  143. eden space 4608K, 0% used [0x02c00000, 0x02c00000, 0x03080000)
  144. from space 576K, 0% used [0x03080000, 0x03080000, 0x03110000)
  145. to space 576K, 0% used [0x03110000, 0x03110000, 0x031a0000)
  146. tenured generation total 11448K, used 6868K [0x080a0000, 0x08bce000, 0x12a00000)
  147. the space 11448K, 59% used [0x080a0000, 0x087551e0, 0x08755200, 0x08bce000)
  148. Metaspace used 9182K, capacity 9297K, committed 9344K, reserved 9600K
  149. }
  150. Event: 10.159 GC heap before
  151. {Heap before GC invocations=9 (full 1):
  152. def new generation total 5184K, used 4425K [0x02c00000, 0x031a0000, 0x080a0000)
  153. eden space 4608K, 96% used [0x02c00000, 0x03052698, 0x03080000)
  154. from space 576K, 0% used [0x03080000, 0x03080000, 0x03110000)
  155. to space 576K, 0% used [0x03110000, 0x03110000, 0x031a0000)
  156. tenured generation total 11448K, used 6868K [0x080a0000, 0x08bce000, 0x12a00000)
  157. the space 11448K, 59% used [0x080a0000, 0x087551e0, 0x08755200, 0x08bce000)
  158. Metaspace used 9190K, capacity 9297K, committed 9344K, reserved 9600K
  159. Event: 10.162 GC heap after
  160. Heap after GC invocations=10 (full 1):
  161. def new generation total 5184K, used 89K [0x02c00000, 0x031a0000, 0x080a0000)
  162. eden space 4608K, 0% used [0x02c00000, 0x02c00000, 0x03080000)
  163. from space 576K, 15% used [0x03110000, 0x03126458, 0x031a0000)
  164. to space 576K, 0% used [0x03080000, 0x03080000, 0x03110000)
  165. tenured generation total 11448K, used 7892K [0x080a0000, 0x08bce000, 0x12a00000)
  166. the space 11448K, 68% used [0x080a0000, 0x088551f0, 0x08855200, 0x08bce000)
  167. Metaspace used 9190K, capacity 9297K, committed 9344K, reserved 9600K
  168. }
  169. Event: 10.205 GC heap before
  170. {Heap before GC invocations=10 (full 1):
  171. def new generation total 5184K, used 4697K [0x02c00000, 0x031a0000, 0x080a0000)
  172. eden space 4608K, 100% used [0x02c00000, 0x03080000, 0x03080000)
  173. from space 576K, 15% used [0x03110000, 0x03126458, 0x031a0000)
  174. to space 576K, 0% used [0x03080000, 0x03080000, 0x03110000)
  175. tenured generation total 11448K, used 7892K [0x080a0000, 0x08bce000, 0x12a00000)
  176. the space 11448K, 68% used [0x080a0000, 0x088551f0, 0x08855200, 0x08bce000)
  177. Metaspace used 9190K, capacity 9297K, committed 9344K, reserved 9600K
  178. Event: 10.208 GC heap after
  179. Heap after GC invocations=11 (full 1):
  180. def new generation total 5184K, used 29K [0x02c00000, 0x031a0000, 0x080a0000)
  181. eden space 4608K, 0% used [0x02c00000, 0x02c00000, 0x03080000)
  182. from space 576K, 5% used [0x03080000, 0x03087688, 0x03110000)
  183. to space 576K, 0% used [0x03110000, 0x03110000, 0x031a0000)
  184. tenured generation total 11448K, used 8916K [0x080a0000, 0x08bce000, 0x12a00000)
  185. the space 11448K, 77% used [0x080a0000, 0x08955200, 0x08955200, 0x08bce000)
  186. Metaspace used 9190K, capacity 9297K, committed 9344K, reserved 9600K
  187. }
  188. Event: 10.356 GC heap before
  189. {Heap before GC invocations=11 (full 1):
  190. def new generation total 5184K, used 4637K [0x02c00000, 0x031a0000, 0x080a0000)
  191. eden space 4608K, 100% used [0x02c00000, 0x03080000, 0x03080000)
  192. from space 576K, 5% used [0x03080000, 0x03087688, 0x03110000)
  193. to space 576K, 0% used [0x03110000, 0x03110000, 0x031a0000)
  194. tenured generation total 11448K, used 8916K [0x080a0000, 0x08bce000, 0x12a00000)
  195. the space 11448K, 77% used [0x080a0000, 0x08955200, 0x08955200, 0x08bce000)
  196. Metaspace used 9190K, capacity 9297K, committed 9344K, reserved 9600K
  197. Event: 10.359 GC heap after
  198. Heap after GC invocations=12 (full 1):
  199. def new generation total 5184K, used 111K [0x02c00000, 0x031a0000, 0x080a0000)
  200. eden space 4608K, 0% used [0x02c00000, 0x02c00000, 0x03080000)
  201. from space 576K, 19% used [0x03110000, 0x0312be68, 0x031a0000)
  202. to space 576K, 0% used [0x03080000, 0x03080000, 0x03110000)
  203. tenured generation total 11448K, used 9940K [0x080a0000, 0x08bce000, 0x12a00000)
  204. the space 11448K, 86% used [0x080a0000, 0x08a55210, 0x08a55400, 0x08bce000)
  205. Metaspace used 9190K, capacity 9297K, committed 9344K, reserved 9600K
  206. }
  207. Event: 10.688 GC heap before
  208. {Heap before GC invocations=12 (full 1):
  209. def new generation total 5184K, used 4719K [0x02c00000, 0x031a0000, 0x080a0000)
  210. eden space 4608K, 100% used [0x02c00000, 0x03080000, 0x03080000)
  211. from space 576K, 19% used [0x03110000, 0x0312be68, 0x031a0000)
  212. to space 576K, 0% used [0x03080000, 0x03080000, 0x03110000)
  213. tenured generation total 11448K, used 9940K [0x080a0000, 0x08bce000, 0x12a00000)
  214. the space 11448K, 86% used [0x080a0000, 0x08a55210, 0x08a55400, 0x08bce000)
  215. Metaspace used 9293K, capacity 9440K, committed 9472K, reserved 9600K
  216. Event: 10.690 GC heap after
  217. Heap after GC invocations=13 (full 1):
  218. def new generation total 5184K, used 457K [0x02c00000, 0x031a0000, 0x080a0000)
  219. eden space 4608K, 0% used [0x02c00000, 0x02c00000, 0x03080000)
  220. from space 576K, 79% used [0x03080000, 0x030f2798, 0x03110000)
  221. to space 576K, 0% used [0x03110000, 0x03110000, 0x031a0000)
  222. tenured generation total 11448K, used 9940K [0x080a0000, 0x08bce000, 0x12a00000)
  223. the space 11448K, 86% used [0x080a0000, 0x08a55210, 0x08a55400, 0x08bce000)
  224. Metaspace used 9293K, capacity 9440K, committed 9472K, reserved 9600K
  225. }
  226.  
  227. Deoptimization events (0 events):
  228. No events
  229.  
  230. Internal exceptions (10 events):
  231. Event: 10.798 Thread 0x0086a000 Exception <a 'java/security/PrivilegedActionException'> (0x02e3f950) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
  232. Event: 10.807 Thread 0x0086a000 Exception <a 'java/security/PrivilegedActionException'> (0x02e45f08) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
  233. Event: 10.813 Thread 0x0086a000 Exception <a 'java/security/PrivilegedActionException'> (0x02e9d400) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
  234. Event: 10.818 Thread 0x0086a000 Exception <a 'java/security/PrivilegedActionException'> (0x02ea12c0) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
  235. Event: 10.830 Thread 0x0086a000 Exception <a 'java/security/PrivilegedActionException'> (0x02ea4d70) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
  236. Event: 10.836 Thread 0x0086a000 Exception <a 'java/security/PrivilegedActionException'> (0x02ea92d8) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
  237. Event: 10.890 Thread 0x0086a000 Exception <a 'java/security/PrivilegedActionException'> (0x02f8efb8) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
  238. Event: 10.908 Thread 0x0086a000 Exception <a 'java/security/PrivilegedActionException'> (0x02f9a808) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
  239. Event: 10.925 Thread 0x0086a000 Exception <a 'java/security/PrivilegedActionException'> (0x02fa81d8) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
  240. Event: 10.931 Thread 0x0086a000 Exception <a 'java/security/PrivilegedActionException'> (0x02fc17d8) thrown at [D:\re\workspace\8-2-build-windows-i586-cygwin\jdk8\2238\hotspot\src\share\vm\prims\jvm.cpp, line 1248]
  241.  
  242. Events (10 events):
  243. Event: 10.928 loading class org/engine/Texture
  244. Event: 10.928 loading class org/engine/Texture done
  245. Event: 10.928 loading class org/engine/Texture
  246. Event: 10.928 loading class org/engine/Texture done
  247. Event: 10.931 loading class org/engine/AnimatedTexture
  248. Event: 10.931 loading class org/engine/AnimatedTexture done
  249. Event: 10.945 Executing VM operation: Deoptimize
  250. Event: 10.945 Executing VM operation: Deoptimize done
  251. Event: 10.974 Executing VM operation: EnableBiasedLocking
  252. Event: 10.983 Executing VM operation: EnableBiasedLocking done
  253.  
  254.  
  255. Dynamic libraries:
  256. 0x00400000 - 0x00430000 C:\Program Files\Java\jdk8\bin\javaw.exe
  257. 0x7c910000 - 0x7c9c8000 C:\WINDOWS\system32\ntdll.dll
  258. 0x7c800000 - 0x7c903000 C:\WINDOWS\system32\kernel32.dll
  259. 0x77da0000 - 0x77e4c000 C:\WINDOWS\system32\ADVAPI32.dll
  260. 0x77e50000 - 0x77ee3000 C:\WINDOWS\system32\RPCRT4.dll
  261. 0x77fc0000 - 0x77fd1000 C:\WINDOWS\system32\Secur32.dll
  262. 0x7e390000 - 0x7e421000 C:\WINDOWS\system32\USER32.dll
  263. 0x77ef0000 - 0x77f39000 C:\WINDOWS\system32\GDI32.dll
  264. 0x773a0000 - 0x774a3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\COMCTL32.dll
  265. 0x77be0000 - 0x77c38000 C:\WINDOWS\system32\msvcrt.dll
  266. 0x77f40000 - 0x77fb6000 C:\WINDOWS\system32\SHLWAPI.dll
  267. 0x76340000 - 0x7635d000 C:\WINDOWS\system32\IMM32.DLL
  268. 0x62e30000 - 0x62e39000 C:\WINDOWS\system32\LPK.DLL
  269. 0x74d20000 - 0x74d8b000 C:\WINDOWS\system32\USP10.dll
  270. 0x78aa0000 - 0x78b5f000 C:\Program Files\Java\jdk8\jre\bin\msvcr100.dll
  271. 0x6d250000 - 0x6d5e6000 C:\Program Files\Java\jdk8\jre\bin\client\jvm.dll
  272. 0x71a50000 - 0x71a5a000 C:\WINDOWS\system32\WSOCK32.dll
  273. 0x71a30000 - 0x71a47000 C:\WINDOWS\system32\WS2_32.dll
  274. 0x71a20000 - 0x71a28000 C:\WINDOWS\system32\WS2HELP.dll
  275. 0x76b00000 - 0x76b2e000 C:\WINDOWS\system32\WINMM.dll
  276. 0x76bb0000 - 0x76bbb000 C:\WINDOWS\system32\PSAPI.DLL
  277. 0x6f650000 - 0x6f65c000 C:\Program Files\Java\jdk8\jre\bin\verify.dll
  278. 0x6dac0000 - 0x6dae1000 C:\Program Files\Java\jdk8\jre\bin\java.dll
  279. 0x6f6e0000 - 0x6f6f3000 C:\Program Files\Java\jdk8\jre\bin\zip.dll
  280. 0x7e6a0000 - 0x7eec1000 C:\WINDOWS\system32\SHELL32.dll
  281. 0x76630000 - 0x766e5000 C:\WINDOWS\system32\USERENV.dll
  282. 0x74c40000 - 0x74c97000 C:\WINDOWS\system32\pdh.dll
  283. 0x76360000 - 0x763aa000 C:\WINDOWS\system32\comdlg32.dll
  284. 0x77a50000 - 0x77ae8000 C:\WINDOWS\system32\CRYPT32.dll
  285. 0x77af0000 - 0x77b02000 C:\WINDOWS\system32\MSASN1.dll
  286. 0x745e0000 - 0x7461d000 C:\WINDOWS\system32\ODBC32.dll
  287. 0x66b70000 - 0x66b76000 C:\WINDOWS\system32\odbcbcp.dll
  288. 0x77bd0000 - 0x77bd8000 C:\WINDOWS\system32\VERSION.dll
  289. 0x774b0000 - 0x775ee000 C:\WINDOWS\system32\ole32.dll
  290. 0x770f0000 - 0x7717b000 C:\WINDOWS\system32\OLEAUT32.dll
  291. 0x1f840000 - 0x1f858000 C:\WINDOWS\system32\odbcint.dll
  292. 0x60630000 - 0x6063e000 C:\WINDOWS\system32\netfxperf.dll
  293. 0x79000000 - 0x7904a000 C:\WINDOWS\system32\mscoree.dll
  294. 0x603b0000 - 0x60417000 C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
  295. 0x60960000 - 0x6097f000 C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\perfcounter.dll
  296. 0x79060000 - 0x7911e000 C:\WINDOWS\system32\MSVCR100_CLR0400.dll
  297. 0x60310000 - 0x60331000 C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\CorperfmonExt.dll
  298. 0x76f10000 - 0x76f18000 C:\WINDOWS\system32\WTSAPI32.dll
  299. 0x76310000 - 0x76320000 C:\WINDOWS\system32\WINSTA.dll
  300. 0x597f0000 - 0x59845000 C:\WINDOWS\system32\NETAPI32.dll
  301. 0x600b0000 - 0x600b6000 C:\WINDOWS\system32\aspnet_counters.dll
  302. 0x600e0000 - 0x600e9000 c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_perf.dll
  303. 0x60080000 - 0x60089000 c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll
  304. 0x78130000 - 0x781cb000 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4027_x-ww_e69378d0\MSVCR80.dll
  305. 0x7d9b0000 - 0x7db16000 C:\WINDOWS\System32\query.dll
  306. 0x610b0000 - 0x610db000 C:\WINDOWS\system32\msdtcuiu.DLL
  307. 0x76ae0000 - 0x76af1000 C:\WINDOWS\system32\ATL.DLL
  308. 0x727b0000 - 0x728a2000 C:\WINDOWS\system32\MFC42u.DLL
  309. 0x71aa0000 - 0x71ab2000 C:\WINDOWS\system32\MPR.dll
  310. 0x614a0000 - 0x6150d000 C:\WINDOWS\system32\MSDTCPRX.dll
  311. 0x76030000 - 0x76095000 C:\WINDOWS\system32\MSVCP60.dll
  312. 0x75080000 - 0x75093000 C:\WINDOWS\system32\MTXCLU.DLL
  313. 0x77010000 - 0x770e0000 C:\WINDOWS\system32\COMRes.dll
  314. 0x61df0000 - 0x61dfe000 C:\WINDOWS\system32\MFC42LOC.DLL
  315. 0x76d60000 - 0x76d72000 C:\WINDOWS\system32\CLUSAPI.DLL
  316. 0x75040000 - 0x75052000 C:\WINDOWS\system32\RESUTILS.DLL
  317. 0x77660000 - 0x77681000 C:\WINDOWS\system32\NTMARTA.DLL
  318. 0x71b90000 - 0x71ba3000 C:\WINDOWS\system32\SAMLIB.dll
  319. 0x76f20000 - 0x76f4d000 C:\WINDOWS\system32\WLDAP32.dll
  320. 0x5ebb0000 - 0x5ebb9000 C:\WINDOWS\system32\perfdisk.dll
  321. 0x5eba0000 - 0x5eba8000 C:\WINDOWS\system32\perfnet.dll
  322. 0x5eb80000 - 0x5eb8a000 C:\WINDOWS\system32\perfos.dll
  323. 0x5eb70000 - 0x5eb7d000 C:\WINDOWS\system32\perfproc.dll
  324. 0x5e600000 - 0x5e606000 C:\WINDOWS\system32\pschdprf.dll
  325. 0x73510000 - 0x7351b000 C:\WINDOWS\system32\TRAFFIC.dll
  326. 0x76d20000 - 0x76d39000 C:\WINDOWS\system32\iphlpapi.dll
  327. 0x76cf0000 - 0x76cf4000 C:\WINDOWS\system32\WMI.dll
  328. 0x5d820000 - 0x5d826000 C:\WINDOWS\System32\rsvpperf.dll
  329. 0x72f80000 - 0x72fa6000 C:\WINDOWS\system32\winspool.drv
  330. 0x5bbc0000 - 0x5bbc5000 C:\WINDOWS\system32\tapiperf.dll
  331. 0x5ebc0000 - 0x5ebcd000 C:\WINDOWS\system32\Perfctrs.dll
  332. 0x76d00000 - 0x76d18000 C:\WINDOWS\system32\MPRAPI.dll
  333. 0x77c90000 - 0x77cc2000 C:\WINDOWS\system32\ACTIVEDS.dll
  334. 0x76dd0000 - 0x76df5000 C:\WINDOWS\system32\adsldpc.dll
  335. 0x76e40000 - 0x76e4e000 C:\WINDOWS\system32\rtutils.dll
  336. 0x778f0000 - 0x779e7000 C:\WINDOWS\system32\SETUPAPI.dll
  337. 0x5eb60000 - 0x5eb66000 C:\WINDOWS\system32\perfts.dll
  338. 0x5b190000 - 0x5b19a000 C:\WINDOWS\system32\UTILDLL.dll
  339. 0x76e70000 - 0x76e9f000 C:\WINDOWS\system32\TAPI32.dll
  340. 0x59d40000 - 0x59d59000 C:\WINDOWS\system32\wbem\wmiaprpl.dll
  341. 0x72ee0000 - 0x72efc000 C:\WINDOWS\system32\loadperf.dll
  342. 0x75220000 - 0x75257000 C:\WINDOWS\system32\wbem\wbemcomn.dll
  343. 0x6dc60000 - 0x6dc68000 C:\Program Files\Java\jdk8\jre\bin\jfr.dll
  344. 0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
  345. 0x6ee40000 - 0x6ee54000 C:\Program Files\Java\jdk8\jre\bin\net.dll
  346. 0x719d0000 - 0x71a10000 C:\WINDOWS\System32\mswsock.dll
  347. 0x76ee0000 - 0x76f07000 C:\WINDOWS\system32\DNSAPI.dll
  348. 0x76f70000 - 0x76f78000 C:\WINDOWS\System32\winrnr.dll
  349. 0x76f80000 - 0x76f86000 C:\WINDOWS\system32\rasadhlp.dll
  350. 0x6ee60000 - 0x6ee6f000 C:\Program Files\Java\jdk8\jre\bin\nio.dll
  351. 0x15280000 - 0x152cd000 C:\Documents and Settings\User\Local Settings\temp\engine-lwjgl-natives8240868666173802277\lwjgl.dll
  352. 0x5f120000 - 0x5f1ec000 C:\WINDOWS\system32\OPENGL32.dll
  353. 0x5fea0000 - 0x5fec1000 C:\WINDOWS\system32\GLU32.dll
  354. 0x736e0000 - 0x7372b000 C:\WINDOWS\system32\DDRAW.dll
  355. 0x73b40000 - 0x73b46000 C:\WINDOWS\system32\DCIMAN32.dll
  356. 0x6d100000 - 0x6d245000 C:\Program Files\Java\jdk8\jre\bin\awt.dll
  357. 0x5b150000 - 0x5b188000 C:\WINDOWS\system32\uxtheme.dll
  358. 0x746b0000 - 0x746fc000 C:\WINDOWS\system32\MSCTF.dll
  359. 0x75160000 - 0x7518e000 C:\WINDOWS\system32\msctfime.ime
  360. 0x1d240000 - 0x1d478000 C:\WINDOWS\system32\iglicd32.dll
  361. 0x1d520000 - 0x1d5a2000 C:\WINDOWS\system32\igldev32.dll
  362. 0x73ab0000 - 0x73ac5000 C:\WINDOWS\system32\mscms.dll
  363. 0x68cd0000 - 0x68d11000 C:\WINDOWS\system32\icm32.dll
  364. 0x1e7a0000 - 0x1e805000 C:\DOCUME~1\User\CONFIG~1\Temp\engine-lwjgl-natives8240868666173802277\OpenAL32.dll
  365. 0x76f90000 - 0x7700f000 C:\WINDOWS\system32\CLBCATQ.DLL
  366. 0x73e90000 - 0x73eec000 C:\WINDOWS\system32\dsound.dll
  367. 0x76bf0000 - 0x76c1e000 C:\WINDOWS\system32\WINTRUST.dll
  368. 0x76c50000 - 0x76c79000 C:\WINDOWS\system32\IMAGEHLP.dll
  369. 0x72ca0000 - 0x72ca9000 C:\WINDOWS\system32\wdmaud.drv
  370. 0x72c90000 - 0x72c98000 C:\WINDOWS\system32\msacm32.drv
  371. 0x77bb0000 - 0x77bc5000 C:\WINDOWS\system32\MSACM32.dll
  372. 0x77ba0000 - 0x77ba7000 C:\WINDOWS\system32\midimap.dll
  373. 0x73e60000 - 0x73e64000 C:\WINDOWS\system32\KsUser.dll
  374. 0x6d8a0000 - 0x6d8d9000 C:\Program Files\Java\jdk8\jre\bin\fontmanager.dll
  375. 0x6f600000 - 0x6f630000 C:\Program Files\Java\jdk8\jre\bin\t2k.dll
  376. 0x6edb0000 - 0x6ee3e000 C:\Program Files\Java\jdk8\jre\bin\mlib_image.dll
  377. 0x5d4b0000 - 0x5d551000 C:\WINDOWS\system32\dbghelp.dll
  378.  
  379. VM Arguments:
  380. jvm_args: -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:FlightRecorderOptions=defaultrecording=true -Xcheck:jni -Djava.library.path=C:\Documents and Settings\User\Desktop\User\workspace\Engine\res\natives;C:\Documents and Settings\User\Desktop\User\workspace\Engine\res\natives -Dfile.encoding=UTF-8
  381. java_command: org.engine.Game
  382. java_class_path (initial): C:\Documents and Settings\User\Desktop\User\workspace\Game\bin;C:\Documents and Settings\User\Desktop\User\workspace\Libs\lwjgl_util.jar;C:\Documents and Settings\User\Desktop\User\workspace\Libs\lwjgl.jar;C:\Documents and Settings\User\Desktop\User\workspace\Engine\bin
  383. Launcher Type: SUN_STANDARD
  384.  
  385. Environment Variables:
  386. JAVA_HOME=C:\Program Files\Java\jre8
  387. PATH=C:/Program Files/Java/jdk8/bin/../jre/bin/client;C:/Program Files/Java/jdk8/bin/../jre/bin;C:/Program Files/Java/jdk8/bin/../jre/lib/i386;C:\MinGW\bin;C:\Program Files\Java\jdk8\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Git\cmd;;C:\Program Files\Notepad++;C:\Program Files\gradle\bin;C:\Program Files\erl5.10.4\bin\;C:\Program Files\elixir\bin;C:\Program Files\Nmap;C:\Documents and Settings\User;
  388. USERNAME=User
  389. OS=Windows_NT
  390. PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 8, GenuineIntel
  391.  
  392.  
  393.  
  394. --------------- S Y S T E M ---------------
  395.  
  396. OS: Windows XP Build 2600 Service Pack 3
  397.  
  398. CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 13 stepping 8, cmov, cx8, fxsr, mmx, sse, sse2, tsc
  399.  
  400. Memory: 4k page, physical 1038384k(247108k free), swap 2499960k(1687528k free)
  401.  
  402. vm_info: Java HotSpot(TM) Client VM (25.0-b70) for windows-x86 JRE (1.8.0-b132), built on Mar 4 2014 03:51:15 by "java_re" with MS VC++ 10.0 (VS2010)
  403.  
  404. time: Fri May 16 17:32:17 2014
  405. elapsed time: 11 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement