Well I dont know what that is, but caused by EquivalentExchange3-1.7.10-0.3.0.532
Timmy94W opened this issue ยท 2 comments
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000841066, pid=6704, tid=1684
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [OpenAL64.dll+0x11066]
#
# 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.sun.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 (0x0000000021ade800): JavaThread "Thread-41" [_thread_in_native, id=1684, stack(0x0000000065530000,0x0000000065630000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x000000002366e004
Registers:
RAX=0x0000000000000004, RBX=0x000000001fee0090, RCX=0x000000002366e008, RDX=0x000000002366e004
RSP=0x000000006562edb0, RBP=0x00000000000000ff, RSI=0x0000000023662afc, RDI=0x0000000000000000
R8 =0x0000000000002d42, R9 =0x0000000023662afc, R10=0x00000000023a3868, R11=0x0000000052782810
R12=0x0000000000000001, R13=0x0000000046d4e740, R14=0x000000006562ef48, R15=0x0000000021ade800
RIP=0x0000000000841066, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x000000006562edb0)
0x000000006562edb0: 000000001d460c68 0000000000000000
0x000000006562edc0: 000000006562edd8 000000006562ee40
0x000000006562edd0: 0000000046d4e740 000000005268ae25
0x000000006562ede0: 0000000021ade800 0000000037c7db60
0x000000006562edf0: 0000000046d4e740 000000006562ef48
0x000000006562ee00: 0000000038a291f0 000000005261ced6
0x000000006562ee10: 000000006562f5b8 000000001dce46d8
0x000000006562ee20: 0000000021ade800 000000006562ef48
0x000000006562ee30: 0000000046d4e740 0000000000000000
0x000000006562ee40: 0000000023662afc 0000000023662afc
0x000000006562ee50: 000000006562ef10 000000000084248f
0x000000006562ee60: 000000001fee0090 000000001fee0090
0x000000006562ee70: 000000000000ac44 0000000000000004
0x000000006562ee80: 00000006d0659878 00000000023a3894
0x000000006562ee90: 0000000046d4e740 00000006c6bf9210
0x000000006562eea0: 000000006562eea0 0000000047081591
Instructions: (pc=0x0000000000841066)
0x0000000000841046: 41 2b ec 81 3a 03 00 02 00 75 09 8b 01 89 84 24
0x0000000000841056: c8 00 00 00 49 83 c0 02 48 83 c1 08 4a 8d 14 86
0x0000000000841066: 39 3a 75 af 4c 8d 84 24 c0 00 00 00 48 8d 15 d7
0x0000000000841076: 2b 03 00 33 c9 e8 58 5f 00 00 b8 40 1f 00 00 4c
Register to memory mapping:
RAX=0x0000000000000004 is an unknown value
RBX=0x000000001fee0090 is an unknown value
RCX=0x000000002366e008 is an unknown value
RDX=0x000000002366e004 is an unknown value
RSP=0x000000006562edb0 is pointing into the stack for thread: 0x0000000021ade800
RBP=0x00000000000000ff is an unknown value
RSI=0x0000000023662afc is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x0000000000002d42 is an unknown value
R9 =0x0000000023662afc is an unknown value
R10=0x00000000023a3868 is at code_begin+840 in an Interpreter codelet
method entry point (kind = native) [0x00000000023a3520, 0x00000000023a3e80] 2400 bytes
R11=0x0000000052782810 is an unknown value
R12=0x0000000000000001 is an unknown value
R13={method} {0x0000000046d4e748} 'nalcCreateContext' '(JJ)J' in 'org/lwjgl/openal/ALC10'
R14=0x000000006562ef48 is pointing into the stack for thread: 0x0000000021ade800
R15=0x0000000021ade800 is a thread
Stack: [0x0000000065530000,0x0000000065630000], sp=0x000000006562edb0, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [OpenAL64.dll+0x11066]
C [OpenAL64.dll+0x1248f]
C 0x00000000023a3894
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.openal.ALC10.nalcCreateContext(JJ)J+0
j org.lwjgl.openal.ALC10.alcCreateContext(Lorg/lwjgl/openal/ALCdevice;Ljava/nio/IntBuffer;)Lorg/lwjgl/openal/ALCcontext;+8
j org.lwjgl.openal.AL.init(Ljava/lang/String;IIZZ)V+69
j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZZ)V+227
j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZ)V+5
j org.lwjgl.openal.AL.create()V+6
j paulscode.sound.libraries.LibraryLWJGLOpenAL.init()V+2
j paulscode.sound.SoundSystem.CommandNewLibrary(Ljava/lang/Class;)V+273
j paulscode.sound.SoundSystem.CommandQueue(Lpaulscode/sound/CommandObject;)Z+1206
j paulscode.sound.CommandThread.run()V+51
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000021adc000 JavaThread "Thread-42" [_thread_blocked, id=10560, stack(0x0000000065630000,0x0000000065730000)]
=>0x0000000021ade800 JavaThread "Thread-41" [_thread_in_native, id=1684, stack(0x0000000065530000,0x0000000065630000)]
0x0000000021adb800 JavaThread "Sound Library Loader" [_thread_blocked, id=824, stack(0x000000004d7c0000,0x000000004d8c0000)]
0x00000000239cd800 JavaThread "PR RoutingThread #3" daemon [_thread_blocked, id=10448, stack(0x000000004a180000,0x000000004a280000)]
0x00000000239d0000 JavaThread "PR RoutingThread #2" daemon [_thread_blocked, id=4952, stack(0x000000004a080000,0x000000004a180000)]
0x00000000239cf000 JavaThread "PR RoutingThread #1" daemon [_thread_blocked, id=10824, stack(0x0000000049f80000,0x000000004a080000)]
0x00000000239ca800 JavaThread "PR RoutingThread #0" daemon [_thread_blocked, id=2780, stack(0x0000000049e80000,0x0000000049f80000)]
0x00000000239ce800 JavaThread "OpenComputers-SoundUpdater" daemon [_thread_blocked, id=12040, stack(0x0000000049580000,0x0000000049680000)]
0x00000000239cb800 JavaThread "Thread-7" [_thread_blocked, id=1508, stack(0x000000002a740000,0x000000002a840000)]
0x000000001b153000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=9024, stack(0x00000000249c0000,0x0000000024ac0000)]
0x0000000022dc9000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6392, stack(0x00000000248c0000,0x00000000249c0000)]
0x000000001b142000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6484, stack(0x000000001d6b0000,0x000000001d7b0000)]
0x000000001b13c000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=288, stack(0x000000001d4b0000,0x000000001d5b0000)]
0x0000000019ed7800 JavaThread "Service Thread" daemon [_thread_blocked, id=7400, stack(0x000000001a880000,0x000000001a980000)]
0x0000000019ecf800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=4208, stack(0x000000001a780000,0x000000001a880000)]
0x0000000019ece000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11224, stack(0x000000001a680000,0x000000001a780000)]
0x0000000019377800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4508, stack(0x000000001a580000,0x000000001a680000)]
0x0000000019376000 JavaThread "Attach Listener" daemon [_thread_blocked, id=1912, stack(0x000000001a480000,0x000000001a580000)]
0x0000000019375000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3020, stack(0x000000001a380000,0x000000001a480000)]
0x0000000019374000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=4460, stack(0x000000001a280000,0x000000001a380000)]
0x000000001933a000 JavaThread "Finalizer" daemon [_thread_blocked, id=5972, stack(0x0000000019d80000,0x0000000019e80000)]
0x0000000019333000 JavaThread "Reference Handler" daemon [_thread_blocked, id=6676, stack(0x0000000019c80000,0x0000000019d80000)]
0x0000000002294000 JavaThread "Client thread" [_thread_in_native, id=10716, stack(0x0000000002190000,0x0000000002290000)]
Other Threads:
0x0000000019329000 VMThread [stack: 0x0000000019b80000,0x0000000019c80000] [id=4052]
0x0000000019edb000 WatcherThread [stack: 0x000000001a980000,0x000000001aa80000] [id=4408]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
par new generation total 235968K, used 156744K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 65% used [0x00000006c0000000, 0x00000006c8686e40, 0x00000006ccce0000)
from space 26176K, 72% used [0x00000006ccce0000, 0x00000006cdf6b270, 0x00000006ce670000)
to space 26176K, 0% used [0x00000006ce670000, 0x00000006ce670000, 0x00000006d0000000)
concurrent mark-sweep generation total 2329716K, used 1700201K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 209035K, capacity 209917K, committed 211688K, reserved 1228800K
class space used 32817K, capacity 33010K, committed 33044K, reserved 1048576K
Card table byte_map: [0x0000000011b50000,0x0000000012360000] byte_map_base: 0x000000000e550000
Marking Bits: (CMSBitMap*) 0x00000000022eec68
Bits: [0x0000000012f30000, 0x0000000016b30000)
Mod Union Table: (CMSBitMap*) 0x00000000022eed28
Bits: [0x0000000016b40000, 0x0000000016c30000)
Polling page: 0x00000000001f0000
CodeCache: size=245760Kb used=47534Kb max_used=47540Kb free=198225Kb
bounds [0x0000000002390000, 0x0000000005260000, 0x0000000011390000]
total_blobs=14222 nmethods=12540 adapters=1592
compilation: enabled
Compilation events (10 events):
Event: 348.790 Thread 0x0000000019ecf800 nmethod 17730 0x0000000005176190 code [0x00000000051762e0, 0x00000000051763f0]
Event: 348.804 Thread 0x0000000019377800 nmethod 17729% 0x0000000005229b90 code [0x0000000005229da0, 0x000000000522a858]
Event: 348.902 Thread 0x0000000019ecf800 17731 ! 3 net.minecraft.client.renderer.texture.TextureMap::func_110571_b (1236 bytes)
Event: 348.917 Thread 0x0000000019ecf800 nmethod 17731 0x000000000523c3d0 code [0x000000000523d3e0, 0x0000000005248378]
Event: 349.059 Thread 0x0000000019ece000 17732 4 cofh.repack.codechicken.lib.vec.Translation::apply (9 bytes)
Event: 349.059 Thread 0x0000000019ecf800 17733 3 cofh.repack.codechicken.lib.vec.Vector3::translation (9 bytes)
Event: 349.060 Thread 0x0000000019ecf800 nmethod 17733 0x0000000004613710 code [0x0000000004613880, 0x0000000004613bb0]
Event: 349.060 Thread 0x0000000019ecf800 17734 3 cofh.repack.codechicken.lib.vec.Transformation::at (48 bytes)
Event: 349.060 Thread 0x0000000019ece000 nmethod 17732 0x00000000051c6850 code [0x00000000051c69a0, 0x00000000051c6a78]
Event: 349.060 Thread 0x0000000019ecf800 nmethod 17734 0x00000000051472d0 code [0x00000000051474e0, 0x00000000051480c8]
GC Heap History (10 events):
Event: 347.317 GC heap before
{Heap before GC invocations=249 (full 26):
par new generation total 235968K, used 231422K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 100% used [0x00000006c0000000, 0x00000006ccce0000, 0x00000006ccce0000)
from space 26176K, 82% used [0x00000006ce670000, 0x00000006cfb8f838, 0x00000006d0000000)
to space 26176K, 0% used [0x00000006ccce0000, 0x00000006ccce0000, 0x00000006ce670000)
concurrent mark-sweep generation total 2329716K, used 1686035K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 208992K, capacity 209853K, committed 211688K, reserved 1228800K
class space used 32813K, capacity 33010K, committed 33044K, reserved 1048576K
Event: 347.335 GC heap after
Heap after GC invocations=250 (full 26):
par new generation total 235968K, used 15000K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006ccce0000)
from space 26176K, 57% used [0x00000006ccce0000, 0x00000006cdb86140, 0x00000006ce670000)
to space 26176K, 0% used [0x00000006ce670000, 0x00000006ce670000, 0x00000006d0000000)
concurrent mark-sweep generation total 2329716K, used 1700201K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 208992K, capacity 209853K, committed 211688K, reserved 1228800K
class space used 32813K, capacity 33010K, committed 33044K, reserved 1048576K
}
Event: 347.456 GC heap before
{Heap before GC invocations=250 (full 26):
par new generation total 235968K, used 224792K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 100% used [0x00000006c0000000, 0x00000006ccce0000, 0x00000006ccce0000)
from space 26176K, 57% used [0x00000006ccce0000, 0x00000006cdb86140, 0x00000006ce670000)
to space 26176K, 0% used [0x00000006ce670000, 0x00000006ce670000, 0x00000006d0000000)
concurrent mark-sweep generation total 2329716K, used 1700201K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 208992K, capacity 209853K, committed 211688K, reserved 1228800K
class space used 32813K, capacity 33010K, committed 33044K, reserved 1048576K
Event: 347.466 GC heap after
Heap after GC invocations=251 (full 26):
par new generation total 235968K, used 3849K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006ccce0000)
from space 26176K, 14% used [0x00000006ce670000, 0x00000006cea32640, 0x00000006d0000000)
to space 26176K, 0% used [0x00000006ccce0000, 0x00000006ccce0000, 0x00000006ce670000)
concurrent mark-sweep generation total 2329716K, used 1700201K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 208992K, capacity 209853K, committed 211688K, reserved 1228800K
class space used 32813K, capacity 33010K, committed 33044K, reserved 1048576K
}
Event: 347.589 GC heap before
{Heap before GC invocations=251 (full 26):
par new generation total 235968K, used 213641K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 100% used [0x00000006c0000000, 0x00000006ccce0000, 0x00000006ccce0000)
from space 26176K, 14% used [0x00000006ce670000, 0x00000006cea32640, 0x00000006d0000000)
to space 26176K, 0% used [0x00000006ccce0000, 0x00000006ccce0000, 0x00000006ce670000)
concurrent mark-sweep generation total 2329716K, used 1700201K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 208992K, capacity 209853K, committed 211688K, reserved 1228800K
class space used 32813K, capacity 33010K, committed 33044K, reserved 1048576K
Event: 347.600 GC heap after
Heap after GC invocations=252 (full 26):
par new generation total 235968K, used 2141K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006ccce0000)
from space 26176K, 8% used [0x00000006ccce0000, 0x00000006ccef75d0, 0x00000006ce670000)
to space 26176K, 0% used [0x00000006ce670000, 0x00000006ce670000, 0x00000006d0000000)
concurrent mark-sweep generation total 2329716K, used 1700201K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 208992K, capacity 209853K, committed 211688K, reserved 1228800K
class space used 32813K, capacity 33010K, committed 33044K, reserved 1048576K
}
Event: 347.727 GC heap before
{Heap before GC invocations=252 (full 26):
par new generation total 235968K, used 211933K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 100% used [0x00000006c0000000, 0x00000006ccce0000, 0x00000006ccce0000)
from space 26176K, 8% used [0x00000006ccce0000, 0x00000006ccef75d0, 0x00000006ce670000)
to space 26176K, 0% used [0x00000006ce670000, 0x00000006ce670000, 0x00000006d0000000)
concurrent mark-sweep generation total 2329716K, used 1700201K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 208992K, capacity 209853K, committed 211688K, reserved 1228800K
class space used 32813K, capacity 33010K, committed 33044K, reserved 1048576K
Event: 347.738 GC heap after
Heap after GC invocations=253 (full 26):
par new generation total 235968K, used 2965K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006ccce0000)
from space 26176K, 11% used [0x00000006ce670000, 0x00000006ce955400, 0x00000006d0000000)
to space 26176K, 0% used [0x00000006ccce0000, 0x00000006ccce0000, 0x00000006ce670000)
concurrent mark-sweep generation total 2329716K, used 1700201K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 208992K, capacity 209853K, committed 211688K, reserved 1228800K
class space used 32813K, capacity 33010K, committed 33044K, reserved 1048576K
}
Event: 348.838 GC heap before
{Heap before GC invocations=253 (full 26):
par new generation total 235968K, used 212757K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 100% used [0x00000006c0000000, 0x00000006ccce0000, 0x00000006ccce0000)
from space 26176K, 11% used [0x00000006ce670000, 0x00000006ce955400, 0x00000006d0000000)
to space 26176K, 0% used [0x00000006ccce0000, 0x00000006ccce0000, 0x00000006ce670000)
concurrent mark-sweep generation total 2329716K, used 1700201K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 209032K, capacity 209917K, committed 211688K, reserved 1228800K
class space used 32817K, capacity 33010K, committed 33044K, reserved 1048576K
Event: 348.861 GC heap after
Heap after GC invocations=254 (full 26):
par new generation total 235968K, used 18988K [0x00000006c0000000, 0x00000006d0000000, 0x00000006d0000000)
eden space 209792K, 0% used [0x00000006c0000000, 0x00000006c0000000, 0x00000006ccce0000)
from space 26176K, 72% used [0x00000006ccce0000, 0x00000006cdf6b270, 0x00000006ce670000)
to space 26176K, 0% used [0x00000006ce670000, 0x00000006ce670000, 0x00000006d0000000)
concurrent mark-sweep generation total 2329716K, used 1700201K [0x00000006d0000000, 0x000000075e31d000, 0x00000007c0000000)
Metaspace used 209032K, capacity 209917K, committed 211688K, reserved 1228800K
class space used 32817K, capacity 33010K, committed 33044K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 295.210 Thread 0x0000000002294000 Uncommon trap: reason=unloaded action=reinterpret pc=0x0000000003aa140c method=net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147964_a([Ljava/awt/image/BufferedImage;Lnet/minecraft/client/resources/data/AnimationMetadataSection;Z)V @ 367
Event: 296.186 Thread 0x0000000002294000 Uncommon trap: reason=intrinsic action=make_not_entrant pc=0x000000000492b178 method=fastcraft.a.g.a(IIIII)I @ 82
Event: 309.676 Thread 0x0000000002294000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000004bbc2f8 method=scala.collection.mutable.ArrayBuilder$ofRef.$plus$eq(Ljava/lang/Object;)Lscala/collection/mutable/ArrayBuilder$ofRef; @ 19
Event: 309.677 Thread 0x0000000002294000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000004bbc2f8 method=scala.collection.mutable.ArrayBuilder$ofRef.$plus$eq(Ljava/lang/Object;)Lscala/collection/mutable/ArrayBuilder$ofRef; @ 19
Event: 309.677 Thread 0x0000000002294000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000004bbc2f8 method=scala.collection.mutable.ArrayBuilder$ofRef.$plus$eq(Ljava/lang/Object;)Lscala/collection/mutable/ArrayBuilder$ofRef; @ 19
Event: 309.677 Thread 0x0000000002294000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000004bbc2f8 method=scala.collection.mutable.ArrayBuilder$ofRef.$plus$eq(Ljava/lang/Object;)Lscala/collection/mutable/ArrayBuilder$ofRef; @ 19
Event: 312.394 Thread 0x0000000002294000 Uncommon trap: reason=range_check action=make_not_entrant pc=0x0000000004ceb458 method=sun.awt.image.ByteInterleavedRaster.getPixels(IIII[I)[I @ 219
Event: 347.751 Thread 0x0000000002294000 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000046218fc method=net.minecraft.client.renderer.texture.TextureMap.func_110571_b(Lnet/minecraft/client/resources/IResourceManager;)V @ 708
Event: 348.631 Thread 0x0000000002294000 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000005233024 method=net.minecraft.client.renderer.texture.TextureMap.func_110571_b(Lnet/minecraft/client/resources/IResourceManager;)V @ 708
Event: 349.270 Thread 0x0000000002294000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000457f258 method=com.google.gson.internal.$Gson$Types.canonicalize(Ljava/lang/reflect/Type;)Ljava/lang/reflect/Type; @ 58
Internal exceptions (10 events):
Event: 349.469 Thread 0x0000000021ade800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006c6be7598) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 3141]
Event: 349.469 Thread 0x0000000021ade800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6becb78) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 349.469 Thread 0x0000000021ade800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6bedeb0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 349.469 Thread 0x0000000021ade800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6bef340) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 349.469 Thread 0x0000000021ade800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6bf09d8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 349.469 Thread 0x0000000021ade800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6bf1d10) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 349.469 Thread 0x0000000021ade800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6bf31a0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 349.470 Thread 0x0000000021ade800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6bf4fe8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 349.470 Thread 0x0000000021ade800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6bf6320) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 349.470 Thread 0x0000000021ade800 Exception <a 'java/security/PrivilegedActionException'> (0x00000006c6bf77b0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Events (10 events):
Event: 349.264 Executing VM operation: RevokeBias
Event: 349.265 Executing VM operation: RevokeBias done
Event: 349.267 Thread 0x0000000021adb800 Thread added: 0x0000000021adb800
Event: 349.268 Thread 0x0000000021ade800 Thread added: 0x0000000021ade800
Event: 349.270 Thread 0x0000000002294000 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000000000457f258
Event: 349.270 Thread 0x0000000002294000 DEOPT PACKING pc=0x000000000457f258 sp=0x000000000228e120
Event: 349.270 Thread 0x0000000002294000 DEOPT UNPACKING pc=0x00000000023d556a sp=0x000000000228e128 mode 2
Event: 349.469 Executing VM operation: RevokeBias
Event: 349.469 Executing VM operation: RevokeBias done
Event: 349.469 Thread 0x0000000021adc000 Thread added: 0x0000000021adc000
Dynamic libraries:
0x00007ff6b1210000 - 0x00007ff6b1244000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\javaw.exe
0x00007ff89b950000 - 0x00007ff89bb11000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ff89b340000 - 0x00007ff89b3ed000 C:\Windows\system32\KERNEL32.DLL
0x00007ff898920000 - 0x00007ff898b08000 C:\Windows\system32\KERNELBASE.dll
0x00007ff89b740000 - 0x00007ff89b7e7000 C:\Windows\system32\ADVAPI32.dll
0x00007ff898d50000 - 0x00007ff898ded000 C:\Windows\system32\msvcrt.dll
0x00007ff898df0000 - 0x00007ff898e4b000 C:\Windows\system32\sechost.dll
0x00007ff899640000 - 0x00007ff89975c000 C:\Windows\system32\RPCRT4.dll
0x00007ff89b7f0000 - 0x00007ff89b946000 C:\Windows\system32\USER32.dll
0x00007ff898e50000 - 0x00007ff898fd6000 C:\Windows\system32\GDI32.dll
0x00007ff894e20000 - 0x00007ff895094000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10586.0_none_8c15ae12515e1c22\COMCTL32.dll
0x00007ff89b4c0000 - 0x00007ff89b73d000 C:\Windows\system32\combase.dll
0x00007ff898ce0000 - 0x00007ff898d4a000 C:\Windows\system32\bcryptPrimitives.dll
0x00007ff899da0000 - 0x00007ff899ddb000 C:\Windows\system32\IMM32.DLL
0x0000000052dd0000 - 0x0000000052ea2000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\msvcr100.dll
0x0000000052570000 - 0x0000000052dca000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\server\jvm.dll
0x00007ff899140000 - 0x00007ff899148000 C:\Windows\system32\PSAPI.DLL
0x00007ff893120000 - 0x00007ff893129000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ff895ee0000 - 0x00007ff895f03000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ff8990a0000 - 0x00007ff89910b000 C:\Windows\system32\WS2_32.dll
0x0000000002030000 - 0x000000000205c000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ff8981f0000 - 0x00007ff898233000 C:\Windows\system32\cfgmgr32.dll
0x0000000052560000 - 0x000000005256f000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\verify.dll
0x0000000052530000 - 0x0000000052558000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\java.dll
0x0000000052510000 - 0x0000000052526000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\zip.dll
0x00007ff899de0000 - 0x00007ff89b33c000 C:\Windows\system32\SHELL32.dll
0x00007ff898240000 - 0x00007ff898884000 C:\Windows\system32\windows.storage.dll
0x00007ff899040000 - 0x00007ff899092000 C:\Windows\system32\shlwapi.dll
0x00007ff897f90000 - 0x00007ff897f9f000 C:\Windows\system32\kernel.appcore.dll
0x00007ff898b10000 - 0x00007ff898bc5000 C:\Windows\system32\shcore.dll
0x00007ff897fb0000 - 0x00007ff897ffb000 C:\Windows\system32\powrprof.dll
0x00007ff897f70000 - 0x00007ff897f84000 C:\Windows\system32\profapi.dll
0x0000000052500000 - 0x000000005250d000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\management.dll
0x00000000524e0000 - 0x00000000524fa000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\net.dll
0x00007ff897840000 - 0x00007ff89789c000 C:\Windows\system32\mswsock.dll
0x00000000524c0000 - 0x00000000524d1000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\nio.dll
0x00007ff88a540000 - 0x00007ff88a556000 C:\Windows\system32\napinsp.dll
0x00007ff88a560000 - 0x00007ff88a57a000 C:\Windows\system32\pnrpnsp.dll
0x00007ff896450000 - 0x00007ff896468000 C:\Windows\system32\NLAapi.dll
0x00007ff8969e0000 - 0x00007ff896a8a000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ff899130000 - 0x00007ff899138000 C:\Windows\system32\NSI.dll
0x00007ff88a6f0000 - 0x00007ff88a6fd000 C:\Windows\System32\winrnr.dll
0x00007ff88a580000 - 0x00007ff88a595000 C:\Windows\System32\wshbth.dll
0x00007ff88cdb0000 - 0x00007ff88cdba000 C:\Windows\System32\rasadhlp.dll
0x00007ff88f7c0000 - 0x00007ff88f7f8000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ff88f190000 - 0x00007ff88f1f7000 C:\Windows\System32\fwpuclnt.dll
0x00007ff897ea0000 - 0x00007ff897ec9000 C:\Windows\SYSTEM32\bcrypt.dll
0x0000000052320000 - 0x00000000524b8000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\awt.dll
0x00007ff899570000 - 0x00007ff899631000 C:\Windows\system32\OLEAUT32.dll
0x00007ff8963c0000 - 0x00007ff896439000 C:\Windows\system32\apphelp.dll
0x00007ff8968f0000 - 0x00007ff896986000 C:\Windows\system32\uxtheme.dll
0x00007ff899b90000 - 0x00007ff899cea000 C:\Windows\system32\MSCTF.dll
0x00007ff894df0000 - 0x00007ff894e12000 C:\Windows\system32\dwmapi.dll
0x00007ff899260000 - 0x00007ff8993a3000 C:\Windows\system32\ole32.dll
0x00000000522d0000 - 0x0000000052317000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\fontmanager.dll
0x00007ff87e160000 - 0x00007ff87e370000 C:\Windows\system32\d3d9.dll
0x00007ff876a40000 - 0x00007ff877af6000 C:\Windows\SYSTEM32\nvd3dumx.dll
0x00007ff8951a0000 - 0x00007ff8951aa000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ff88ff60000 - 0x00007ff8900cc000 C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll
0x00007ff899760000 - 0x00007ff899b89000 C:\Windows\system32\SETUPAPI.dll
0x00007ff894220000 - 0x00007ff894556000 C:\Windows\system32\nvapi64.dll
0x00007ff896990000 - 0x00007ff8969b7000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x00007ff898c80000 - 0x00007ff898cd5000 C:\Windows\system32\WINTRUST.dll
0x00007ff897fa0000 - 0x00007ff897fb0000 C:\Windows\system32\MSASN1.dll
0x00007ff898000000 - 0x00007ff8981c8000 C:\Windows\system32\CRYPT32.dll
0x00007ff893c50000 - 0x00007ff893cf2000 C:\Windows\system32\dxgi.dll
0x0000000052280000 - 0x00000000522c1000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\t2k.dll
0x0000000050d90000 - 0x0000000050da7000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\unpack.dll
0x0000000180000000 - 0x0000000180051000 C:\Users\timwi\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1614-1.7.10\1.7.10-Forge10.13.4.1614-1.7.10-natives-778653508354453\lwjgl64.dll
0x00007ff892660000 - 0x00007ff892789000 C:\Windows\SYSTEM32\OPENGL32.dll
0x00007ff892410000 - 0x00007ff89243e000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ff87e060000 - 0x00007ff87e15a000 C:\Windows\SYSTEM32\DDRAW.dll
0x00007ff8956c0000 - 0x00007ff8956c8000 C:\Windows\SYSTEM32\DCIMAN32.dll
0x00007ff8978f0000 - 0x00007ff897907000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ff897580000 - 0x00007ff8975b4000 C:\Windows\system32\rsaenh.dll
0x00007ff8976d0000 - 0x00007ff8976ef000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ff897a10000 - 0x00007ff897a1b000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ff88f770000 - 0x00007ff88f786000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ff88f6e0000 - 0x00007ff88f6fa000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00000000761b0000 - 0x0000000077ff7000 C:\Windows\SYSTEM32\nvoglv64.DLL
0x00007ff896600000 - 0x00007ff896613000 C:\Windows\SYSTEM32\WTSAPI32.dll
0x00007ff897460000 - 0x00007ff897491000 C:\Windows\SYSTEM32\ntmarta.dll
0x00007ff897e40000 - 0x00007ff897e96000 C:\Windows\SYSTEM32\WINSTA.dll
0x00007ff895100000 - 0x00007ff895191000 C:\Windows\SYSTEM32\mscms.dll
0x00007ff881200000 - 0x00007ff881242000 C:\Windows\SYSTEM32\icm32.dll
0x0000000070a40000 - 0x0000000070adc000 C:\Users\timwi\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1614-1.7.10\1.7.10-Forge10.13.4.1614-1.7.10-natives-778653508354453\avutil-ttv-51.dll
0x0000000065980000 - 0x00000000659d6000 C:\Users\timwi\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1614-1.7.10\1.7.10-Forge10.13.4.1614-1.7.10-natives-778653508354453\swresample-ttv-0.dll
0x000000006eb80000 - 0x000000006ec50000 C:\Users\timwi\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1614-1.7.10\1.7.10-Forge10.13.4.1614-1.7.10-natives-778653508354453\libmp3lame-ttv.dll
0x00007ff875690000 - 0x00007ff876a34000 C:\Users\timwi\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1614-1.7.10\1.7.10-Forge10.13.4.1614-1.7.10-natives-778653508354453\libmfxsw64.dll
0x00007ff8810d0000 - 0x00007ff8811fb000 C:\Users\timwi\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1614-1.7.10\1.7.10-Forge10.13.4.1614-1.7.10-natives-778653508354453\twitchsdk.dll
0x00007ff889bc0000 - 0x00007ff889e69000 C:\Windows\SYSTEM32\WININET.dll
0x0000000050dd0000 - 0x0000000050df4000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\sunec.dll
0x0000000050d50000 - 0x0000000050d90000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\splashscreen.dll
0x00007ff8813a0000 - 0x00007ff881413000 E:\Minecraft\.minecraft\OpenComputersMod-1.5.22+unknown-lua52-native.64.dll
0x00007ff881310000 - 0x00007ff881392000 E:\Minecraft\.minecraft\OpenComputersMod-1.5.22+unknown-lua53-native.64.dll
0x0000000000830000 - 0x0000000000894000 C:\Users\timwi\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1614-1.7.10\1.7.10-Forge10.13.4.1614-1.7.10-natives-778653508354453\OpenAL64.dll
0x00007ff899cf0000 - 0x00007ff899d97000 C:\Windows\system32\clbcatq.dll
0x00007ff88f700000 - 0x00007ff88f770000 C:\Windows\System32\MMDevApi.dll
0x00007ff895730000 - 0x00007ff8958b6000 C:\Windows\System32\PROPSYS.dll
0x00007ff881270000 - 0x00007ff88130c000 C:\Windows\SYSTEM32\dsound.dll
0x00007ff88f540000 - 0x00007ff88f5c8000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ff892260000 - 0x00007ff892396000 C:\Windows\SYSTEM32\wintypes.dll
0x0000000050d10000 - 0x0000000050d41000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\jpeg.dll
0x0000000050cd0000 - 0x0000000050d0c000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\lcms.dll
0x00007ff8834e0000 - 0x00007ff88366c000 C:\Windows\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M -Dos.name=Windows 10 -Dos.version=10.0 -Djava.library.path=C:\Users\timwi\AppData\Roaming\.minecraft\versions\1.7.10-Forge10.13.4.1614-1.7.10\1.7.10-Forge10.13.4.1614-1.7.10-natives-778653508354453
java_command: net.minecraft.launchwrapper.Launch --username Timmy94W --version 1.7.10-Forge10.13.4.1614-1.7.10 --gameDir E:\Minecraft\.minecraft --assetsDir C:\Users\timwi\AppData\Roaming\.minecraft\assets --assetIndex 1.7.10 --uuid 32bdff6c204e46389981582038b4960a --accessToken d9774282315a4be98f10f20ffcd7610a --userProperties {twitch_access_token:[njp0ow1sygazt0j554e44ggsqlehc25]} --userType legacy --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --nativeLauncherVersion 301 --width 1280 --height 720
java_class_path (initial): C:\Users\timwi\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.7.10-10.13.4.1614-1.7.10\forge-1.7.10-10.13.4.1614-1.7.10.jar;C:\Users\timwi\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\timwi\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\timwi\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\timwi\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\timwi\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\timwi\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\timwi\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\timwi\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\timwi\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\timwi\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\timwi\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\timwi\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\timwi\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\timwi\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\timwi\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\timwi\AppData\Roaming\.minecraft\libraries\co
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_79
PATH=C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\;E:\Program Files\Git\cmd;%JAVA_HOME%\bin;%GRADLE_HOME%\bin
USERNAME=timwi
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 4 Stepping 2, AuthenticAMD
--------------- S Y S T E M ---------------
OS: Windows 8.1 , 64 bit Build 9600
CPU:total 4 (4 cores per cpu, 1 threads per core) family 16 model 4 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv
Memory: 4k page, physical 8125676k(2016172k free), swap 13106412k(4603228k free)
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)
time: Wed May 25 23:52:39 2016
elapsed time: 349 seconds (0d 0h 5m 49s)