Skip to content

Instantly share code, notes, and snippets.

@jochuan
Created July 1, 2015 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jochuan/d5f3791fb8b3f511096c to your computer and use it in GitHub Desktop.
Save jochuan/d5f3791fb8b3f511096c to your computer and use it in GitHub Desktop.
crash on the aether dimension
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x45fa81f9, pid=4524, tid=4548
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14)
# Java VM: Java HotSpot(TM) Client VM (25.45-b02 mixed mode windows-x86 )
# Problematic frame:
# C [ig4icd32.dll+0x1181f9]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x0079f400): JavaThread "Client thread" [_thread_in_native, id=4548, stack(0x00740000,0x00790000)]
siginfo: ExceptionCode=0xc0000005, writing address 0x00000000
Registers:
EAX=0x53e50020, EBX=0x00000000, ECX=0x000000c0, EDX=0x0078eb2c
ESP=0x0078eacc, EBP=0x00000300, ESI=0x53e50020, EDI=0x00000000
EIP=0x45fa81f9, EFLAGS=0x00010206
Top of Stack: (sp=0x0078eacc)
0x0078eacc: 47f2007c 00000000 47f23f44 00000012
0x0078eadc: 00000300 00000110 4811ee2f 0078eb14
0x0078eaec: 00000000 4a5f58b8 47f2007c 4a5f5aa0
0x0078eafc: 4a5f58a0 4a5f5aa0 4a5f58a0 00033000
0x0078eb0c: 00000001 00000000 0000008d 000000c0
0x0078eb1c: 00000110 00002000 00000004 00000000
0x0078eb2c: 00000056 000000c0 00000110 00000300
0x0078eb3c: 00000004 53e50020 0079f400 0078eb98
Instructions: (pc=0x45fa81f9)
0x45fa81d9: 04 85 ff 89 4c 24 0c 7e 32 55 89 7c 24 14 eb 07
0x45fa81e9: 8b 4c 24 10 8d 49 00 8b e9 c1 e9 02 8b f0 8b fb
0x45fa81f9: f3 a5 8b cd 83 e1 03 f3 a4 8b 4c 24 1c 03 42 0c
0x45fa8209: 03 59 0c 83 6c 24 14 01 75 d6 5d 5f 5e 5b 83 c4
Register to memory mapping:
EAX=0x53e50020 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x000000c0 is an unknown value
EDX=0x0078eb2c is pointing into the stack for thread: 0x0079f400
ESP=0x0078eacc is pointing into the stack for thread: 0x0079f400
EBP=0x00000300 is an unknown value
ESI=0x53e50020 is an unknown value
EDI=0x00000000 is an unknown value
Stack: [0x00740000,0x00790000], sp=0x0078eacc, free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4icd32.dll+0x1181f9]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 5464 org.lwjgl.opengl.GL11.nglTexSubImage2D(IIIIIIIIJJ)V (0 bytes) @ 0x01c957e7 [0x01c95760+0x87]
j org.lwjgl.opengl.GL11.glTexSubImage2D(IIIIIIIILjava/nio/IntBuffer;)V+60
J 12555 C1 net.minecraft.client.renderer.texture.TextureUtil.func_147947_a(I[IIIIIZZZ)V (97 bytes) @ 0x01ef7930 [0x01ef7830+0x100]
J 11904 C1 net.minecraft.client.renderer.texture.TextureUtil.func_147955_a([[IIIIIZZ)V (79 bytes) @ 0x01d3b114 [0x01d3b020+0xf4]
J 12755 C1 fastcraft.c.l.a()V (183 bytes) @ 0x01ddcb78 [0x01ddc810+0x368]
J 13129 C1 fastcraft.c.l.a(Lcpw/mods/fml/common/gameevent/TickEvent$RenderTickEvent;)V (54 bytes) @ 0x019f445c [0x019f43e0+0x7c]
J 13061 C1 cpw.mods.fml.common.eventhandler.ASMEventHandler_30_d_a_RenderTickEvent.invoke(Lcpw/mods/fml/common/eventhandler/Event;)V (15 bytes) @ 0x020216f0 [0x02021690+0x60]
J 6114 C1 cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(Lcpw/mods/fml/common/eventhandler/Event;)V (98 bytes) @ 0x01bd21e0 [0x01bd20d0+0x110]
J 6099 C1 cpw.mods.fml.common.eventhandler.EventBus.post(Lcpw/mods/fml/common/eventhandler/Event;)Z (77 bytes) @ 0x01c7f748 [0x01c7f6b0+0x98]
J 12752 C1 net.minecraft.client.Minecraft.func_71411_J()V (868 bytes) @ 0x0216d3f8 [0x0216cac0+0x938]
j net.minecraft.client.Minecraft.func_99999_d()V+61
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1015
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56
j net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+661
j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x51655000 JavaThread "File IO Thread" [_thread_in_native, id=5404, stack(0x47b60000,0x47bb0000)]
0x51654400 JavaThread "WrUpdateThread" [_thread_blocked, id=6044, stack(0x55fc0000,0x56010000)]
0x7920a000 JavaThread "Thread-34" [_thread_blocked, id=4304, stack(0x57440000,0x57490000)]
0x7920c400 JavaThread "Netty IO #1" daemon [_thread_in_native, id=5280, stack(0x63ab0000,0x63b00000)]
0x7920bc00 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=5288, stack(0x464b0000,0x46500000)]
0x7920b800 JavaThread "Netty IO #0" daemon [_thread_in_native, id=5092, stack(0x56770000,0x567c0000)]
0x7920b000 JavaThread "Server thread" [_thread_in_Java, id=5592, stack(0x57cb0000,0x57d00000)]
0x7920ac00 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5572, stack(0x57490000,0x574e0000)]
0x79209000 JavaThread "Thread-32" [_thread_blocked, id=4444, stack(0x537d0000,0x53820000)]
0x79209800 JavaThread "Thread-31" [_thread_blocked, id=4404, stack(0x478b0000,0x47900000)]
0x7920a400 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=4820, stack(0x46320000,0x46370000)]
0x79208c00 JavaThread "Voxelmap Map Calculation Thread" [_thread_blocked, id=4276, stack(0x48bf0000,0x48c40000)]
0x4c500800 JavaThread "Thread-20" daemon [_thread_in_native, id=4500, stack(0x57a20000,0x57a70000)]
0x44bd7000 JavaThread "Doggy Talents Version Check" [_thread_blocked, id=5852, stack(0x47a10000,0x47a60000)]
0x46849000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4988, stack(0x47bd0000,0x47c20000)]
0x44874000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=4984, stack(0x47aa0000,0x47af0000)]
0x44a5d400 JavaThread "pool-2-thread-1" [_thread_blocked, id=4944, stack(0x43ef0000,0x43f40000)]
0x447ebc00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4860, stack(0x44e50000,0x44ea0000)]
0x447e8c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4852, stack(0x45d60000,0x45db0000)]
0x43beb000 JavaThread "Service Thread" daemon [_thread_blocked, id=4636, stack(0x44100000,0x44150000)]
0x005ae800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4632, stack(0x43d00000,0x43d50000)]
0x005ad800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4628, stack(0x43e90000,0x43ee0000)]
0x005acc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4624, stack(0x43fa0000,0x43ff0000)]
0x005ac000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=4620, stack(0x43f50000,0x43fa0000)]
0x0059f800 JavaThread "Finalizer" daemon [_thread_blocked, id=4600, stack(0x43dd0000,0x43e20000)]
0x0059b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4596, stack(0x009e0000,0x00a30000)]
=>0x0079f400 JavaThread "Client thread" [_thread_in_native, id=4548, stack(0x00740000,0x00790000)]
Other Threads:
0x00596400 VMThread [stack: 0x03990000,0x039e0000] [id=4588]
0x43bf4c00 WatcherThread [stack: 0x43e20000,0x43e70000] [id=4640]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
par new generation total 118016K, used 107507K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 89% used [0x03a00000, 0x0963cf60, 0x0a080000)
from space 13056K, 100% used [0x0a080000, 0x0ad40000, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 589732K, used 323711K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48651K, capacity 48993K, committed 49152K, reserved 49536K
Card table byte_map: [0x41800000,0x419f0000] byte_map_base: 0x417e3000
Marking Bits: (CMSBitMap*) 0x00502ff8
Bits: [0x41ba0000, 0x43690000)
Mod Union Table: (CMSBitMap*) 0x00503058
Bits: [0x00370000, 0x003a5e00)
Polling page: 0x001d0000
CodeCache: size=32768Kb used=9142Kb max_used=9142Kb free=23625Kb
bounds [0x01950000, 0x022d0000, 0x03950000]
total_blobs=3637 nmethods=3052 adapters=511
compilation: enabled
Compilation events (10 events):
Event: 765.733 Thread 0x005ae800 14063 zeldaswordskills.entity.ZSSEntityInfo::updateIngestedTime (36 bytes)
Event: 765.733 Thread 0x005ae800 nmethod 14063 0x01f2cac8 code [0x01f2cbc0, 0x01f2cc7c]
Event: 765.733 Thread 0x005ae800 14064 net.minecraft.entity.EntityAgeable::func_70631_g_ (13 bytes)
Event: 765.734 Thread 0x005ae800 nmethod 14064 0x01ce8948 code [0x01ce8a50, 0x01ce8b3c]
Event: 765.736 Thread 0x005ae800 14065 net.minecraft.entity.EntityLiving::func_110167_bD (5 bytes)
Event: 765.736 Thread 0x005ae800 nmethod 14065 0x01ce8788 code [0x01ce8880, 0x01ce8900]
Event: 765.736 Thread 0x005ae800 14066 net.minecraft.entity.EntityLiving::func_70650_aV (2 bytes)
Event: 765.736 Thread 0x005ae800 nmethod 14066 0x01ce85c8 code [0x01ce86c0, 0x01ce8740]
Event: 765.737 Thread 0x005ae800 14067 drzhark.mocreatures.entity.MoCEntityAnimal::getType (10 bytes)
Event: 765.738 Thread 0x005ae800 nmethod 14067 0x01ce82c8 code [0x01ce83d0, 0x01ce84ac]
GC Heap History (10 events):
Event: 662.505 GC heap before
{Heap before GC invocations=289 (full 31):
par new generation total 118016K, used 107033K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 100% used [0x03a00000, 0x0a080000, 0x0a080000)
from space 13056K, 15% used [0x0a080000, 0x0a286710, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 589732K, used 321277K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48481K, capacity 48813K, committed 49024K, reserved 49536K
Event: 662.518 GC heap after
Heap after GC invocations=290 (full 31):
par new generation total 118016K, used 2733K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 0% used [0x03a00000, 0x03a00000, 0x0a080000)
from space 13056K, 20% used [0x0ad40000, 0x0afeb778, 0x0ba00000)
to space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
concurrent mark-sweep generation total 589732K, used 321337K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48481K, capacity 48813K, committed 49024K, reserved 49536K
}
Event: 666.196 GC heap before
{Heap before GC invocations=290 (full 32):
par new generation total 118016K, used 107693K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 100% used [0x03a00000, 0x0a080000, 0x0a080000)
from space 13056K, 20% used [0x0ad40000, 0x0afeb778, 0x0ba00000)
to space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
concurrent mark-sweep generation total 589732K, used 321337K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48587K, capacity 48892K, committed 49152K, reserved 49536K
Event: 666.238 GC heap after
Heap after GC invocations=291 (full 32):
par new generation total 118016K, used 7516K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 0% used [0x03a00000, 0x03a00000, 0x0a080000)
from space 13056K, 57% used [0x0a080000, 0x0a7d70d0, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 589732K, used 321413K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48587K, capacity 48892K, committed 49152K, reserved 49536K
}
Event: 676.773 GC heap before
{Heap before GC invocations=291 (full 32):
par new generation total 118016K, used 112476K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 100% used [0x03a00000, 0x0a080000, 0x0a080000)
from space 13056K, 57% used [0x0a080000, 0x0a7d70d0, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 589732K, used 321413K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48633K, capacity 48958K, committed 49152K, reserved 49536K
Event: 676.801 GC heap after
Heap after GC invocations=292 (full 32):
par new generation total 118016K, used 5350K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 0% used [0x03a00000, 0x03a00000, 0x0a080000)
from space 13056K, 40% used [0x0ad40000, 0x0b279998, 0x0ba00000)
to space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
concurrent mark-sweep generation total 589732K, used 321810K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48633K, capacity 48958K, committed 49152K, reserved 49536K
}
Event: 693.854 GC heap before
{Heap before GC invocations=292 (full 32):
par new generation total 118016K, used 110310K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 100% used [0x03a00000, 0x0a080000, 0x0a080000)
from space 13056K, 40% used [0x0ad40000, 0x0b279998, 0x0ba00000)
to space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
concurrent mark-sweep generation total 589732K, used 321810K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48633K, capacity 48958K, committed 49152K, reserved 49536K
Event: 693.889 GC heap after
Heap after GC invocations=293 (full 32):
par new generation total 118016K, used 9683K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 0% used [0x03a00000, 0x03a00000, 0x0a080000)
from space 13056K, 74% used [0x0a080000, 0x0a9f4e98, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 589732K, used 321810K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48633K, capacity 48958K, committed 49152K, reserved 49536K
}
Event: 742.643 GC heap before
{Heap before GC invocations=293 (full 32):
par new generation total 118016K, used 114643K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 100% used [0x03a00000, 0x0a080000, 0x0a080000)
from space 13056K, 74% used [0x0a080000, 0x0a9f4e98, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 589732K, used 321810K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48633K, capacity 48958K, committed 49152K, reserved 49536K
Event: 742.674 GC heap after
Heap after GC invocations=294 (full 32):
par new generation total 118016K, used 10205K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 0% used [0x03a00000, 0x03a00000, 0x0a080000)
from space 13056K, 78% used [0x0ad40000, 0x0b7377e8, 0x0ba00000)
to space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
concurrent mark-sweep generation total 589732K, used 322840K [0x0ba00000, 0x2f9e9000, 0x41800000)
Metaspace used 48633K, capacity 48958K, committed 49152K, reserved 49536K
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 765.587 Thread 0x79209800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x06c745e8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 765.587 Thread 0x79209800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x06c747d8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 765.607 Thread 0x79209800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x06c749c8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 765.607 Thread 0x79209800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x06c74bb8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 765.627 Thread 0x79209800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x06c74da8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 765.656 Thread 0x79209800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x06c74f98) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 765.656 Thread 0x79209800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x06c75188) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 765.657 Thread 0x79209800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x06c75378) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 765.662 Thread 0x79209800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x06c75568) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Event: 765.662 Thread 0x79209800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x06c75778) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Events (10 events):
Event: 765.177 Executing VM operation: RevokeBias
Event: 765.177 Executing VM operation: RevokeBias done
Event: 765.177 loading class com/google/common/cache/RemovalCause$3
Event: 765.177 loading class com/google/common/cache/RemovalCause$3 done
Event: 765.179 loading class com/google/common/cache/RemovalCause$4
Event: 765.179 loading class com/google/common/cache/RemovalCause$4 done
Event: 765.180 loading class com/google/common/cache/RemovalCause$5
Event: 765.180 loading class com/google/common/cache/RemovalCause$5 done
Event: 765.263 Thread 0x7920b000 DEOPT PACKING pc=0x01d62639 sp=0x57cff000
Event: 765.263 Thread 0x7920b000 DEOPT UNPACKING pc=0x0198c35b sp=0x57cfeebc mode 3
Dynamic libraries:
0x00a40000 - 0x00a73000 C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe
0x774e0000 - 0x77621000 C:\Windows\SYSTEM32\ntdll.dll
0x765b0000 - 0x76684000 C:\Windows\system32\kernel32.dll
0x756c0000 - 0x7570b000 C:\Windows\system32\KERNELBASE.dll
0x76690000 - 0x76731000 C:\Windows\system32\ADVAPI32.dll
0x76500000 - 0x765ac000 C:\Windows\system32\msvcrt.dll
0x75960000 - 0x75979000 C:\Windows\SYSTEM32\sechost.dll
0x758b0000 - 0x75952000 C:\Windows\system32\RPCRT4.dll
0x77660000 - 0x77729000 C:\Windows\system32\USER32.dll
0x75800000 - 0x7584e000 C:\Windows\system32\GDI32.dll
0x757f0000 - 0x757fa000 C:\Windows\system32\LPK.dll
0x75980000 - 0x75a1d000 C:\Windows\system32\USP10.dll
0x742f0000 - 0x7448e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d\COMCTL32.dll
0x75850000 - 0x758a7000 C:\Windows\system32\SHLWAPI.dll
0x77630000 - 0x7764f000 C:\Windows\system32\IMM32.DLL
0x75de0000 - 0x75eac000 C:\Windows\system32\MSCTF.dll
0x71960000 - 0x71a1f000 C:\Program Files\Java\jre1.8.0_45\bin\msvcr100.dll
0x63c50000 - 0x64010000 C:\Program Files\Java\jre1.8.0_45\bin\client\jvm.dll
0x70c60000 - 0x70c67000 C:\Windows\system32\WSOCK32.dll
0x75ba0000 - 0x75bd5000 C:\Windows\system32\WS2_32.dll
0x75b90000 - 0x75b96000 C:\Windows\system32\NSI.dll
0x72cc0000 - 0x72cf2000 C:\Windows\system32\WINMM.dll
0x74970000 - 0x74979000 C:\Windows\system32\VERSION.dll
0x75b80000 - 0x75b85000 C:\Windows\system32\PSAPI.DLL
0x727d0000 - 0x727dc000 C:\Program Files\Java\jre1.8.0_45\bin\verify.dll
0x71930000 - 0x71951000 C:\Program Files\Java\jre1.8.0_45\bin\java.dll
0x71910000 - 0x71923000 C:\Program Files\Java\jre1.8.0_45\bin\zip.dll
0x76890000 - 0x774db000 C:\Windows\system32\SHELL32.dll
0x75a20000 - 0x75b7c000 C:\Windows\system32\ole32.dll
0x754d0000 - 0x754db000 C:\Windows\system32\profapi.dll
0x71f90000 - 0x71f9a000 C:\Program Files\Java\jre1.8.0_45\bin\management.dll
0x71890000 - 0x718a5000 C:\Program Files\Java\jre1.8.0_45\bin\net.dll
0x74e90000 - 0x74ecc000 C:\Windows\system32\mswsock.dll
0x74e80000 - 0x74e86000 C:\Windows\System32\wship6.dll
0x72140000 - 0x7214f000 C:\Program Files\Java\jre1.8.0_45\bin\nio.dll
0x72b00000 - 0x72b10000 C:\Windows\system32\NLAapi.dll
0x6b6f0000 - 0x6b700000 C:\Windows\system32\napinsp.dll
0x6b6d0000 - 0x6b6e2000 C:\Windows\system32\pnrpnsp.dll
0x74d50000 - 0x74d94000 C:\Windows\system32\DNSAPI.dll
0x6b6c0000 - 0x6b6c8000 C:\Windows\System32\winrnr.dll
0x6cef0000 - 0x6cf11000 C:\Program Files\Bonjour\mdnsNSP.dll
0x72a20000 - 0x72a3c000 C:\Windows\system32\Iphlpapi.DLL
0x72a10000 - 0x72a17000 C:\Windows\system32\WINNSI.DLL
0x74a00000 - 0x74a05000 C:\Windows\System32\wshtcpip.dll
0x6cee0000 - 0x6cee6000 C:\Windows\system32\rasadhlp.dll
0x728d0000 - 0x72908000 C:\Windows\System32\fwpuclnt.dll
0x63b00000 - 0x63c45000 C:\Program Files\Java\jre1.8.0_45\bin\awt.dll
0x76470000 - 0x764ff000 C:\Windows\system32\OLEAUT32.dll
0x74170000 - 0x741b0000 C:\Windows\system32\uxtheme.dll
0x73e40000 - 0x73e53000 C:\Windows\system32\dwmapi.dll
0x753b0000 - 0x753bc000 C:\Windows\system32\CRYPTBASE.dll
0x718b0000 - 0x718e9000 C:\Program Files\Java\jre1.8.0_45\bin\fontmanager.dll
0x717c0000 - 0x717f0000 C:\Program Files\Java\jre1.8.0_45\bin\t2k.dll
0x71620000 - 0x71632000 C:\Program Files\Java\jre1.8.0_45\bin\unpack.dll
0x72960000 - 0x7296d000 C:\Windows\system32\dhcpcsvc6.DLL
0x72940000 - 0x72952000 C:\Windows\system32\dhcpcsvc.DLL
0x477e0000 - 0x4782d000 C:\Users\PC1\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1481-1.7.10\1.7.10-Forge10.13.4.1481-1.7.10-natives-843587940777\lwjgl.dll
0x68fd0000 - 0x69098000 C:\Windows\system32\OPENGL32.dll
0x710c0000 - 0x710e2000 C:\Windows\system32\GLU32.dll
0x68ee0000 - 0x68fc7000 C:\Windows\system32\DDRAW.dll
0x715f0000 - 0x715f6000 C:\Windows\system32\DCIMAN32.dll
0x75be0000 - 0x75d7d000 C:\Windows\system32\SETUPAPI.dll
0x75680000 - 0x756a7000 C:\Windows\system32\CFGMGR32.dll
0x75720000 - 0x75732000 C:\Windows\system32\DEVOBJ.dll
0x74ed0000 - 0x74ee7000 C:\Windows\system32\CRYPTSP.dll
0x74c70000 - 0x74cab000 C:\Windows\system32\rsaenh.dll
0x75650000 - 0x75667000 C:\Windows\system32\USERENV.dll
0x45e90000 - 0x46282000 C:\Windows\system32\ig4icd32.dll
0x48100000 - 0x4839a000 C:\Windows\system32\ig4dev32.dll
0x75eb0000 - 0x75f33000 C:\Windows\system32\CLBCatQ.DLL
0x713f0000 - 0x71469000 C:\Windows\system32\mscms.dll
0x71080000 - 0x710b8000 C:\Windows\system32\icm32.dll
0x70a40000 - 0x70a7a000 C:\Users\PC1\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1481-1.7.10\1.7.10-Forge10.13.4.1481-1.7.10-natives-843587940777\avutil-ttv-51.dll
0x65980000 - 0x6599d000 C:\Users\PC1\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1481-1.7.10\1.7.10-Forge10.13.4.1481-1.7.10-natives-843587940777\swresample-ttv-0.dll
0x6eb80000 - 0x6ec09000 C:\Users\PC1\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1481-1.7.10\1.7.10-Forge10.13.4.1481-1.7.10-natives-843587940777\libmp3lame-ttv.dll
0x5bd90000 - 0x5cd10000 C:\Users\PC1\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1481-1.7.10\1.7.10-Forge10.13.4.1481-1.7.10-natives-843587940777\libmfxsw32.dll
0x68dd0000 - 0x68ed3000 C:\Users\PC1\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1481-1.7.10\1.7.10-Forge10.13.4.1481-1.7.10-natives-843587940777\twitchsdk.dll
0x75f40000 - 0x76124000 C:\Windows\system32\WININET.dll
0x756b0000 - 0x756b4000 C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
0x757e0000 - 0x757e4000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x75710000 - 0x75714000 C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
0x75510000 - 0x75513000 C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x77650000 - 0x77653000 C:\Windows\system32\normaliz.DLL
0x76230000 - 0x76462000 C:\Windows\system32\iertutil.dll
0x75670000 - 0x75675000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x71720000 - 0x71740000 C:\Program Files\Java\jre1.8.0_45\bin\sunec.dll
0x47af0000 - 0x47b55000 C:\Users\PC1\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1481-1.7.10\1.7.10-Forge10.13.4.1481-1.7.10-natives-843587940777\OpenAL32.dll
0x73e60000 - 0x73e99000 C:\Windows\System32\MMDevApi.dll
0x741b0000 - 0x742a5000 C:\Windows\System32\PROPSYS.dll
0x73970000 - 0x739e2000 C:\Windows\system32\dsound.dll
0x72d20000 - 0x72d45000 C:\Windows\system32\POWRPROF.dll
0x72c40000 - 0x72c76000 C:\Windows\system32\AUDIOSES.DLL
0x43d50000 - 0x43d63000 C:\Users\PC1\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1481-1.7.10\1.7.10-Forge10.13.4.1481-1.7.10-natives-843587940777\jinput-dx8.dll
0x71050000 - 0x71080000 C:\Windows\system32\DINPUT8.dll
0x73ea0000 - 0x73ea9000 C:\Windows\system32\HID.DLL
0x754e0000 - 0x7550f000 C:\Windows\system32\WINTRUST.dll
0x75520000 - 0x75641000 C:\Windows\system32\CRYPT32.dll
0x754c0000 - 0x754cc000 C:\Windows\system32\MSASN1.dll
0x73c40000 - 0x73c61000 C:\Windows\system32\ntmarta.dll
0x761b0000 - 0x761f5000 C:\Windows\system32\WLDAP32.dll
0x43da0000 - 0x43db7000 C:\Windows\USB Vibration\dr100&110\807EZFRD32.dll
0x68da0000 - 0x68dc5000 C:\Windows\system32\DINPUT.dll
0x44ef0000 - 0x44f02000 C:\Users\PC1\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1481-1.7.10\1.7.10-Forge10.13.4.1481-1.7.10-natives-843587940777\jinput-raw.dll
0x68d10000 - 0x68d9e000 C:\Program Files\Java\jre1.8.0_45\bin\mlib_image.dll
0x483a0000 - 0x4848b000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=49384 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx990M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\PC1\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1481-1.7.10\1.7.10-Forge10.13.4.1481-1.7.10-natives-843587940777
java_command: net.minecraft.launchwrapper.Launch --username jochuan --version 1.7.10-Forge10.13.4.1481-1.7.10 --gameDir C:\Users\PC1\AppData\Roaming\.minecraft --assetsDir C:\Users\PC1\AppData\Roaming\.minecraft\assets --assetIndex 1.7.10 --uuid 28f413a3d18f47c3b2beb2d0158e5b94 --accessToken 0ba41e94c42143ef9ff99604368a53ba --userProperties {twitch_access_token:[]} --userType legacy --tweakClass cpw.mods.fml.common.launcher.FMLTweaker
java_class_path (initial): C:\Users\PC1\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.4.1481-1.7.10\forge-1.7.10-10.13.4.1481-1.7.10.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\PC1\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\D3DGear;C:\Program Files\Skype\Phone\;C:\Program Files\Java\jre1.8.0_45\bin
USERNAME=PC1
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 Build 7601 (6.1.7601.18847)
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc
Memory: 4k page, physical 2088504k(362188k free), swap 4177008k(1697840k free)
vm_info: Java HotSpot(TM) Client VM (25.45-b02) for windows-x86 JRE (1.8.0_45-b14), built on Apr 10 2015 10:46:40 by "java_re" with MS VC++ 10.0 (VS2010)
time: Tue Jun 30 21:55:50 2015
elapsed time: 767 seconds (0d 0h 12m 47s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment