Advertisement
Guest User

Untitled

a guest
Dec 14th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.94 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=0x00000000, pid=1996, tid=6516
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)
  7. # Java VM: Java HotSpot(TM) Client VM (25.60-b23 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C 0x00000000
  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 (0x46b13000): JavaThread "QuantumRenderer-0" daemon [_thread_in_native, id=6516, stack(0x47460000,0x47560000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x00000000
  24.  
  25. Registers:
  26. EAX=0x00000000, EBX=0x00000000, ECX=0x00000000, EDX=0x00000001
  27. ESP=0x4755f1c0, EBP=0x4755f1e4, ESI=0x4755f254, EDI=0x00000000
  28. EIP=0x00000000, EFLAGS=0x00210293
  29.  
  30. Top of Stack: (sp=0x4755f1c0)
  31. 0x4755f1c0: 726b8d1a 03a7a000 4755f254 4755f2a4
  32. 0x4755f1d0: 03a7a000 4755f254 4755f2a4 4755f228
  33. 0x4755f1e0: 174bb6df 4755f234 59a4a37f 03a7a000
  34. 0x4755f1f0: 4755f254 4755f2a4 03a7a000 03997360
  35. 0x4755f200: 4674afc0 4755f254 00000001 00000000
  36. 0x4755f210: 00000001 00000000 00000000 00000001
  37. 0x4755f220: 00000000 00000042 4755f28c 59a9b838
  38. 0x4755f230: 00000000 4755f308 6a7c84ce 03a7a000
  39.  
  40. Instructions: (pc=0x00000000)
  41. 0xffffffe0:
  42.  
  43.  
  44. Register to memory mapping:
  45.  
  46. EAX=0x00000000 is an unknown value
  47. EBX=0x00000000 is an unknown value
  48. ECX=0x00000000 is an unknown value
  49. EDX=0x00000001 is an unknown value
  50. ESP=0x4755f1c0 is pointing into the stack for thread: 0x46b13000
  51. EBP=0x4755f1e4 is pointing into the stack for thread: 0x46b13000
  52. ESI=0x4755f254 is pointing into the stack for thread: 0x46b13000
  53. EDI=0x00000000 is an unknown value
  54.  
  55.  
  56. Stack: [0x47460000,0x47560000], sp=0x4755f1c0, free space=1020k
  57. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  58. j com.sun.prism.d3d.D3DResourceFactory.nCreateSwapChain(JJZ)J+0
  59. j com.sun.prism.d3d.D3DResourceFactory.createPresentable(Lcom/sun/prism/PresentableState;)Lcom/sun/prism/Presentable;+38
  60. j com.sun.javafx.tk.quantum.PresentingPainter.run()V+259
  61. j java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4
  62. j java.util.concurrent.FutureTask.runAndReset()Z+47
  63. j com.sun.javafx.tk.RenderJob.run()V+1
  64. j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
  65. j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
  66. j com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run()V+8
  67. j java.lang.Thread.run()V+11
  68. v ~StubRoutines::call_stub
  69.  
  70. --------------- P R O C E S S ---------------
  71.  
  72. Java Threads: ( => current thread )
  73. 0x533c5000 JavaThread "ServerBrowserTimer" [_thread_blocked, id=4164, stack(0x52db0000,0x52eb0000)]
  74. 0x533b0800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=1424, stack(0x52cb0000,0x52db0000)]
  75. 0x48c8c000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4336, stack(0x4d940000,0x4da40000)]
  76. 0x48c81000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10104, stack(0x4d740000,0x4d840000)]
  77. 0x48c39c00 JavaThread "Thread-3" daemon [_thread_in_native, id=4676, stack(0x4d510000,0x4d610000)]
  78. 0x46b39800 JavaThread "JavaFX Application Thread" [_thread_blocked, id=5600, stack(0x49010000,0x49110000)]
  79. 0x46b39000 JavaThread "Thread-2" daemon [_thread_blocked, id=6124, stack(0x48540000,0x48640000)]
  80. =>0x46b13000 JavaThread "QuantumRenderer-0" daemon [_thread_in_native, id=6516, stack(0x47460000,0x47560000)]
  81. 0x46b08400 JavaThread "JavaFX-Launcher" [_thread_blocked, id=8704, stack(0x47360000,0x47460000)]
  82. 0x469b7800 JavaThread "Service Thread" daemon [_thread_blocked, id=196, stack(0x47160000,0x47260000)]
  83. 0x46994c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2396, stack(0x47060000,0x47160000)]
  84. 0x46993800 JavaThread "Attach Listener" daemon [_thread_blocked, id=7548, stack(0x46f60000,0x47060000)]
  85. 0x4699dc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9544, stack(0x46e60000,0x46f60000)]
  86. 0x46977400 JavaThread "Finalizer" daemon [_thread_blocked, id=3716, stack(0x46c70000,0x46d70000)]
  87. 0x46972400 JavaThread "Reference Handler" daemon [_thread_blocked, id=9248, stack(0x46b70000,0x46c70000)]
  88. 0x03fcd000 JavaThread "main" [_thread_blocked, id=9692, stack(0x01200000,0x01300000)]
  89.  
  90. Other Threads:
  91. 0x03f4c800 VMThread [stack: 0x46870000,0x46970000] [id=8440]
  92. 0x469d5800 WatcherThread [stack: 0x47260000,0x47360000] [id=6028]
  93.  
  94. VM state:not at safepoint (normal execution)
  95.  
  96. VM Mutex/Monitor currently owned by a thread: None
  97.  
  98. Heap:
  99. def new generation total 235968K, used 131855K [0x06200000, 0x16200000, 0x16200000)
  100. eden space 209792K, 50% used [0x06200000, 0x0c933df0, 0x12ee0000)
  101. from space 26176K, 100% used [0x14870000, 0x16200000, 0x16200000)
  102. to space 26176K, 0% used [0x12ee0000, 0x12ee0000, 0x14870000)
  103. tenured generation total 262144K, used 98940K [0x16200000, 0x26200000, 0x46200000)
  104. the space 262144K, 37% used [0x16200000, 0x1c29f1a8, 0x1c29f200, 0x26200000)
  105. Metaspace used 15271K, capacity 16189K, committed 16256K, reserved 16768K
  106.  
  107. Card table byte_map: [0x46200000,0x46410000] byte_map_base: 0x461cf000
  108.  
  109. Polling page: 0x01490000
  110.  
  111. CodeCache: size=32768Kb used=5287Kb max_used=5287Kb free=27481Kb
  112. bounds [0x03fd0000, 0x04500000, 0x05fd0000]
  113. total_blobs=3854 nmethods=3398 adapters=384
  114. compilation: enabled
  115.  
  116. Compilation events (10 events):
  117. Event: 11.782 Thread 0x46994c00 3414 com.sun.javafx.sg.prism.NGGroup::hasVisuals (2 bytes)
  118. Event: 11.782 Thread 0x46994c00 nmethod 3414 0x044f6688 code [0x044f6780, 0x044f6800]
  119. Event: 11.796 Thread 0x46994c00 3415 javafx.scene.Node::boundedSize (15 bytes)
  120. Event: 11.796 Thread 0x46994c00 nmethod 3415 0x044f6848 code [0x044f6960, 0x044f6a44]
  121. Event: 11.816 Thread 0x46994c00 3416 com.sun.prism.impl.BaseTexture::lock (9 bytes)
  122. Event: 11.816 Thread 0x46994c00 nmethod 3416 0x044f6b08 code [0x044f6c00, 0x044f6c90]
  123. Event: 11.817 Thread 0x46994c00 3417 com.sun.javafx.sg.prism.NGRegion::renderBackgroundRectangle (1152 bytes)
  124. Event: 11.820 Thread 0x46994c00 nmethod 3417 0x044f6d08 code [0x044f70e0, 0x044f823c]
  125. Event: 11.820 Thread 0x46994c00 3418 com.sun.javafx.geom.Rectangle::setBounds (10 bytes)
  126. Event: 11.820 Thread 0x46994c00 nmethod 3418 0x044f9e88 code [0x044f9f80, 0x044fa010]
  127.  
  128. GC Heap History (8 events):
  129. Event: 4.851 GC heap before
  130. {Heap before GC invocations=0 (full 0):
  131. def new generation total 235968K, used 75526K [0x06200000, 0x16200000, 0x16200000)
  132. eden space 209792K, 36% used [0x06200000, 0x0abc1b00, 0x12ee0000)
  133. from space 26176K, 0% used [0x12ee0000, 0x12ee0000, 0x14870000)
  134. to space 26176K, 0% used [0x14870000, 0x14870000, 0x16200000)
  135. tenured generation total 262144K, used 0K [0x16200000, 0x26200000, 0x46200000)
  136. the space 262144K, 0% used [0x16200000, 0x16200000, 0x16200200, 0x26200000)
  137. Metaspace used 11808K, capacity 12263K, committed 12288K, reserved 12672K
  138. Event: 4.919 GC heap after
  139. Heap after GC invocations=1 (full 1):
  140. def new generation total 235968K, used 0K [0x06200000, 0x16200000, 0x16200000)
  141. eden space 209792K, 0% used [0x06200000, 0x06200000, 0x12ee0000)
  142. from space 26176K, 0% used [0x12ee0000, 0x12ee0000, 0x14870000)
  143. to space 26176K, 0% used [0x14870000, 0x14870000, 0x16200000)
  144. tenured generation total 262144K, used 15868K [0x16200000, 0x26200000, 0x46200000)
  145. the space 262144K, 6% used [0x16200000, 0x1717f2e0, 0x1717f400, 0x26200000)
  146. Metaspace used 11808K, capacity 12263K, committed 12288K, reserved 12672K
  147. }
  148. Event: 8.581 GC heap before
  149. {Heap before GC invocations=1 (full 1):
  150. def new generation total 235968K, used 209792K [0x06200000, 0x16200000, 0x16200000)
  151. eden space 209792K, 100% used [0x06200000, 0x12ee0000, 0x12ee0000)
  152. from space 26176K, 0% used [0x12ee0000, 0x12ee0000, 0x14870000)
  153. to space 26176K, 0% used [0x14870000, 0x14870000, 0x16200000)
  154. tenured generation total 262144K, used 15868K [0x16200000, 0x26200000, 0x46200000)
  155. the space 262144K, 6% used [0x16200000, 0x1717f2e0, 0x1717f400, 0x26200000)
  156. Metaspace used 14958K, capacity 15829K, committed 15872K, reserved 16768K
  157. Event: 8.670 GC heap after
  158. Heap after GC invocations=2 (full 1):
  159. def new generation total 235968K, used 26176K [0x06200000, 0x16200000, 0x16200000)
  160. eden space 209792K, 0% used [0x06200000, 0x06200000, 0x12ee0000)
  161. from space 26176K, 100% used [0x14870000, 0x16200000, 0x16200000)
  162. to space 26176K, 0% used [0x12ee0000, 0x12ee0000, 0x14870000)
  163. tenured generation total 262144K, used 19110K [0x16200000, 0x26200000, 0x46200000)
  164. the space 262144K, 7% used [0x16200000, 0x174a9838, 0x174a9a00, 0x26200000)
  165. Metaspace used 14958K, capacity 15829K, committed 15872K, reserved 16768K
  166. }
  167. Event: 9.457 GC heap before
  168. {Heap before GC invocations=2 (full 1):
  169. def new generation total 235968K, used 235968K [0x06200000, 0x16200000, 0x16200000)
  170. eden space 209792K, 100% used [0x06200000, 0x12ee0000, 0x12ee0000)
  171. from space 26176K, 100% used [0x14870000, 0x16200000, 0x16200000)
  172. to space 26176K, 0% used [0x12ee0000, 0x12ee0000, 0x14870000)
  173. tenured generation total 262144K, used 19110K [0x16200000, 0x26200000, 0x46200000)
  174. the space 262144K, 7% used [0x16200000, 0x174a9838, 0x174a9a00, 0x26200000)
  175. Metaspace used 14958K, capacity 15829K, committed 15872K, reserved 16768K
  176. Event: 9.655 GC heap after
  177. Heap after GC invocations=3 (full 1):
  178. def new generation total 235968K, used 26176K [0x06200000, 0x16200000, 0x16200000)
  179. eden space 209792K, 0% used [0x06200000, 0x06200000, 0x12ee0000)
  180. from space 26176K, 100% used [0x12ee0000, 0x14870000, 0x14870000)
  181. to space 26176K, 0% used [0x14870000, 0x14870000, 0x16200000)
  182. tenured generation total 262144K, used 64951K [0x16200000, 0x26200000, 0x46200000)
  183. the space 262144K, 24% used [0x16200000, 0x1a16dec8, 0x1a16e000, 0x26200000)
  184. Metaspace used 14958K, capacity 15829K, committed 15872K, reserved 16768K
  185. }
  186. Event: 11.011 GC heap before
  187. {Heap before GC invocations=3 (full 1):
  188. def new generation total 235968K, used 235968K [0x06200000, 0x16200000, 0x16200000)
  189. eden space 209792K, 100% used [0x06200000, 0x12ee0000, 0x12ee0000)
  190. from space 26176K, 100% used [0x12ee0000, 0x14870000, 0x14870000)
  191. to space 26176K, 0% used [0x14870000, 0x14870000, 0x16200000)
  192. tenured generation total 262144K, used 64951K [0x16200000, 0x26200000, 0x46200000)
  193. the space 262144K, 24% used [0x16200000, 0x1a16dec8, 0x1a16e000, 0x26200000)
  194. Metaspace used 15213K, capacity 16125K, committed 16128K, reserved 16768K
  195. Event: 11.179 GC heap after
  196. Heap after GC invocations=4 (full 1):
  197. def new generation total 235968K, used 26176K [0x06200000, 0x16200000, 0x16200000)
  198. eden space 209792K, 0% used [0x06200000, 0x06200000, 0x12ee0000)
  199. from space 26176K, 100% used [0x14870000, 0x16200000, 0x16200000)
  200. to space 26176K, 0% used [0x12ee0000, 0x12ee0000, 0x14870000)
  201. tenured generation total 262144K, used 98940K [0x16200000, 0x26200000, 0x46200000)
  202. the space 262144K, 37% used [0x16200000, 0x1c29f1a8, 0x1c29f200, 0x26200000)
  203. Metaspace used 15213K, capacity 16125K, committed 16128K, reserved 16768K
  204. }
  205.  
  206. Deoptimization events (0 events):
  207. No events
  208.  
  209. Internal exceptions (10 events):
  210. Event: 6.230 Thread 0x46b39800 Exception <a 'java/io/IOException'> (0x09677ef0) thrown at [D:\re\puppet\workspace\8-2-build-windows-i586-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
  211. Event: 6.230 Thread 0x46b39800 Exception <a 'java/io/IOException'> (0x09678138) thrown at [D:\re\puppet\workspace\8-2-build-windows-i586-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
  212. Event: 7.947 Thread 0x46b39800 Exception <a 'java/io/IOException'> (0x0e6c78b0) thrown at [D:\re\puppet\workspace\8-2-build-windows-i586-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
  213. Event: 7.947 Thread 0x46b39800 Exception <a 'java/io/IOException'> (0x0e6c7d08) thrown at [D:\re\puppet\workspace\8-2-build-windows-i586-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
  214. Event: 7.947 Thread 0x46b39800 Exception <a 'java/io/IOException'> (0x0e6c8130) thrown at [D:\re\puppet\workspace\8-2-build-windows-i586-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
  215. Event: 7.947 Thread 0x46b39800 Exception <a 'java/io/IOException'> (0x0e6c8970) thrown at [D:\re\puppet\workspace\8-2-build-windows-i586-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
  216. Event: 7.947 Thread 0x46b39800 Exception <a 'java/io/IOException'> (0x0e6c8dc8) thrown at [D:\re\puppet\workspace\8-2-build-windows-i586-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
  217. Event: 7.947 Thread 0x46b39800 Exception <a 'java/io/IOException'> (0x0e6c91f0) thrown at [D:\re\puppet\workspace\8-2-build-windows-i586-cygwin\jdk8u60\4407\hotspot\src\share\vm\prims\jni.cpp, line 709]
  218. Event: 8.312 Thread 0x46b39800 Implicit null exception at 0x04287e1f to 0x042880b5
  219. Event: 10.556 Thread 0x46b39800 Implicit null exception at 0x044913e6 to 0x044915e7
  220.  
  221. Events (10 events):
  222. Event: 11.487 loading class javafx/animation/Interpolator$5
  223. Event: 11.487 loading class javafx/animation/Interpolator$5 done
  224. Event: 11.487 loading class com/sun/scenario/animation/SplineInterpolator
  225. Event: 11.487 loading class com/sun/scenario/animation/SplineInterpolator done
  226. Event: 11.487 loading class com/sun/scenario/animation/NumberTangentInterpolator
  227. Event: 11.487 loading class com/sun/scenario/animation/NumberTangentInterpolator done
  228. Event: 11.741 loading class com/sun/javafx/sg/prism/CacheFilter
  229. Event: 11.741 loading class com/sun/javafx/sg/prism/CacheFilter done
  230. Event: 11.743 loading class com/sun/javafx/sg/prism/CacheFilter$ScrollCacheState
  231. Event: 11.743 loading class com/sun/javafx/sg/prism/CacheFilter$ScrollCacheState done
  232.  
  233.  
  234. Dynamic libraries:
  235. 0x00120000 - 0x0018c000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\WurmLauncher.exe
  236. 0x77330000 - 0x774b6000 C:\Windows\SYSTEM32\ntdll.dll
  237. 0x76c10000 - 0x76ca6000 C:\Windows\System32\KERNEL32.DLL
  238. 0x74060000 - 0x74207000 C:\Windows\System32\KERNELBASE.dll
  239. 0x72650000 - 0x726e2000 C:\Windows\system32\apphelp.dll
  240. 0x5e630000 - 0x5e8a7000 C:\Windows\AppPatch\AcLayers.DLL
  241. 0x74d40000 - 0x74dfe000 C:\Windows\System32\msvcrt.dll
  242. 0x74bf0000 - 0x74d39000 C:\Windows\System32\USER32.dll
  243. 0x74040000 - 0x74059000 C:\Windows\System32\win32u.dll
  244. 0x76d00000 - 0x76d2b000 C:\Windows\System32\GDI32.dll
  245. 0x73ee0000 - 0x7403a000 C:\Windows\System32\gdi32full.dll
  246. 0x75090000 - 0x76469000 C:\Windows\System32\SHELL32.dll
  247. 0x74490000 - 0x744c6000 C:\Windows\System32\cfgmgr32.dll
  248. 0x74630000 - 0x74b9e000 C:\Windows\System32\windows.storage.dll
  249. 0x76720000 - 0x76931000 C:\Windows\System32\combase.dll
  250. 0x744d0000 - 0x745b0000 C:\Windows\System32\ucrtbase.dll
  251. 0x76ad0000 - 0x76b93000 C:\Windows\System32\RPCRT4.dll
  252. 0x74390000 - 0x743ea000 C:\Windows\System32\bcryptPrimitives.dll
  253. 0x73e90000 - 0x73ed5000 C:\Windows\System32\powrprof.dll
  254. 0x769f0000 - 0x76a67000 C:\Windows\System32\advapi32.dll
  255. 0x76cb0000 - 0x76cf1000 C:\Windows\System32\sechost.dll
  256. 0x76bc0000 - 0x76c06000 C:\Windows\System32\shlwapi.dll
  257. 0x73e80000 - 0x73e8d000 C:\Windows\System32\kernel.appcore.dll
  258. 0x772a0000 - 0x77328000 C:\Windows\System32\shcore.dll
  259. 0x73e60000 - 0x73e6f000 C:\Windows\System32\profapi.dll
  260. 0x76940000 - 0x769d4000 C:\Windows\System32\OLEAUT32.dll
  261. 0x745b0000 - 0x7462b000 C:\Windows\System32\msvcp_win.dll
  262. 0x76d30000 - 0x7713b000 C:\Windows\System32\SETUPAPI.dll
  263. 0x6cca0000 - 0x6ccb6000 C:\Windows\SYSTEM32\MPR.dll
  264. 0x01410000 - 0x01413000 C:\Windows\SYSTEM32\sfc.dll
  265. 0x670d0000 - 0x6713a000 C:\Windows\SYSTEM32\WINSPOOL.DRV
  266. 0x73dc0000 - 0x73ddd000 C:\Windows\SYSTEM32\bcrypt.dll
  267. 0x5e600000 - 0x5e60f000 C:\Windows\SYSTEM32\sfc_os.DLL
  268. 0x74e10000 - 0x74e36000 C:\Windows\System32\IMM32.DLL
  269. 0x6d7d0000 - 0x6d841000 C:\Windows\SYSTEM32\MSVCP120.dll
  270. 0x6d850000 - 0x6d93e000 C:\Windows\SYSTEM32\MSVCR120.dll
  271. 0x599e0000 - 0x59b04000 C:\Program Files\Steam\gameoverlayrenderer.dll
  272. 0x74fa0000 - 0x7508a000 C:\Windows\System32\ole32.dll
  273. 0x727b0000 - 0x727d4000 C:\Windows\SYSTEM32\WINMM.dll
  274. 0x74ed0000 - 0x74ed6000 C:\Windows\System32\PSAPI.DLL
  275. 0x72760000 - 0x72783000 C:\Windows\SYSTEM32\WINMMBASE.dll
  276. 0x03a80000 - 0x03e45000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\client\jvm.dll
  277. 0x6c440000 - 0x6c448000 C:\Windows\SYSTEM32\WSOCK32.dll
  278. 0x6e440000 - 0x6e448000 C:\Windows\SYSTEM32\VERSION.dll
  279. 0x6e2f0000 - 0x6e3af000 C:\Windows\SYSTEM32\MSVCR100.dll
  280. 0x77140000 - 0x771a3000 C:\Windows\System32\WS2_32.dll
  281. 0x70780000 - 0x7078c000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\verify.dll
  282. 0x6f640000 - 0x6f661000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\java.dll
  283. 0x6e9c0000 - 0x6e9d3000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\zip.dll
  284. 0x50550000 - 0x5063e000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\msvcr120.dll
  285. 0x53180000 - 0x531f1000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\msvcp120.dll
  286. 0x6a7c0000 - 0x6a7df000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\prism_d3d.dll
  287. 0x6c5a0000 - 0x6c6ff000 C:\Windows\system32\d3d9.dll
  288. 0x72630000 - 0x7264f000 C:\Windows\SYSTEM32\dwmapi.dll
  289. 0x729e0000 - 0x72a5a000 C:\Windows\system32\uxtheme.dll
  290. 0x47660000 - 0x48435000 C:\Windows\System32\DriverStore\FileRepository\nv_desktop_ref4i.inf_x86_cc99ea3f183b1730\nvd3dum.dll
  291. 0x60bd0000 - 0x60d34000 C:\Windows\system32\nvspcap.dll
  292. 0x724b0000 - 0x724bf000 C:\Windows\SYSTEM32\WTSAPI32.dll
  293. 0x6c500000 - 0x6c5a0000 C:\Windows\SYSTEM32\WINHTTP.dll
  294. 0x64ea0000 - 0x65227000 C:\Windows\system32\nvapi.dll
  295. 0x73090000 - 0x73114000 C:\Windows\SYSTEM32\dxgi.dll
  296. 0x60670000 - 0x608a6000 C:\Windows\SYSTEM32\d3d10warp.dll
  297. 0x59d10000 - 0x59d43000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\glass.dll
  298. 0x771b0000 - 0x77295000 C:\Windows\System32\COMDLG32.dll
  299. 0x67140000 - 0x671d4000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.447_none_5507ded2cb4f7f4c\COMCTL32.dll
  300. 0x765e0000 - 0x76715000 C:\Windows\System32\MSCTF.dll
  301. 0x60b00000 - 0x60bc7000 C:\Program Files\NVIDIA Corporation\3D Vision\nvSCPAPI.dll
  302. 0x6cd90000 - 0x6ced5000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\awt.dll
  303. 0x6f630000 - 0x6f63b000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\nativelibs\SteamClientJni.dll
  304. 0x598a0000 - 0x598d2000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\steam_api.dll
  305. 0x4e6c0000 - 0x4f0e0000 C:\Program Files\Steam\steamclient.dll
  306. 0x4f0e0000 - 0x4f25d000 C:\Windows\System32\CRYPT32.dll
  307. 0x73e70000 - 0x73e7e000 C:\Windows\System32\MSASN1.dll
  308. 0x76ba0000 - 0x76bb9000 C:\Windows\System32\imagehlp.dll
  309. 0x4f260000 - 0x4f371000 C:\Program Files\Steam\tier0_s.dll
  310. 0x735a0000 - 0x735cf000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
  311. 0x5b3d0000 - 0x5b426000 C:\Program Files\Steam\vstdlib_s.dll
  312. 0x6efb0000 - 0x6efba000 C:\Windows\SYSTEM32\Secur32.dll
  313. 0x73b70000 - 0x73b93000 C:\Windows\SYSTEM32\SSPICLI.DLL
  314. 0x739f0000 - 0x739fa000 C:\Windows\SYSTEM32\CRYPTBASE.DLL
  315. 0x59e00000 - 0x59f3a000 C:\Program Files\Steam\steam.dll
  316. 0x4f380000 - 0x4f641000 C:\Program Files\Steam\Steam2.dll
  317. 0x56fc0000 - 0x570d5000 C:\Program Files\Steam\DbgHelp.dll
  318. 0x60000000 - 0x60021000 C:\Program Files\Steam\CSERHelper.dll
  319. 0x739d0000 - 0x739e3000 C:\Windows\SYSTEM32\CRYPTSP.dll
  320. 0x73900000 - 0x7392f000 C:\Windows\system32\rsaenh.dll
  321. 0x73660000 - 0x7367a000 C:\Windows\SYSTEM32\USERENV.dll
  322. 0x69370000 - 0x69385000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\net.dll
  323. 0x737b0000 - 0x73800000 C:\Windows\system32\mswsock.dll
  324. 0x74e00000 - 0x74e07000 C:\Windows\System32\NSI.dll
  325. 0x716d0000 - 0x716e3000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
  326. 0x71770000 - 0x71784000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
  327. 0x6e9b0000 - 0x6e9bf000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\nio.dll
  328. 0x67420000 - 0x67446000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\jpeg.dll
  329. 0x67370000 - 0x67381000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\javafx_font.dll
  330. 0x5f630000 - 0x5f825000 C:\Windows\SYSTEM32\dwrite.dll
  331. 0x74e40000 - 0x74ec4000 C:\Windows\System32\clbcatq.dll
  332. 0x65230000 - 0x6543a000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_89c64d28dafea4b9\comctl32.dll
  333. 0x70940000 - 0x70aae000 C:\Windows\SYSTEM32\WindowsCodecs.dll
  334. 0x5af30000 - 0x5af74000 C:\Windows\system32\dataexchange.dll
  335. 0x6fc20000 - 0x6fe4f000 C:\Windows\system32\d3d11.dll
  336. 0x72070000 - 0x72183000 C:\Windows\system32\dcomp.dll
  337. 0x72cc0000 - 0x72db1000 C:\Windows\system32\twinapi.appcore.dll
  338. 0x5fef0000 - 0x5ff15000 C:\Program Files\Common Files\Microsoft Shared\Ink\rtscom.dll
  339. 0x4fcc0000 - 0x4fd0d000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\nativelibs\lwjgl.dll
  340. 0x68e20000 - 0x68f00000 C:\Windows\SYSTEM32\OPENGL32.dll
  341. 0x4fd50000 - 0x4fe3d000 C:\Windows\SYSTEM32\DDRAW.dll
  342. 0x5cdc0000 - 0x5cde5000 C:\Windows\SYSTEM32\GLU32.dll
  343. 0x6a7b0000 - 0x6a7b7000 C:\Windows\SYSTEM32\DCIMAN32.dll
  344. 0x56f80000 - 0x56fb9000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\fontmanager.dll
  345. 0x5d0e0000 - 0x5d110000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\t2k.dll
  346. 0x77ea0000 - 0x77fb9000 C:\Program Files\Steam\crashhandler.dll
  347. 0x6d540000 - 0x6d76f000 C:\Windows\SYSTEM32\WININET.dll
  348. 0x6a8c0000 - 0x6a8cf000 C:\Program Files\Steam\steamapps\common\Wurm Unlimited\runtime\bin\prism_common.dll
  349. 0x6f0e0000 - 0x6f5b8000 C:\Windows\SYSTEM32\d2d1.dll
  350.  
  351. VM Arguments:
  352. jvm_args: -Dworkdir=C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher -Djava.library.path=C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\nativelibs -Xmn256M -Xms512m -Xmx1024m -XX:+AggressiveOpts
  353. java_command: <unknown>
  354. java_class_path (initial): C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\client.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\common.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\colladabind-1.0.0.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\index.html;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\irclib-1.10.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\jbullet-1.0.0.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\jogg-0.0.7.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\jorbis-0.0.15.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\joXSI-1.0.0.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\jzipupdate-0.9.1.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\lwjgl-2.9.1.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\lwjgl-natives-windows-2.9.1.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\lwjgl_util-2.9.1.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\PNGDecoder-0.0.1.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\send_jars.php;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\slick-util-b208.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\SteamClientJni.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\lib\vecmath-1.5.2.jar;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\internal-pack;C:\Program Files\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\launcher-data
  355. Launcher Type: generic
  356.  
  357. Environment Variables:
  358. PATH=C:\Program Files\Steam;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Skype\Phone\;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Users\KC\AppData\Local\Microsoft\WindowsApps;
  359. USERNAME=KC
  360. OS=Windows_NT
  361. PROCESSOR_IDENTIFIER=x86 Family 6 Model 58 Stepping 9, GenuineIntel
  362.  
  363.  
  364.  
  365. --------------- S Y S T E M ---------------
  366.  
  367. OS: Windows 10.0 Build 14393 (10.0.14393.0)
  368.  
  369. CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv
  370.  
  371. Memory: 4k page, physical 3305508k(1078708k free), swap 3895332k(858040k free)
  372.  
  373. vm_info: Java HotSpot(TM) Client VM (25.60-b23) for windows-x86 JRE (1.8.0_60-b27), built on Aug 4 2015 10:57:40 by "java_re" with MS VC++ 10.0 (VS2010)
  374.  
  375. time: Wed Dec 14 15:11:06 2016
  376. elapsed time: 11 seconds (0d 0h 0m 11s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement