Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff7e47ccb00, pid=2644, tid=13512
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C 0x00007ff7e47ccb00
  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 (0x00000000026d3800): JavaThread "Client thread" [_thread_in_native, id=13512, stack(0x0000000002560000,0x0000000002660000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x0000000000000008 0x00007ff7e47ccb00
  24.  
  25. Registers:
  26. RAX=0x0000000018dd1b50, RBX=0x000000001bc97310, RCX=0xffffffffc4011806, RDX=0x000000000265ec78
  27. RSP=0x000000000265ebe8, RBP=0x000000000265ec58, RSI=0x0000000000000188, RDI=0x000000000000347c
  28. R8 =0x0000000000000042, R9 =0x000000008f17f6f0, R10=0x000000000000001e, R11=0x0000000063c25300
  29. R12=0x0000000000000000, R13=0x000000001bc97308, R14=0x000000000265ec78, R15=0x00000000026d3800
  30. RIP=0x00007ff7e47ccb00, EFLAGS=0x0000000000010206
  31.  
  32. Top of Stack: (sp=0x000000000265ebe8)
  33. 0x000000000265ebe8: 00000000028c5b74 000000000265ec58
  34. 0x000000000265ebf8: 00000000028b77b0 000000008f17f6f0
  35. 0x000000000265ec08: 0000000000000009 0000000000000000
  36. 0x000000000265ec18: 000000000265ec18 0000000000000000
  37. 0x000000000265ec28: 000000000265ec78 000000001bc97bf0
  38. 0x000000000265ec38: 0000000000000000 000000001bc97310
  39. 0x000000000265ec48: 0000000000000000 000000000265ec78
  40. 0x000000000265ec58: 000000000265ecd0 00000000028b7a2d
  41. 0x000000000265ec68: 000000008f98bf80 00000000028bf6b8
  42. 0x000000000265ec78: 000000008f17f6f0 000000490caf5f09
  43. 0x000000000265ec88: 000000008f17f670 000000000265ec80
  44. 0x000000000265ec98: 000000001bc971f3 000000000265ed10
  45. 0x000000000265eca8: 000000001bc97bf0 0000000000000000
  46. 0x000000000265ecb8: 000000001bc97280 000000000265ec78
  47. 0x000000000265ecc8: 000000000265ed10 000000000265ed58
  48. 0x000000000265ecd8: 00000000028b7a72 0000000000000000
  49.  
  50. Instructions: (pc=0x00007ff7e47ccb00)
  51. 0x00007ff7e47ccae0:
  52. [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]
  53.  
  54. Register to memory mapping:
  55.  
  56. RAX=0x0000000018dd1b50 is an unknown value
  57. RBX={method} {0x000000001bc97318} 'nSwapBuffers' '(Ljava/nio/ByteBuffer;)V' in 'org/lwjgl/opengl/WindowsContextImplementation'
  58. RCX=0xffffffffc4011806 is an unknown value
  59. RDX=0x000000000265ec78 is pointing into the stack for thread: 0x00000000026d3800
  60. RSP=0x000000000265ebe8 is pointing into the stack for thread: 0x00000000026d3800
  61. RBP=0x000000000265ec58 is pointing into the stack for thread: 0x00000000026d3800
  62. RSI=0x0000000000000188 is an unknown value
  63. RDI=0x000000000000347c is an unknown value
  64. R8 =0x0000000000000042 is an unknown value
  65. R9 =0x000000008f17f6f0 is an oop
  66. java.nio.DirectByteBuffer
  67. - klass: 'java/nio/DirectByteBuffer'
  68. R10=0x000000000000001e is an unknown value
  69. R11=0x0000000063c25300 is an unknown value
  70. R12=0x0000000000000000 is an unknown value
  71. R13=0x000000001bc97308 is pointing into metadata
  72. R14=0x000000000265ec78 is pointing into the stack for thread: 0x00000000026d3800
  73. R15=0x00000000026d3800 is a thread
  74.  
  75.  
  76. Stack: [0x0000000002560000,0x0000000002660000], sp=0x000000000265ebe8, free space=1018k
  77. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  78. C 0x00007ff7e47ccb00
  79.  
  80. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  81. j org.lwjgl.opengl.WindowsContextImplementation.nSwapBuffers(Ljava/nio/ByteBuffer;)V+0
  82. j org.lwjgl.opengl.WindowsContextImplementation.swapBuffers()V+35
  83. j org.lwjgl.opengl.ContextGL.swapBuffers()V+3
  84. j org.lwjgl.opengl.DrawableGL.swapBuffers()V+0
  85. j org.lwjgl.opengl.Display.swapBuffers()V+39
  86. j org.lwjgl.opengl.Display.update(Z)V+44
  87. j org.lwjgl.opengl.Display.update()V+1
  88. j bao.g()V+0
  89. j bao.ak()V+476
  90. j bao.f()V+72
  91. j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1007
  92. v ~StubRoutines::call_stub
  93.  
  94. --------------- P R O C E S S ---------------
  95.  
  96. Java Threads: ( => current thread )
  97. 0x0000000019f60800 JavaThread "Thread-6" [_thread_blocked, id=8764, stack(0x0000000020a20000,0x0000000020b20000)]
  98. 0x000000001a2c5800 JavaThread "Thread-5" [_thread_blocked, id=9888, stack(0x0000000020720000,0x0000000020820000)]
  99. 0x0000000018da3000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6092, stack(0x000000001b0f0000,0x000000001b1f0000)]
  100. 0x0000000018caa800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=9188, stack(0x0000000019830000,0x0000000019930000)]
  101. 0x0000000018c64800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=7584, stack(0x0000000019730000,0x0000000019830000)]
  102. 0x0000000017b33800 JavaThread "Service Thread" daemon [_thread_blocked, id=7612, stack(0x00000000184b0000,0x00000000185b0000)]
  103. 0x0000000017abc000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=13464, stack(0x00000000183b0000,0x00000000184b0000)]
  104. 0x0000000017aba800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4908, stack(0x00000000182b0000,0x00000000183b0000)]
  105. 0x0000000017ab1800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=13860, stack(0x00000000181b0000,0x00000000182b0000)]
  106. 0x0000000016fa2000 JavaThread "Attach Listener" daemon [_thread_blocked, id=7568, stack(0x00000000180b0000,0x00000000181b0000)]
  107. 0x0000000016fa1000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5444, stack(0x0000000017fb0000,0x00000000180b0000)]
  108. 0x0000000016fa0000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=9300, stack(0x0000000017eb0000,0x0000000017fb0000)]
  109. 0x0000000016f66800 JavaThread "Finalizer" daemon [_thread_blocked, id=10760, stack(0x00000000179b0000,0x0000000017ab0000)]
  110. 0x0000000016f60000 JavaThread "Reference Handler" daemon [_thread_blocked, id=7044, stack(0x00000000178b0000,0x00000000179b0000)]
  111. =>0x00000000026d3800 JavaThread "Client thread" [_thread_in_native, id=13512, stack(0x0000000002560000,0x0000000002660000)]
  112.  
  113. Other Threads:
  114. 0x0000000016f58000 VMThread [stack: 0x00000000177b0000,0x00000000178b0000] [id=3152]
  115. 0x0000000017b37800 WatcherThread [stack: 0x00000000185b0000,0x00000000186b0000] [id=3532]
  116.  
  117. VM state:not at safepoint (normal execution)
  118.  
  119. VM Mutex/Monitor currently owned by a thread: None
  120.  
  121. Heap:
  122. par new generation total 235968K, used 205772K [0x0000000080000000, 0x0000000090000000, 0x0000000090000000)
  123. eden space 209792K, 85% used [0x0000000080000000, 0x000000008af632f8, 0x000000008cce0000)
  124. from space 26176K, 100% used [0x000000008e670000, 0x0000000090000000, 0x0000000090000000)
  125. to space 26176K, 0% used [0x000000008cce0000, 0x000000008cce0000, 0x000000008e670000)
  126. concurrent mark-sweep generation total 14340K, used 12978K [0x0000000090000000, 0x0000000090e01000, 0x0000000100000000)
  127. Metaspace used 21894K, capacity 21991K, committed 22216K, reserved 1069056K
  128. class space used 2724K, capacity 2782K, committed 2816K, reserved 1048576K
  129.  
  130. Card table byte_map: [0x0000000012070000,0x0000000012480000] byte_map_base: 0x0000000011c70000
  131.  
  132. Marking Bits: (CMSBitMap*) 0x000000000272dc58
  133. Bits: [0x0000000012c50000, 0x0000000014850000)
  134.  
  135. Mod Union Table: (CMSBitMap*) 0x000000000272dd18
  136. Bits: [0x00000000027d0000, 0x0000000002840000)
  137.  
  138. Polling page: 0x0000000000ca0000
  139.  
  140. CodeCache: size=245760Kb used=7589Kb max_used=7619Kb free=238170Kb
  141. bounds [0x00000000028b0000, 0x0000000003030000, 0x00000000118b0000]
  142. total_blobs=2908 nmethods=2282 adapters=539
  143. compilation: enabled
  144.  
  145. Compilation events (10 events):
  146. Event: 2.871 Thread 0x0000000017abc000 nmethod 2276 0x0000000003009390 code [0x0000000003009500, 0x00000000030096c8]
  147. Event: 2.877 Thread 0x0000000017aba800 2277 4 com.sun.imageio.plugins.png.PNGImageReader::decodeSubFilter (54 bytes)
  148. Event: 2.880 Thread 0x0000000017aba800 nmethod 2277 0x000000000300c550 code [0x000000000300c680, 0x000000000300c818]
  149. Event: 2.888 Thread 0x0000000017abc000 2278 3 org.lwjgl.opengl.GL11::glTexCoord2f (20 bytes)
  150. Event: 2.889 Thread 0x0000000017abc000 nmethod 2278 0x000000000300b890 code [0x000000000300ba60, 0x000000000300c178]
  151. Event: 2.890 Thread 0x0000000017abc000 2280 3 org.lwjgl.opengl.GL11::glVertex3f (24 bytes)
  152. Event: 2.891 Thread 0x0000000017abc000 nmethod 2280 0x000000000300a810 code [0x000000000300a9e0, 0x000000000300b0f8]
  153. Event: 2.894 Thread 0x0000000017aba800 2282 ! 4 java.util.zip.Inflater::setInput (74 bytes)
  154. Event: 2.895 Thread 0x0000000017aba800 nmethod 2282 0x0000000003009f10 code [0x000000000300a060, 0x000000000300a318]
  155. Event: 2.905 Thread 0x0000000017abc000 2283 3 bbu::a (40 bytes)
  156.  
  157. GC Heap History (2 events):
  158. Event: 2.464 GC heap before
  159. {Heap before GC invocations=0 (full 0):
  160. par new generation total 235968K, used 209792K [0x0000000080000000, 0x0000000090000000, 0x0000000090000000)
  161. eden space 209792K, 100% used [0x0000000080000000, 0x000000008cce0000, 0x000000008cce0000)
  162. from space 26176K, 0% used [0x000000008cce0000, 0x000000008cce0000, 0x000000008e670000)
  163. to space 26176K, 0% used [0x000000008e670000, 0x000000008e670000, 0x0000000090000000)
  164. concurrent mark-sweep generation total 6144K, used 0K [0x0000000090000000, 0x0000000090600000, 0x0000000100000000)
  165. Metaspace used 21597K, capacity 21703K, committed 21960K, reserved 1069056K
  166. class space used 2709K, capacity 2750K, committed 2816K, reserved 1048576K
  167. Event: 2.499 GC heap after
  168. Heap after GC invocations=1 (full 0):
  169. par new generation total 235968K, used 26176K [0x0000000080000000, 0x0000000090000000, 0x0000000090000000)
  170. eden space 209792K, 0% used [0x0000000080000000, 0x0000000080000000, 0x000000008cce0000)
  171. from space 26176K, 100% used [0x000000008e670000, 0x0000000090000000, 0x0000000090000000)
  172. to space 26176K, 0% used [0x000000008cce0000, 0x000000008cce0000, 0x000000008e670000)
  173. concurrent mark-sweep generation total 14340K, used 12978K [0x0000000090000000, 0x0000000090e01000, 0x0000000100000000)
  174. Metaspace used 21597K, capacity 21703K, committed 21960K, reserved 1069056K
  175. class space used 2709K, capacity 2750K, committed 2816K, reserved 1048576K
  176. }
  177.  
  178. Deoptimization events (10 events):
  179. Event: 2.537 Thread 0x00000000026d3800 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x0000000002f89afc method=bqi.a(IIIII)I @ 38
  180. Event: 2.540 Thread 0x00000000026d3800 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x0000000002f8c91c method=bqi.a(IIIII)I @ 16
  181. Event: 2.541 Thread 0x00000000026d3800 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x0000000002f91668 method=bqi.a(IIIIZ)I @ 285
  182. Event: 2.549 Thread 0x00000000026d3800 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x0000000002f960a8 method=bqi.a(IIIIZ)I @ 301
  183. Event: 2.551 Thread 0x00000000026d3800 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x0000000002f8bc80 method=bqi.a(IIIII)I @ 107
  184. Event: 2.557 Thread 0x00000000026d3800 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x0000000002f93d94 method=bqi.a(IIIIZ)I @ 317
  185. Event: 2.563 Thread 0x00000000026d3800 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x0000000002f986e0 method=bqi.a(IIIIZ)I @ 333
  186. Event: 2.576 Thread 0x00000000026d3800 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x0000000002f9a698 method=bqi.a(IIIIZ)I @ 238
  187. Event: 2.589 Thread 0x00000000026d3800 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x0000000002fa14e8 method=bqi.a(IIIIZ)I @ 179
  188. Event: 2.620 Thread 0x00000000026d3800 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x0000000002fa35f0 method=bqi.a(IIIIZ)I @ 209
  189.  
  190. Internal exceptions (10 events):
  191. Event: 2.762 Thread 0x00000000026d3800 Exception <a 'java/security/PrivilegedActionException'> (0x0000000082615968) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  192. Event: 2.763 Thread 0x00000000026d3800 Exception <a 'java/security/PrivilegedActionException'> (0x000000008261b1d8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  193. Event: 2.763 Thread 0x00000000026d3800 Exception <a 'java/security/PrivilegedActionException'> (0x000000008261f1f8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  194. Event: 2.764 Thread 0x00000000026d3800 Exception <a 'java/security/PrivilegedActionException'> (0x0000000082625940) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  195. Event: 2.766 Thread 0x00000000026d3800 Exception <a 'java/security/PrivilegedActionException'> (0x000000008268e5f8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  196. Event: 2.767 Thread 0x00000000026d3800 Exception <a 'java/security/PrivilegedActionException'> (0x0000000082693260) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  197. Event: 2.767 Thread 0x00000000026d3800 Exception <a 'java/security/PrivilegedActionException'> (0x0000000082696448) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  198. Event: 2.770 Thread 0x00000000026d3800 Exception <a 'java/security/PrivilegedActionException'> (0x000000008269bb50) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  199. Event: 2.774 Thread 0x00000000026d3800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000826a7960) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  200. Event: 2.776 Thread 0x00000000026d3800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000826ac978) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  201.  
  202. Events (10 events):
  203. Event: 2.767 loading class bbo
  204. Event: 2.767 loading class bbo done
  205. Event: 2.770 loading class org/lwjgl/util/glu/Project
  206. Event: 2.770 loading class org/lwjgl/util/glu/Project done
  207. Event: 2.774 loading class org/lwjgl/util/glu/Util
  208. Event: 2.774 loading class org/lwjgl/util/glu/Util done
  209. Event: 2.776 loading class org/lwjgl/opengl/GL14
  210. Event: 2.776 loading class org/lwjgl/opengl/GL14 done
  211. Event: 2.877 Thread 0x00000000026d3800 DEOPT PACKING pc=0x0000000002eb7c9f sp=0x000000000265e690
  212. Event: 2.877 Thread 0x00000000026d3800 DEOPT UNPACKING pc=0x00000000028f75bf sp=0x000000000265e390 mode 0
  213.  
  214.  
  215. Dynamic libraries:
  216. 0x00007ff764a10000 - 0x00007ff764a44000 C:\Users\Nick Collins\Downloads\runtime\jre-x64\1.8.0_25\bin\javaw.exe
  217. 0x00007ff802eb0000 - 0x00007ff80305c000 C:\windows\SYSTEM32\ntdll.dll
  218. 0x00007ff8013a0000 - 0x00007ff8014de000 C:\windows\system32\KERNEL32.DLL
  219. 0x00007ff800130000 - 0x00007ff800245000 C:\windows\system32\KERNELBASE.dll
  220. 0x00007ffffeb80000 - 0x00007ffffec0e000 C:\windows\system32\apphelp.dll
  221. 0x00007ffff35f0000 - 0x00007ffff3643000 C:\windows\AppPatch\AppPatch64\AcGenral.DLL
  222. 0x00007ff801150000 - 0x00007ff8011fa000 C:\windows\system32\msvcrt.dll
  223. 0x00007fffffe10000 - 0x00007fffffe3e000 C:\windows\SYSTEM32\SspiCli.dll
  224. 0x00007ff802cf0000 - 0x00007ff802d44000 C:\windows\system32\SHLWAPI.dll
  225. 0x00007ff8007a0000 - 0x00007ff800917000 C:\windows\system32\USER32.dll
  226. 0x00007ff800ee0000 - 0x00007ff801074000 C:\windows\system32\ole32.dll
  227. 0x00007ff8014e0000 - 0x00007ff8029f8000 C:\windows\system32\SHELL32.dll
  228. 0x00007fffff580000 - 0x00007fffff5a1000 C:\windows\SYSTEM32\USERENV.dll
  229. 0x00007ff8012d0000 - 0x00007ff80137a000 C:\windows\system32\ADVAPI32.dll
  230. 0x00007ffff6cb0000 - 0x00007ffff6cce000 C:\windows\SYSTEM32\MPR.dll
  231. 0x00007ff802ba0000 - 0x00007ff802ce1000 C:\windows\system32\RPCRT4.dll
  232. 0x00007ff800530000 - 0x00007ff800589000 C:\windows\SYSTEM32\sechost.dll
  233. 0x00007ff800c60000 - 0x00007ff800e71000 C:\windows\SYSTEM32\combase.dll
  234. 0x00007ff802a40000 - 0x00007ff802b91000 C:\windows\system32\GDI32.dll
  235. 0x00007ff800000000 - 0x00007ff800015000 C:\windows\SYSTEM32\profapi.dll
  236. 0x00007ffffe810000 - 0x00007ffffe8c2000 C:\windows\SYSTEM32\SHCORE.dll
  237. 0x00007ff802a00000 - 0x00007ff802a36000 C:\windows\system32\IMM32.DLL
  238. 0x00007ff802d50000 - 0x00007ff802ea2000 C:\windows\system32\MSCTF.dll
  239. 0x00007ffffe130000 - 0x00007ffffe3aa000 C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17810_none_6240b9c7ecbd0bda\COMCTL32.dll
  240. 0x0000000063cb0000 - 0x0000000063d82000 C:\Users\Nick Collins\Downloads\runtime\jre-x64\1.8.0_25\bin\msvcr100.dll
  241. 0x0000000063450000 - 0x0000000063caa000 C:\Users\Nick Collins\Downloads\runtime\jre-x64\1.8.0_25\bin\server\jvm.dll
  242. 0x00007ffff96b0000 - 0x00007ffff96b9000 C:\windows\SYSTEM32\WSOCK32.dll
  243. 0x00007ffff70d0000 - 0x00007ffff70f2000 C:\windows\SYSTEM32\WINMM.dll
  244. 0x00007ff800a50000 - 0x00007ff800a57000 C:\windows\system32\PSAPI.DLL
  245. 0x00007ff800e80000 - 0x00007ff800eda000 C:\windows\system32\WS2_32.dll
  246. 0x00007ffff70a0000 - 0x00007ffff70ca000 C:\windows\SYSTEM32\WINMMBASE.dll
  247. 0x00007ff800a70000 - 0x00007ff800a79000 C:\windows\system32\NSI.dll
  248. 0x00007ff800250000 - 0x00007ff80029f000 C:\windows\SYSTEM32\cfgmgr32.dll
  249. 0x00007ffffee00000 - 0x00007ffffee28000 C:\windows\SYSTEM32\DEVOBJ.dll
  250. 0x0000000063440000 - 0x000000006344f000 C:\Users\Nick Collins\Downloads\runtime\jre-x64\1.8.0_25\bin\verify.dll
  251. 0x0000000063410000 - 0x0000000063438000 C:\Users\Nick Collins\Downloads\runtime\jre-x64\1.8.0_25\bin\java.dll
  252. 0x00000000633f0000 - 0x0000000063406000 C:\Users\Nick Collins\Downloads\runtime\jre-x64\1.8.0_25\bin\zip.dll
  253. 0x00000000633e0000 - 0x00000000633ed000 C:\Users\Nick Collins\Downloads\runtime\jre-x64\1.8.0_25\bin\management.dll
  254. 0x00000000633c0000 - 0x00000000633da000 C:\Users\Nick Collins\Downloads\runtime\jre-x64\1.8.0_25\bin\net.dll
  255. 0x00007fffff7b0000 - 0x00007fffff809000 C:\windows\system32\mswsock.dll
  256. 0x00000000633a0000 - 0x00000000633b1000 C:\Users\Nick Collins\Downloads\runtime\jre-x64\1.8.0_25\bin\nio.dll
  257. 0x00007ffff3b50000 - 0x00007ffff3b65000 C:\windows\system32\napinsp.dll
  258. 0x00007ffff3b30000 - 0x00007ffff3b4a000 C:\windows\system32\pnrpnsp.dll
  259. 0x00007ffff82b0000 - 0x00007ffff82cb000 C:\windows\system32\NLAapi.dll
  260. 0x00007fffff5b0000 - 0x00007fffff654000 C:\windows\SYSTEM32\DNSAPI.dll
  261. 0x00007ffff3b70000 - 0x00007ffff3b7d000 C:\windows\System32\winrnr.dll
  262. 0x0000000066590000 - 0x00000000665b6000 C:\Program Files\Bonjour\mdnsNSP.dll
  263. 0x00007ffffc040000 - 0x00007ffffc06a000 C:\windows\SYSTEM32\Iphlpapi.DLL
  264. 0x00007ffffbee0000 - 0x00007ffffbeea000 C:\windows\SYSTEM32\WINNSI.DLL
  265. 0x00007ffff6400000 - 0x00007ffff646b000 C:\windows\System32\fwpuclnt.dll
  266. 0x00007ffff4180000 - 0x00007ffff418a000 C:\Windows\System32\rasadhlp.dll
  267. 0x0000000180000000 - 0x0000000180051000 C:\Users\Nick Collins\AppData\Roaming\.minecraft\versions\1.7.10\1.7.10-natives-15534359979146\lwjgl64.dll
  268. 0x00007ffff7c20000 - 0x00007ffff7d4b000 C:\windows\SYSTEM32\OPENGL32.dll
  269. 0x00007ffff8af0000 - 0x00007ffff8afa000 C:\windows\SYSTEM32\VERSION.dll
  270. 0x00007ffff82d0000 - 0x00007ffff82fe000 C:\windows\SYSTEM32\GLU32.dll
  271. 0x00007ffff7b20000 - 0x00007ffff7c18000 C:\windows\SYSTEM32\DDRAW.dll
  272. 0x00007ffff8c70000 - 0x00007ffff8c79000 C:\windows\SYSTEM32\DCIMAN32.dll
  273. 0x00007fffff810000 - 0x00007fffff830000 C:\windows\SYSTEM32\CRYPTSP.dll
  274. 0x00007fffff540000 - 0x00007fffff576000 C:\windows\system32\rsaenh.dll
  275. 0x00007fffffb20000 - 0x00007fffffb46000 C:\windows\SYSTEM32\bcrypt.dll
  276. 0x00007fffffe40000 - 0x00007fffffea3000 C:\windows\system32\bcryptprimitives.dll
  277. 0x00007fffffeb0000 - 0x00007fffffebb000 C:\windows\SYSTEM32\CRYPTBASE.dll
  278. 0x00007ffff6570000 - 0x00007ffff6586000 C:\windows\SYSTEM32\dhcpcsvc6.DLL
  279. 0x00007ffff6550000 - 0x00007ffff656a000 C:\windows\SYSTEM32\dhcpcsvc.DLL
  280. 0x0000000063200000 - 0x0000000063398000 C:\Users\Nick Collins\Downloads\runtime\jre-x64\1.8.0_25\bin\awt.dll
  281. 0x00007ff801200000 - 0x00007ff8012c1000 C:\windows\system32\OLEAUT32.dll
  282. 0x00007ffffec60000 - 0x00007ffffed89000 C:\windows\system32\uxtheme.dll
  283. 0x00007ffffe610000 - 0x00007ffffe631000 C:\windows\system32\dwmapi.dll
  284. 0x000000001b2f0000 - 0x000000001ba79000 C:\windows\SYSTEM32\ig75icd64.dll
  285. 0x00007ffffc220000 - 0x00007ffffc656000 C:\windows\SYSTEM32\igdusc64.dll
  286. 0x00007ffffec50000 - 0x00007ffffec5b000 C:\windows\SYSTEM32\kernel.appcore.dll
  287. 0x00007ffff3680000 - 0x00007ffff3712000 C:\windows\SYSTEM32\mscms.dll
  288. 0x00007ffff8da0000 - 0x00007ffff8de1000 C:\windows\SYSTEM32\icm32.dll
  289. 0x0000000070a40000 - 0x0000000070adc000 C:\Users\Nick Collins\AppData\Roaming\.minecraft\versions\1.7.10\1.7.10-natives-15534359979146\avutil-ttv-51.dll
  290. 0x0000000065980000 - 0x00000000659d6000 C:\Users\Nick Collins\AppData\Roaming\.minecraft\versions\1.7.10\1.7.10-natives-15534359979146\swresample-ttv-0.dll
  291. 0x000000006eb80000 - 0x000000006ec50000 C:\Users\Nick Collins\AppData\Roaming\.minecraft\versions\1.7.10\1.7.10-natives-15534359979146\libmp3lame-ttv.dll
  292. 0x00007fffdf9e0000 - 0x00007fffe0d84000 C:\Users\Nick Collins\AppData\Roaming\.minecraft\versions\1.7.10\1.7.10-natives-15534359979146\libmfxsw64.dll
  293. 0x00007fffef240000 - 0x00007fffef36b000 C:\Users\Nick Collins\AppData\Roaming\.minecraft\versions\1.7.10\1.7.10-natives-15534359979146\twitchsdk.dll
  294. 0x00007ffffa670000 - 0x00007ffffa8ca000 C:\windows\SYSTEM32\WININET.dll
  295. 0x00007ffffa910000 - 0x00007ffffabd7000 C:\windows\SYSTEM32\iertutil.dll
  296. 0x0000000019650000 - 0x00000000196b4000 C:\Users\Nick Collins\AppData\Roaming\.minecraft\versions\1.7.10\1.7.10-natives-15534359979146\OpenAL64.dll
  297. 0x00007ff801090000 - 0x00007ff801146000 C:\windows\SYSTEM32\clbcatq.dll
  298. 0x00007ffffda20000 - 0x00007ffffda90000 C:\windows\System32\MMDevApi.dll
  299. 0x00007ffff7100000 - 0x00007ffff719d000 C:\windows\SYSTEM32\dsound.dll
  300. 0x00007ffffff80000 - 0x00007ffffffc6000 C:\windows\SYSTEM32\POWRPROF.dll
  301. 0x00007ffff68e0000 - 0x00007ffff695e000 C:\windows\SYSTEM32\AUDIOSES.DLL
  302. 0x00007fffe47c0000 - 0x00007fffe4915000 C:\Program Files (x86)\Mirillis\Action!\action_x64.dll
  303. 0x00000000664a0000 - 0x0000000066543000 C:\windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_08e793bfa83a89b5\MSVCR90.dll
  304. 0x00007ffffdc10000 - 0x00007ffffdc1c000 C:\windows\SYSTEM32\AVRT.dll
  305. 0x00007ffff5040000 - 0x00007ffff5109000 C:\windows\SYSTEM32\WINHTTP.dll
  306. 0x00000000663c0000 - 0x0000000066493000 C:\windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_08e793bfa83a89b5\MSVCP90.dll
  307. 0x00007ffff75d0000 - 0x00007ffff7759000 C:\windows\SYSTEM32\dbghelp.dll
  308.  
  309. VM Arguments:
  310. jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M -Djava.library.path=C:\Users\Nick Collins\AppData\Roaming\.minecraft\versions\1.7.10\1.7.10-natives-15534359979146
  311. java_command: net.minecraft.client.main.Main --username Feedback --version 1.7.10 --gameDir C:\Users\Nick Collins\AppData\Roaming\.minecraft --assetsDir C:\Users\Nick Collins\AppData\Roaming\.minecraft\assets --assetIndex 1.7.10 --uuid 37ca97f881f242268eb4da6654b114de --accessToken 721ca925f9e64b4381565f53a7226559 --userProperties {} --userType mojang
  312. java_class_path (initial): C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.3.5\realms-1.3.5.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\15.0\guava-15.0.jar;C:\Users\Nick Collins\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-la
  313. Launcher Type: SUN_STANDARD
  314.  
  315. Environment Variables:
  316. PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\ProgramData\Oracle\Java\javapath;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Hewlett-Packard\SimplePass\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Skype\Phone\
  317. USERNAME=Nick Collins
  318. OS=Windows_NT
  319. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
  320.  
  321.  
  322.  
  323. --------------- S Y S T E M ---------------
  324.  
  325. OS: Windows 8.1 , 64 bit Build 9600
  326.  
  327. CPU:total 4 (2 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
  328.  
  329. Memory: 4k page, physical 8291420k(3585192k free), swap 10191964k(4569884k free)
  330.  
  331. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.25-b02) for windows-amd64 JRE (1.8.0_25-b18), built on Oct 7 2014 14:25:37 by "java_re" with MS VC++ 10.0 (VS2010)
  332.  
  333. time: Sun Jul 12 07:01:00 2015
  334. elapsed time: 2 seconds (0d 0h 0m 2s)