Guest User

Untitled

a guest
Jun 7th, 2018
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.62 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=0x00007ff82eb7f46d, pid=1944, tid=0x0000000000001140
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.171-b11 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [lwjgl_opengl.dll+0xf46d]
  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 (0x00000000050c2800): JavaThread "main" [_thread_in_native, id=4416, stack(0x0000000004f80000,0x0000000005080000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000f58
  24.  
  25. Registers:
  26. RAX=0x00000000625c4d50, RBX=0x0000000018a3c5e8, RCX=0x0000000000000001, RDX=0x000000001bf90eec
  27. RSP=0x000000000507f1b8, RBP=0x000000000507f238, RSI=0x00000000000006b0, RDI=0x00000000051c7e70
  28. R8 =0x0000000000000001, R9 =0x000000001bf90eec, R10=0x0000000000000000, R11=0x000000006204c460
  29. R12=0x0000000000000000, R13=0x0000000018a3c5e8, R14=0x000000000507f268, R15=0x00000000050c2800
  30. RIP=0x00007ff82eb7f46d, EFLAGS=0x0000000000010206
  31.  
  32. Top of Stack: (sp=0x000000000507f1b8)
  33. 0x000000000507f1b8: 00000000051d8c67 00000000051c7e70
  34. 0x000000000507f1c8: 00000000051d89ab 00000000050c2800
  35. 0x000000000507f1d8: 0000000018a3c5e8 00000000000006b0
  36. 0x000000000507f1e8: 00000000050c2800 00000000051d8962
  37. 0x000000000507f1f8: 000000000507f1f8 0000000018a3c5e8
  38. 0x000000000507f208: 000000000507f268 0000000018a7a828
  39. 0x000000000507f218: 0000000000000000 0000000018a3c5e8
  40. 0x000000000507f228: 0000000000000000 000000000507f258
  41. 0x000000000507f238: 000000000507f2b0 00000000051c835d
  42. 0x000000000507f248: 00000000e0892538 00000000051d21d8
  43. 0x000000000507f258: 000000001bf90eec 00000000e0b26a38
  44. 0x000000000507f268: 0000000000000001 000000000507f270
  45. 0x000000000507f278: 0000000018a3c75c 000000000507f2e0
  46. 0x000000000507f288: 0000000018a7a828 0000000000000000
  47. 0x000000000507f298: 0000000018a3c7c8 000000000507f258
  48. 0x000000000507f2a8: 000000000507f2e8 000000000507f330
  49.  
  50. Instructions: (pc=0x00007ff82eb7f46d)
  51. 0x00007ff82eb7f44d: 00 41 8b c8 48 ff e0 cc cc cc cc cc cc cc cc cc
  52. 0x00007ff82eb7f45d: cc cc cc 48 8b 01 49 8b d1 41 8b c8 4c 8b 50 18
  53. 0x00007ff82eb7f46d: 49 ff a2 58 0f 00 00 cc cc cc cc cc cc cc cc cc
  54. 0x00007ff82eb7f47d: cc cc cc 48 8b 01 49 8b d1 41 8b c8 4c 8b 50 18
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x00000000625c4d50 is an unknown value
  60. RBX={method} {0x0000000018a3c5f0} 'nglGenTextures' '(IJ)V' in 'org/lwjgl/opengl/GL11'
  61. RCX=0x0000000000000001 is an unknown value
  62. RDX=0x000000001bf90eec is an unknown value
  63. RSP=0x000000000507f1b8 is pointing into the stack for thread: 0x00000000050c2800
  64. RBP=0x000000000507f238 is pointing into the stack for thread: 0x00000000050c2800
  65. RSI=0x00000000000006b0 is an unknown value
  66. RDI=0x00000000051c7e70 is at code_begin+1040 in an Interpreter codelet
  67. invoke return entry points [0x00000000051c7a60, 0x00000000051c8440] 2528 bytes
  68. R8 =0x0000000000000001 is an unknown value
  69. R9 =0x000000001bf90eec is an unknown value
  70. R10=0x0000000000000000 is an unknown value
  71. R11=0x000000006204c460 is an unknown value
  72. R12=0x0000000000000000 is an unknown value
  73. R13={method} {0x0000000018a3c5f0} 'nglGenTextures' '(IJ)V' in 'org/lwjgl/opengl/GL11'
  74. R14=0x000000000507f268 is pointing into the stack for thread: 0x00000000050c2800
  75. R15=0x00000000050c2800 is a thread
  76.  
  77.  
  78. Stack: [0x0000000004f80000,0x0000000005080000], sp=0x000000000507f1b8, free space=1020k
  79. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  80. C [lwjgl_opengl.dll+0xf46d]
  81.  
  82. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  83. j org.lwjgl.opengl.GL11.nglGenTextures(IJ)V+0
  84. j org.lwjgl.opengl.GL11.glGenTextures()I+20
  85. j doryan_bessiere.pong.com.Texture.<init>(Ljava/lang/String;)V+221
  86. j doryan_bessiere.pong.com.Starter$1.<init>(Ljava/lang/String;IIZ)V+16
  87. j doryan_bessiere.pong.com.Starter.main([Ljava/lang/String;)V+13
  88. v ~StubRoutines::call_stub
  89.  
  90. --------------- P R O C E S S ---------------
  91.  
  92. Java Threads: ( => current thread )
  93. 0x000000001be8c000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6240, stack(0x000000001c8d0000,0x000000001c9d0000)]
  94. 0x000000001aee0800 JavaThread "Service Thread" daemon [_thread_blocked, id=10660, stack(0x000000001ba30000,0x000000001bb30000)]
  95. 0x000000001ae48000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=4788, stack(0x000000001b930000,0x000000001ba30000)]
  96. 0x000000001ae44000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=9132, stack(0x000000001b830000,0x000000001b930000)]
  97. 0x000000001ae3e000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=10932, stack(0x000000001b730000,0x000000001b830000)]
  98. 0x000000001ae3b800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2284, stack(0x000000001b630000,0x000000001b730000)]
  99. 0x000000001ae3a000 JavaThread "Attach Listener" daemon [_thread_blocked, id=13748, stack(0x000000001b530000,0x000000001b630000)]
  100. 0x000000001ae39800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3136, stack(0x000000001b430000,0x000000001b530000)]
  101. 0x000000001ae30800 JavaThread "Finalizer" daemon [_thread_blocked, id=12368, stack(0x000000001b210000,0x000000001b310000)]
  102. 0x00000000051b8800 JavaThread "Reference Handler" daemon [_thread_blocked, id=12504, stack(0x000000001ad10000,0x000000001ae10000)]
  103. =>0x00000000050c2800 JavaThread "main" [_thread_in_native, id=4416, stack(0x0000000004f80000,0x0000000005080000)]
  104.  
  105. Other Threads:
  106. 0x0000000018f09800 VMThread [stack: 0x000000001ac10000,0x000000001ad10000] [id=4736]
  107. 0x000000001aef2800 WatcherThread [stack: 0x000000001bc90000,0x000000001bd90000] [id=13940]
  108.  
  109. VM state:not at safepoint (normal execution)
  110.  
  111. VM Mutex/Monitor currently owned by a thread: None
  112.  
  113. Heap:
  114. PSYoungGen total 28672K, used 7441K [0x00000000e0400000, 0x00000000e2400000, 0x0000000100000000)
  115. eden space 24576K, 30% used [0x00000000e0400000,0x00000000e0b446b8,0x00000000e1c00000)
  116. from space 4096K, 0% used [0x00000000e2000000,0x00000000e2000000,0x00000000e2400000)
  117. to space 4096K, 0% used [0x00000000e1c00000,0x00000000e1c00000,0x00000000e2000000)
  118. ParOldGen total 65536K, used 0K [0x00000000a0c00000, 0x00000000a4c00000, 0x00000000e0400000)
  119. object space 65536K, 0% used [0x00000000a0c00000,0x00000000a0c00000,0x00000000a4c00000)
  120. Metaspace used 7396K, capacity 7668K, committed 7936K, reserved 1056768K
  121. class space used 830K, capacity 902K, committed 1024K, reserved 1048576K
  122.  
  123. Card table byte_map: [0x0000000014580000,0x0000000014880000] byte_map_base: 0x000000001407a000
  124.  
  125. Marking Bits: (ParMarkBitMap*) 0x00000000626408c0
  126. Begin Bits: [0x0000000015280000, 0x0000000016a50000)
  127. End Bits: [0x0000000016a50000, 0x0000000018220000)
  128.  
  129. Polling page: 0x0000000004e90000
  130.  
  131. CodeCache: size=245760Kb used=2211Kb max_used=2211Kb free=243548Kb
  132. bounds [0x00000000051c0000, 0x0000000005430000, 0x00000000141c0000]
  133. total_blobs=887 nmethods=500 adapters=300
  134. compilation: enabled
  135.  
  136. Compilation events (10 events):
  137. Event: 0.379 Thread 0x000000001ae48000 495 ! 3 java.lang.ClassLoader::loadClass (122 bytes)
  138. Event: 0.380 Thread 0x000000001ae48000 nmethod 495 0x00000000053e40d0 code [0x00000000053e4440, 0x00000000053e67d8]
  139. Event: 0.380 Thread 0x000000001ae48000 496 3 java.lang.ClassLoader::getClassLoadingLock (35 bytes)
  140. Event: 0.381 Thread 0x000000001ae48000 nmethod 496 0x00000000053e7fd0 code [0x00000000053e8140, 0x00000000053e8508]
  141. Event: 0.381 Thread 0x000000001ae48000 497 3 java.lang.ClassLoader::findLoadedClass (16 bytes)
  142. Event: 0.381 Thread 0x000000001ae48000 nmethod 497 0x00000000053e8690 code [0x00000000053e8800, 0x00000000053e8a38]
  143. Event: 0.382 Thread 0x000000001ae48000 499 3 java.lang.String::equalsIgnoreCase (48 bytes)
  144. Event: 0.382 Thread 0x000000001ae48000 nmethod 499 0x00000000053e8ad0 code [0x00000000053e8c40, 0x00000000053e8fa8]
  145. Event: 0.382 Thread 0x000000001ae48000 500 3 java.lang.ref.Finalizer::register (10 bytes)
  146. Event: 0.383 Thread 0x000000001ae48000 nmethod 500 0x00000000053e90d0 code [0x00000000053e9260, 0x00000000053e9688]
  147.  
  148. GC Heap History (0 events):
  149. No events
  150.  
  151. Deoptimization events (1 events):
  152. Event: 0.314 Thread 0x00000000050c2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000005390d04 method=java.lang.String.indexOf([CII[CIII)I @ 134
  153.  
  154. Classes redefined (0 events):
  155. No events
  156.  
  157. Internal exceptions (10 events):
  158. Event: 0.106 Thread 0x00000000050c2800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000e04b4f18) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u171\10807\hotspot\src\share\vm\prims\jvm.cpp, line 1435]
  159. Event: 0.106 Thread 0x00000000050c2800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000e04b5128) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u171\10807\hotspot\src\share\vm\prims\jvm.cpp, line 1435]
  160. Event: 0.107 Thread 0x00000000050c2800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000e04b8d98) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u171\10807\hotspot\src\share\vm\prims\jvm.cpp, line 1435]
  161. Event: 0.107 Thread 0x00000000050c2800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000e04b8fa8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u171\10807\hotspot\src\share\vm\prims\jvm.cpp, line 1435]
  162. Event: 0.127 Thread 0x00000000050c2800 Exception <a 'java/io/FileNotFoundException'> (0x00000000e062dc90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u171\10807\hotspot\src\share\vm\prims\jni.cpp, line 709]
  163. Event: 0.155 Thread 0x00000000050c2800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000000e06fe480) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u171\10807\hotspot\src\share\vm\prims\methodHandles.cpp, line 1167]
  164. Event: 0.156 Thread 0x00000000050c2800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000000e070bc20) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u171\10807\hotspot\src\share\vm\prims\methodHandles.cpp, line 1167]
  165. Event: 0.314 Thread 0x00000000050c2800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$static$0(Ljava/lang/String;)Ljava/lang/Boolean;> (0x00000000e099b7b0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u171\10807\hotspot\src\share\vm\interpreter\linkResolve
  166. Event: 0.371 Thread 0x00000000050c2800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e0a71b30) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u171\10807\hotspot\src\share\vm\prims\jni.cpp, line 709]
  167. Event: 0.371 Thread 0x00000000050c2800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e0a72160) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u171\10807\hotspot\src\share\vm\prims\jni.cpp, line 709]
  168.  
  169. Events (10 events):
  170. Event: 0.379 loading class org/lwjgl/system/jni/JNINativeInterface
  171. Event: 0.379 loading class org/lwjgl/system/jni/JNINativeInterface done
  172. Event: 0.381 loading class org/lwjgl/system/windows/WinBase
  173. Event: 0.381 loading class org/lwjgl/system/windows/WinBase done
  174. Event: 0.382 loading class org/lwjgl/opengl/GL$1
  175. Event: 0.382 loading class org/lwjgl/opengl/GL$1 done
  176. Event: 0.382 loading class org/lwjgl/opengl/GL$SharedLibraryGL
  177. Event: 0.382 loading class org/lwjgl/opengl/GL$SharedLibraryGL done
  178. Event: 0.382 loading class org/lwjgl/system/SharedLibrary$Delegate
  179. Event: 0.382 loading class org/lwjgl/system/SharedLibrary$Delegate done
  180.  
  181.  
  182. Dynamic libraries:
  183. 0x00007ff7c4950000 - 0x00007ff7c4987000 C:\Program Files\Java\jre1.8.0_171\bin\javaw.exe
  184. 0x00007ff86eb30000 - 0x00007ff86ed10000 C:\WINDOWS\SYSTEM32\ntdll.dll
  185. 0x00007ff86e3f0000 - 0x00007ff86e49e000 C:\WINDOWS\System32\KERNEL32.DLL
  186. 0x00007ff86afe0000 - 0x00007ff86b246000 C:\WINDOWS\System32\KERNELBASE.dll
  187. 0x00007ff86d570000 - 0x00007ff86d611000 C:\WINDOWS\System32\ADVAPI32.dll
  188. 0x00007ff86d9b0000 - 0x00007ff86da4d000 C:\WINDOWS\System32\msvcrt.dll
  189. 0x00007ff86e620000 - 0x00007ff86e67b000 C:\WINDOWS\System32\sechost.dll
  190. 0x00007ff86d440000 - 0x00007ff86d55f000 C:\WINDOWS\System32\RPCRT4.dll
  191. 0x00007ff86d820000 - 0x00007ff86d9af000 C:\WINDOWS\System32\USER32.dll
  192. 0x00007ff86b480000 - 0x00007ff86b4a0000 C:\WINDOWS\System32\win32u.dll
  193. 0x00007ff86d7f0000 - 0x00007ff86d818000 C:\WINDOWS\System32\GDI32.dll
  194. 0x00007ff86b520000 - 0x00007ff86b6b3000 C:\WINDOWS\System32\gdi32full.dll
  195. 0x00007ff86be10000 - 0x00007ff86beab000 C:\WINDOWS\System32\msvcp_win.dll
  196. 0x00007ff86beb0000 - 0x00007ff86bfa6000 C:\WINDOWS\System32\ucrtbase.dll
  197. 0x00007ff864bc0000 - 0x00007ff864e29000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.16299.431_none_15c7d3ee93659e73\COMCTL32.dll
  198. 0x00007ff86e680000 - 0x00007ff86e988000 C:\WINDOWS\System32\combase.dll
  199. 0x00007ff86b4a0000 - 0x00007ff86b512000 C:\WINDOWS\System32\bcryptPrimitives.dll
  200. 0x00007ff86d620000 - 0x00007ff86d64d000 C:\WINDOWS\System32\IMM32.DLL
  201. 0x0000000061d40000 - 0x0000000061e12000 C:\Program Files\Java\jre1.8.0_171\bin\msvcr100.dll
  202. 0x0000000061e20000 - 0x00000000626c0000 C:\Program Files\Java\jre1.8.0_171\bin\server\jvm.dll
  203. 0x00007ff86e3e0000 - 0x00007ff86e3e8000 C:\WINDOWS\System32\PSAPI.DLL
  204. 0x00007ff866360000 - 0x00007ff866369000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  205. 0x00007ff865660000 - 0x00007ff86566a000 C:\WINDOWS\SYSTEM32\VERSION.dll
  206. 0x00007ff867880000 - 0x00007ff8678a3000 C:\WINDOWS\SYSTEM32\WINMM.dll
  207. 0x00007ff86e260000 - 0x00007ff86e2cc000 C:\WINDOWS\System32\WS2_32.dll
  208. 0x00007ff867820000 - 0x00007ff86784a000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
  209. 0x00007ff86bfb0000 - 0x00007ff86bffa000 C:\WINDOWS\System32\cfgmgr32.dll
  210. 0x0000000062bf0000 - 0x0000000062bff000 C:\Program Files\Java\jre1.8.0_171\bin\verify.dll
  211. 0x0000000062960000 - 0x0000000062989000 C:\Program Files\Java\jre1.8.0_171\bin\java.dll
  212. 0x0000000062bd0000 - 0x0000000062be6000 C:\Program Files\Java\jre1.8.0_171\bin\zip.dll
  213. 0x00007ff86c000000 - 0x00007ff86d438000 C:\WINDOWS\System32\SHELL32.dll
  214. 0x00007ff86e330000 - 0x00007ff86e3d6000 C:\WINDOWS\System32\shcore.dll
  215. 0x00007ff86b6c0000 - 0x00007ff86be07000 C:\WINDOWS\System32\windows.storage.dll
  216. 0x00007ff86e2d0000 - 0x00007ff86e321000 C:\WINDOWS\System32\shlwapi.dll
  217. 0x00007ff86aef0000 - 0x00007ff86af01000 C:\WINDOWS\System32\kernel.appcore.dll
  218. 0x00007ff86aea0000 - 0x00007ff86aeec000 C:\WINDOWS\System32\powrprof.dll
  219. 0x00007ff86ae80000 - 0x00007ff86ae9b000 C:\WINDOWS\System32\profapi.dll
  220. 0x0000000061ba0000 - 0x0000000061d38000 C:\Program Files\Java\jre1.8.0_171\bin\awt.dll
  221. 0x00007ff86dea0000 - 0x00007ff86df65000 C:\WINDOWS\System32\OLEAUT32.dll
  222. 0x00007ff869330000 - 0x00007ff8693b8000 C:\WINDOWS\SYSTEM32\apphelp.dll
  223. 0x00007ff86a8d0000 - 0x00007ff86a8e7000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
  224. 0x00007ff86a310000 - 0x00007ff86a343000 C:\WINDOWS\system32\rsaenh.dll
  225. 0x00007ff86a9e0000 - 0x00007ff86aa05000 C:\WINDOWS\SYSTEM32\bcrypt.dll
  226. 0x00007ff86adb0000 - 0x00007ff86add9000 C:\WINDOWS\SYSTEM32\USERENV.dll
  227. 0x00007ff86a8f0000 - 0x00007ff86a8fb000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
  228. 0x0000000062940000 - 0x000000006295a000 C:\Program Files\Java\jre1.8.0_171\bin\net.dll
  229. 0x00007ff86a710000 - 0x00007ff86a776000 C:\WINDOWS\system32\mswsock.dll
  230. 0x00007ff86a4a0000 - 0x00007ff86a4d9000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
  231. 0x00007ff86e250000 - 0x00007ff86e258000 C:\WINDOWS\System32\NSI.dll
  232. 0x00007ff8654f0000 - 0x00007ff865506000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
  233. 0x00007ff8654d0000 - 0x00007ff8654ea000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
  234. 0x0000000062920000 - 0x0000000062931000 C:\Program Files\Java\jre1.8.0_171\bin\nio.dll
  235. 0x00007ff836490000 - 0x00007ff8364eb000 C:\Users\Bessiere\AppData\Local\Temp\lwjglBessiere\3.1.6-build-14\lwjgl.dll
  236. 0x00007ff82eb70000 - 0x00007ff82ebcf000 C:\Users\Bessiere\AppData\Local\Temp\lwjglBessiere\3.1.6-build-14\lwjgl_opengl.dll
  237. 0x00007ff847ea0000 - 0x00007ff847fbe000 C:\WINDOWS\SYSTEM32\opengl32.dll
  238. 0x00007ff856750000 - 0x00007ff85677c000 C:\WINDOWS\SYSTEM32\GLU32.dll
  239. 0x00007ff85c8d0000 - 0x00007ff85ca98000 C:\WINDOWS\SYSTEM32\dbghelp.dll
  240.  
  241. VM Arguments:
  242. jvm_args: -Dfile.encoding=Cp1252
  243. java_command: doryan_bessiere.pong.com.Starter
  244. java_class_path (initial): C:\Program Files\Java\jre1.8.0_171\lib\resources.jar;C:\Program Files\Java\jre1.8.0_171\lib\rt.jar;C:\Program Files\Java\jre1.8.0_171\lib\jsse.jar;C:\Program Files\Java\jre1.8.0_171\lib\jce.jar;C:\Program Files\Java\jre1.8.0_171\lib\charsets.jar;C:\Program Files\Java\jre1.8.0_171\lib\jfr.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\cldrdata.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\dnsns.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\jaccess.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\jfxrt.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\localedata.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\nashorn.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\sunec.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\sunmscapi.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jre1.8.0_171\lib\ext\zipfs.jar;C:\Users\Bessiere\eclipse-workspace\DoryanBessiere\[LWJGL 3] Pong\bin;C:\Users\Bessiere\eclipse-workspace\DoryanBessiere\[LWJGL 3] Pong\library\lwjgl-assimp-natives-linux.jar;C:\Users\Bessiere\eclipse-workspace\DoryanBessiere\[LWJGL 3] Pong\library\lwjgl-assimp-natives-macos.jar;C:\Users\Bessiere\eclipse-workspace\DoryanBessiere\[LWJGL 3] Pong\library\lwjgl-assimp-natives-windows.jar;C:\Users\Bessiere\eclipse-workspace\DoryanBessiere\[LWJGL 3] Pong\library\lwjgl-assimp.jar;C:\Users\Bessiere\eclipse-workspace\DoryanBessiere\[LWJGL 3] Pong\library\lwjgl-glfw-natives-linux.jar;C:\Users\Bessiere\eclipse-workspace\DoryanBessiere\[LWJGL 3] Pong\library\lwjgl-glfw-natives-macos.jar;C:\Users\Bessiere\eclipse-workspace\DoryanBessiere\[LWJGL 3] Pong\library\lwjgl-glfw-natives-windows.jar;C:\Users\Bessiere\eclipse-workspace\DoryanBessiere\[LWJGL 3] Pong\library\lwjgl-glfw.jar;C:\Users\Bessiere\eclipse-workspace\DoryanBessiere\[LWJGL 3] Pong\library\lwjgl-natives-linux.jar;C:\Users\Bessiere\eclipse
  245. Launcher Type: SUN_STANDARD
  246.  
  247. Environment Variables:
  248. PATH=C:/Program Files/Java/jre1.8.0_171/bin/server;C:/Program Files/Java/jre1.8.0_171/bin;C:/Program Files/Java/jre1.8.0_171/lib/amd64;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Ruby25-x64\bin;C:\Users\Bessiere\AppData\Local\Microsoft\WindowsApps;%DASHLANE_DLL_DIR%;C:\Users\Bessiere\AppData\Roaming\npm;C:\Program Files\Microsoft VS Code\bin;C:\WINDOWS\system32;
  249. USERNAME=Bessiere
  250. OS=Windows_NT
  251. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
  252.  
  253.  
  254.  
  255. --------------- S Y S T E M ---------------
  256.  
  257. OS: Windows 10.0 , 64 bit Build 16299 (10.0.16299.431)
  258.  
  259. CPU:total 8 (initial active 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, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2
  260.  
  261. Memory: 4k page, physical 6234124k(1161456k free), swap 11709660k(3505920k free)
  262.  
  263. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.171-b11) for windows-amd64 JRE (1.8.0_171-b11), built on Mar 28 2018 16:06:12 by "java_re" with MS VC++ 10.0 (VS2010)
  264.  
  265. time: Wed Jun 06 23:03:32 2018
  266. elapsed time: 0 seconds (0d 0h 0m 0s)
Add Comment
Please, Sign In to add comment