Quand je clique sur “run” le jeu crash :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001b561066, pid=11272, tid=0x0000000000001d04
#
# JRE version: Java(TM) SE Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.121-b13 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.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 (0x000000001c3c9800): JavaThread "Thread-8" [_thread_in_native, id=7428, stack(0x000000002d000000,0x000000002d100000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000355ab004
Registers:
RAX=0x0000000000020003, RBX=0x0000000022b30090, RCX=0x00000000355ab008, RDX=0x00000000355ab004
RSP=0x000000002d0ff2a0, RBP=0x00000000000000ff, RSI=0x00000000355a555c, RDI=0x0000000000000000
R8 =0x00000000000016aa, R9 =0x00000000355a555c, R10=0x0000000002667f48, R11=0x0000000061e9b820
R12=0x0000000000000001, R13=0x000000002bd4dc30, R14=0x000000002d0ff438, R15=0x000000001c3c9800
RIP=0x000000001b561066, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x000000002d0ff2a0)
0x000000002d0ff2a0: 0000000000000000 0000000061d3d45b
0x000000002d0ff2b0: 000000001c3c9800 000000001c3c9800
0x000000002d0ff2c0: 000000002bd4dc30 0000000000000000
0x000000002d0ff2d0: 000000001c3c9800 00000000355a4220
0x000000002d0ff2e0: 000000002bd4dc30 000000002d0ff438
0x000000002d0ff2f0: 000000001c8276d0 0000000061d2b616
0x000000002d0ff300: 000000002d0ffaa8 000000001aec1ef0
0x000000002d0ff310: 000000001c3c9800 000000002d0ff438
0x000000002d0ff320: 000000002bd4dc30 0000000000000000
0x000000002d0ff330: 00000000355a555c 00000000d4cc7c30
0x000000002d0ff340: 000000002d0ff400 000000001b56248f
0x000000002d0ff350: 0000000022b30090 0000000022b30090
0x000000002d0ff360: 000000000000ac44 0000000000020003
0x000000002d0ff370: 0000000000000010 0000000002667f74
0x000000002d0ff380: 000000002bd4dc30 0000000002667cdd
0x000000002d0ff390: 000000001c3c9800 000000002bd4dc30
Instructions: (pc=0x000000001b561066)
0x000000001b561046: 41 2b ec 81 3a 03 00 02 00 75 09 8b 01 89 84 24
0x000000001b561056: c8 00 00 00 49 83 c0 02 48 83 c1 08 4a 8d 14 86
0x000000001b561066: 39 3a 75 af 4c 8d 84 24 c0 00 00 00 48 8d 15 d7
0x000000001b561076: 2b 03 00 33 c9 e8 58 5f 00 00 b8 40 1f 00 00 4c
Register to memory mapping:
RAX=0x0000000000020003 is an unknown value
RBX=0x0000000022b30090 is an unknown value
RCX=0x00000000355ab008 is an unknown value
RDX=0x00000000355ab004 is an unknown value
RSP=0x000000002d0ff2a0 is pointing into the stack for thread: 0x000000001c3c9800
RBP=0x00000000000000ff is an unknown value
RSI=0x00000000355a555c is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x00000000000016aa is an unknown value
R9 =0x00000000355a555c is an unknown value
R10=0x0000000002667f48 is at code_begin+840 in an Interpreter codelet
method entry point (kind = native) [0x0000000002667c00, 0x0000000002668560] 2400 bytes
R11=0x0000000061e9b820 is an unknown value
R12=0x0000000000000001 is an unknown value
R13={method} {0x000000002bd4dc38} 'nalcCreateContext' '(JJ)J' in 'org/lwjgl/openal/ALC10'
R14=0x000000002d0ff438 is pointing into the stack for thread: 0x000000001c3c9800
R15=0x000000001c3c9800 is a thread
Stack: [0x000000002d000000,0x000000002d100000], sp=0x000000002d0ff2a0, free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [OpenAL64.dll+0x11066]
C [OpenAL64.dll+0x1248f]
C 0x0000000002667f74
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 )
0x000000001c3cb000 JavaThread "Thread-9" [_thread_blocked, id=5320, stack(0x000000003a730000,0x000000003a830000)]
=>0x000000001c3c9800 JavaThread "Thread-8" [_thread_in_native, id=7428, stack(0x000000002d000000,0x000000002d100000)]
0x0000000029ae4800 JavaThread "Sound Library Loader" [_thread_blocked, id=1752, stack(0x000000002be60000,0x000000002bf60000)]
0x0000000026c68800 JavaThread "Forge Version Check" [_thread_in_native, id=10924, stack(0x0000000024360000,0x0000000024460000)]
0x0000000018335000 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=1520, stack(0x0000000024160000,0x0000000024260000)]
0x0000000017d7a800 JavaThread "Thread-6" [_thread_in_native, id=2920, stack(0x0000000022e10000,0x0000000022f10000)]
0x000000001b316000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4416, stack(0x000000001cf90000,0x000000001d090000)]
0x000000001865f000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6032, stack(0x000000001a130000,0x000000001a230000)]
0x000000001b0b7800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=7440, stack(0x000000001a030000,0x000000001a130000)]
0x00000000162ab000 JavaThread "Service Thread" daemon [_thread_blocked, id=3028, stack(0x0000000016df0000,0x0000000016ef0000)]
0x000000001621a800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=10800, stack(0x0000000016cf0000,0x0000000016df0000)]
0x0000000016219800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=1716, stack(0x0000000016bf0000,0x0000000016cf0000)]
0x0000000016218000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=10388, stack(0x0000000016af0000,0x0000000016bf0000)]
0x0000000016214800 JavaThread "Attach Listener" daemon [_thread_blocked, id=8460, stack(0x00000000169f0000,0x0000000016af0000)]
0x00000000157dd800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5704, stack(0x00000000168f0000,0x00000000169f0000)]
0x00000000157dc000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=9692, stack(0x00000000167f0000,0x00000000168f0000)]
0x00000000157d6000 JavaThread "Finalizer" daemon [_thread_blocked, id=1004, stack(0x00000000165e0000,0x00000000166e0000)]
0x00000000157cf000 JavaThread "Reference Handler" daemon [_thread_blocked, id=10452, stack(0x00000000160e0000,0x00000000161e0000)]
0x0000000002556800 JavaThread "Client thread" [_thread_in_native, id=7328, stack(0x0000000002360000,0x0000000002460000)]
Other Threads:
0x00000000157c4000 VMThread [stack: 0x0000000015fe0000,0x00000000160e0000] [id=10668]
0x00000000162cb800 WatcherThread [stack: 0x0000000017050000,0x0000000017150000] [id=9300]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
par new generation total 306688K, used 140072K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 38% used [0x00000000c0000000, 0x00000000c678a2e0, 0x00000000d0a40000)
from space 34048K, 100% used [0x00000000d2b80000, 0x00000000d4cc0000, 0x00000000d4cc0000)
to space 34048K, 0% used [0x00000000d0a40000, 0x00000000d0a40000, 0x00000000d2b80000)
concurrent mark-sweep generation total 707840K, used 133754K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 27305K, capacity 27681K, committed 28100K, reserved 1073152K
class space used 3406K, capacity 3511K, committed 3528K, reserved 1048576K
Card table byte_map: [0x0000000011e10000,0x0000000012020000] byte_map_base: 0x0000000011810000
Marking Bits: (CMSBitMap*) 0x00000000025ae828
Bits: [0x00000000125c0000, 0x000000001308d000)
Mod Union Table: (CMSBitMap*) 0x00000000025ae8e8
Bits: [0x00000000022f0000, 0x000000000231b340)
Polling page: 0x0000000000c00000
CodeCache: size=245760Kb used=11513Kb max_used=12306Kb free=234246Kb
bounds [0x0000000002650000, 0x0000000003270000, 0x0000000011650000]
total_blobs=3726 nmethods=3093 adapters=545
compilation: enabled
Compilation events (10 events):
Event: 11.568 Thread 0x000000001621a800 3799 3 java.lang.String::getBytes (14 bytes)
Event: 11.569 Thread 0x000000001621a800 nmethod 3799 0x0000000002ee6a50 code [0x0000000002ee6bc0, 0x0000000002ee6d68]
Event: 11.585 Thread 0x0000000016218000 nmethod 3776 0x0000000003038090 code [0x0000000003038580, 0x000000000303d608]
Event: 11.585 Thread 0x0000000016218000 3788 4 java.io.WinNTFileSystem::resolve (231 bytes)
Event: 11.588 Thread 0x000000001621a800 3801 3 java.nio.DirectIntBufferU::get (16 bytes)
Event: 11.589 Thread 0x000000001621a800 nmethod 3801 0x000000000276e190 code [0x000000000276e300, 0x000000000276e570]
Event: 11.591 Thread 0x0000000016218000 nmethod 3788 0x0000000002e78b10 code [0x0000000002e78c80, 0x0000000002e79318]
Event: 11.591 Thread 0x0000000016218000 3800 ! 4 java.net.URL:: <init>(543 bytes)
Event: 11.597 Thread 0x000000001621a800 3802 3 java.util.LinkedHashMap$LinkedHashIterator:: <init>(31 bytes)
Event: 11.598 Thread 0x000000001621a800 nmethod 3802 0x00000000027b8350 code [0x00000000027b84c0, 0x00000000027b86b0]
GC Heap History (10 events):
Event: 3.276 GC heap before
{Heap before GC invocations=1 (full 2):
par new generation total 306688K, used 272640K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 100% used [0x00000000c0000000, 0x00000000d0a40000, 0x00000000d0a40000)
from space 34048K, 0% used [0x00000000d0a40000, 0x00000000d0a40000, 0x00000000d2b80000)
to space 34048K, 0% used [0x00000000d2b80000, 0x00000000d2b80000, 0x00000000d4cc0000)
concurrent mark-sweep generation total 707840K, used 5367K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 17216K, capacity 17454K, committed 17792K, reserved 1064960K
class space used 2041K, capacity 2121K, committed 2176K, reserved 1048576K
Event: 3.288 GC heap after
Heap after GC invocations=2 (full 2):
par new generation total 306688K, used 22627K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000d0a40000)
from space 34048K, 66% used [0x00000000d2b80000, 0x00000000d4198dd8, 0x00000000d4cc0000)
to space 34048K, 0% used [0x00000000d0a40000, 0x00000000d0a40000, 0x00000000d2b80000)
concurrent mark-sweep generation total 707840K, used 5367K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 17216K, capacity 17454K, committed 17792K, reserved 1064960K
class space used 2041K, capacity 2121K, committed 2176K, reserved 1048576K
}
Event: 4.908 GC heap before
{Heap before GC invocations=2 (full 2):
par new generation total 306688K, used 295267K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 100% used [0x00000000c0000000, 0x00000000d0a40000, 0x00000000d0a40000)
from space 34048K, 66% used [0x00000000d2b80000, 0x00000000d4198dd8, 0x00000000d4cc0000)
to space 34048K, 0% used [0x00000000d0a40000, 0x00000000d0a40000, 0x00000000d2b80000)
concurrent mark-sweep generation total 707840K, used 5367K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 23680K, capacity 23923K, committed 24208K, reserved 1071104K
class space used 2975K, capacity 3052K, committed 3068K, reserved 1048576K
Event: 4.940 GC heap after
Heap after GC invocations=3 (full 2):
par new generation total 306688K, used 15652K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000d0a40000)
from space 34048K, 45% used [0x00000000d0a40000, 0x00000000d1989330, 0x00000000d2b80000)
to space 34048K, 0% used [0x00000000d2b80000, 0x00000000d2b80000, 0x00000000d4cc0000)
concurrent mark-sweep generation total 707840K, used 24946K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 23680K, capacity 23923K, committed 24208K, reserved 1071104K
class space used 2975K, capacity 3052K, committed 3068K, reserved 1048576K
}
Event: 7.219 GC heap before
{Heap before GC invocations=3 (full 2):
par new generation total 306688K, used 288292K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 100% used [0x00000000c0000000, 0x00000000d0a40000, 0x00000000d0a40000)
from space 34048K, 45% used [0x00000000d0a40000, 0x00000000d1989330, 0x00000000d2b80000)
to space 34048K, 0% used [0x00000000d2b80000, 0x00000000d2b80000, 0x00000000d4cc0000)
concurrent mark-sweep generation total 707840K, used 22108K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 24499K, capacity 24755K, committed 25204K, reserved 1071104K
class space used 3068K, capacity 3116K, committed 3144K, reserved 1048576K
Event: 7.250 GC heap after
Heap after GC invocations=4 (full 2):
par new generation total 306688K, used 34048K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000d0a40000)
from space 34048K, 100% used [0x00000000d2b80000, 0x00000000d4cc0000, 0x00000000d4cc0000)
to space 34048K, 0% used [0x00000000d0a40000, 0x00000000d0a40000, 0x00000000d2b80000)
concurrent mark-sweep generation total 707840K, used 44016K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 24499K, capacity 24755K, committed 25204K, reserved 1071104K
class space used 3068K, capacity 3116K, committed 3144K, reserved 1048576K
}
Event: 9.173 GC heap before
{Heap before GC invocations=4 (full 2):
par new generation total 306688K, used 306688K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 100% used [0x00000000c0000000, 0x00000000d0a40000, 0x00000000d0a40000)
from space 34048K, 100% used [0x00000000d2b80000, 0x00000000d4cc0000, 0x00000000d4cc0000)
to space 34048K, 0% used [0x00000000d0a40000, 0x00000000d0a40000, 0x00000000d2b80000)
concurrent mark-sweep generation total 707840K, used 44016K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 24556K, capacity 24755K, committed 25204K, reserved 1071104K
class space used 3068K, capacity 3116K, committed 3144K, reserved 1048576K
Event: 9.232 GC heap after
Heap after GC invocations=5 (full 2):
par new generation total 306688K, used 34047K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000d0a40000)
from space 34048K, 99% used [0x00000000d0a40000, 0x00000000d2b7fff8, 0x00000000d2b80000)
to space 34048K, 0% used [0x00000000d2b80000, 0x00000000d2b80000, 0x00000000d4cc0000)
concurrent mark-sweep generation total 707840K, used 107324K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 24556K, capacity 24755K, committed 25204K, reserved 1071104K
class space used 3068K, capacity 3116K, committed 3144K, reserved 1048576K
}
Event: 10.828 GC heap before
{Heap before GC invocations=5 (full 3):
par new generation total 306688K, used 306687K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 100% used [0x00000000c0000000, 0x00000000d0a40000, 0x00000000d0a40000)
from space 34048K, 99% used [0x00000000d0a40000, 0x00000000d2b7fff8, 0x00000000d2b80000)
to space 34048K, 0% used [0x00000000d2b80000, 0x00000000d2b80000, 0x00000000d4cc0000)
concurrent mark-sweep generation total 707840K, used 107324K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 25469K, capacity 25779K, committed 26180K, reserved 1073152K
class space used 3198K, capacity 3308K, committed 3400K, reserved 1048576K
Event: 10.866 GC heap after
Heap after GC invocations=6 (full 3):
par new generation total 306688K, used 34048K [0x00000000c0000000, 0x00000000d4cc0000, 0x00000000d4cc0000)
eden space 272640K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000d0a40000)
from space 34048K, 100% used [0x00000000d2b80000, 0x00000000d4cc0000, 0x00000000d4cc0000)
to space 34048K, 0% used [0x00000000d0a40000, 0x00000000d0a40000, 0x00000000d2b80000)
concurrent mark-sweep generation total 707840K, used 133754K [0x00000000d4cc0000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 25469K, capacity 25779K, committed 26180K, reserved 1073152K
class space used 3198K, capacity 3308K, committed 3400K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 10.826 Thread 0x0000000002556800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000281e450 method=org.objectweb.asm.ByteVector.putUTF8(Ljava/lang/String;)Lorg/objectweb/asm/ByteVector; @ 91
Event: 11.092 Thread 0x0000000002556800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000029ee99c method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 15
Event: 11.134 Thread 0x0000000002556800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002abc390 method=org.objectweb.asm.MethodWriter.<init>(Lorg/objectweb/asm/ClassWriter;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;ZZ)V @ 180
Event: 11.134 Thread 0x0000000002556800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002d3717c method=org.objectweb.asm.MethodWriter.visitVarInsn(II)V @ 15
Event: 11.134 Thread 0x0000000002556800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002e69330 method=org.objectweb.asm.MethodWriter.visitFieldInsn(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V @ 28
Event: 11.134 Thread 0x0000000002556800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002d3aa14 method=org.objectweb.asm.MethodWriter.visitInsn(I)V @ 24
Event: 11.134 Thread 0x0000000002556800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002e1a180 method=org.objectweb.asm.MethodWriter.visitMaxs(II)V @ 627
Event: 11.204 Thread 0x0000000026c68800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002a532f8 method=java.net.URL.<init>(Ljava/net/URL;Ljava/lang/String;Ljava/net/URLStreamHandler;)V @ 504
Event: 11.212 Thread 0x0000000026c68800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000293e5a0 method=java.net.URI.match(CJJ)Z @ 45
Event: 11.437 Thread 0x0000000026c68800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003238648 method=sun.net.www.MessageHeader.grow()V @ 4
Internal exceptions (10 events):
Event: 11.567 Thread 0x000000001c3c9800 Exception <a 'org="" lwjgl="" lwjglexception'="">(0x00000000c674e4d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11.567 Thread 0x000000001c3c9800 Exception</a> <a 'org="" lwjgl="" lwjglexception'="">(0x00000000c674e9c8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11.567 Thread 0x000000001c3c9800 Exception</a> <a 'org="" lwjgl="" lwjglexception'="">(0x00000000c674ee90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11.567 Thread 0x000000001c3c9800 Exception</a> <a 'org="" lwjgl="" lwjglexception'="">(0x00000000c674f3d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11.567 Thread 0x000000001c3c9800 Exception</a> <a 'org="" lwjgl="" lwjglexception'="">(0x00000000c674f9a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11.567 Thread 0x000000001c3c9800 Exception</a> <a 'org="" lwjgl="" lwjglexception'="">(0x00000000c674ff40) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11.567 Thread 0x000000001c3c9800 Exception</a> <a 'org="" lwjgl="" lwjglexception'="">(0x00000000c67504f0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11.568 Thread 0x000000001c3c9800 Exception</a> <a 'org="" lwjgl="" lwjglexception'="">(0x00000000c6750a90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11.569 Thread 0x000000001c3c9800 Exception</a> <a 'org="" lwjgl="" lwjglexception'="">(0x00000000c6751058) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11.570 Thread 0x000000001c3c9800 Exception</a> <a 'org="" lwjgl="" lwjglexception'="">(0x00000000c6751500) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u121\8372\hotspot\src\share\vm\prims\jni.cpp, line 709]
Events (10 events):
Event: 11.575 loading class org/lwjgl/openal/ALC10
Event: 11.575 loading class org/lwjgl/openal/ALC10 done
Event: 11.585 loading class org/lwjgl/openal/ALCdevice
Event: 11.585 loading class org/lwjgl/openal/ALCdevice done
Event: 11.586 loading class org/lwjgl/openal/ALCcontext
Event: 11.586 loading class org/lwjgl/openal/ALCcontext done
Event: 11.586 loading class org/lwjgl/openal/Util
Event: 11.586 loading class org/lwjgl/openal/Util done
Event: 11.587 loading class org/lwjgl/openal/OpenALException
Event: 11.587 loading class org/lwjgl/openal/OpenALException done
Dynamic libraries:
0x00007ff707f20000 - 0x00007ff707f57000 C:\Program Files\Java\jre1.8.0_121\bin\javaw.exe
0x00007ffc6b790000 - 0x00007ffc6b961000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffc6b290000 - 0x00007ffc6b33b000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffc68510000 - 0x00007ffc6872d000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffc69170000 - 0x00007ffc69212000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffc69720000 - 0x00007ffc697be000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffc69ae0000 - 0x00007ffc69b39000 C:\WINDOWS\System32\sechost.dll
0x00007ffc68d20000 - 0x00007ffc68e41000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffc6b620000 - 0x00007ffc6b785000 C:\WINDOWS\System32\USER32.dll
0x00007ffc68730000 - 0x00007ffc6874e000 C:\WINDOWS\System32\win32u.dll
0x00007ffc69a00000 - 0x00007ffc69a34000 C:\WINDOWS\System32\GDI32.dll
0x00007ffc689d0000 - 0x00007ffc68b52000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffc58fe0000 - 0x00007ffc5925a000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.953_none_42151e83c686086b\COMCTL32.dll
0x00007ffc6b350000 - 0x00007ffc6b618000 C:\WINDOWS\System32\combase.dll
0x00007ffc67ce0000 - 0x00007ffc67dd5000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffc68cb0000 - 0x00007ffc68d1a000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffc697c0000 - 0x00007ffc697ee000 C:\WINDOWS\System32\IMM32.DLL
0x0000000061950000 - 0x0000000061a22000 C:\Program Files\Java\jre1.8.0_121\bin\msvcr100.dll
0x0000000061c70000 - 0x000000006250b000 C:\Program Files\Java\jre1.8.0_121\bin\server\jvm.dll
0x00007ffc6b340000 - 0x00007ffc6b348000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffc65d40000 - 0x00007ffc65d63000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffc65d30000 - 0x00007ffc65d39000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffc5aff0000 - 0x00007ffc5affa000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffc65d00000 - 0x00007ffc65d2b000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00007ffc69850000 - 0x00007ffc698ba000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffc67de0000 - 0x00007ffc67e22000 C:\WINDOWS\System32\cfgmgr32.dll
0x0000000061b80000 - 0x0000000061b8f000 C:\Program Files\Java\jre1.8.0_121\bin\verify.dll
0x0000000061b50000 - 0x0000000061b79000 C:\Program Files\Java\jre1.8.0_121\bin\java.dll
0x0000000061b30000 - 0x0000000061b46000 C:\Program Files\Java\jre1.8.0_121\bin\zip.dll
0x00007ffc69ca0000 - 0x00007ffc6b1a9000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffc67e30000 - 0x00007ffc6850a000 C:\WINDOWS\System32\windows.storage.dll
0x00007ffc67c30000 - 0x00007ffc67c7c000 C:\WINDOWS\System32\powrprof.dll
0x00007ffc697f0000 - 0x00007ffc69842000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffc67bf0000 - 0x00007ffc67bff000 C:\WINDOWS\System32\kernel.appcore.dll
0x00007ffc68920000 - 0x00007ffc689c9000 C:\WINDOWS\System32\shcore.dll
0x00007ffc67c00000 - 0x00007ffc67c14000 C:\WINDOWS\System32\profapi.dll
0x0000000061940000 - 0x000000006194d000 C:\Program Files\Java\jre1.8.0_121\bin\management.dll
0x0000000061b10000 - 0x0000000061b2a000 C:\Program Files\Java\jre1.8.0_121\bin\net.dll
0x00007ffc67520000 - 0x00007ffc6757c000 C:\WINDOWS\system32\mswsock.dll
0x0000000061af0000 - 0x0000000061b01000 C:\Program Files\Java\jre1.8.0_121\bin\nio.dll
0x00007ffc57040000 - 0x00007ffc57056000 C:\WINDOWS\system32\napinsp.dll
0x00007ffc57020000 - 0x00007ffc5703a000 C:\WINDOWS\system32\pnrpnsp.dll
0x00007ffc65d70000 - 0x00007ffc65d88000 C:\WINDOWS\system32\NLAapi.dll
0x00007ffc672e0000 - 0x00007ffc67381000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffc6b220000 - 0x00007ffc6b228000 C:\WINDOWS\System32\NSI.dll
0x00007ffc672a0000 - 0x00007ffc672d8000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffc57010000 - 0x00007ffc5701e000 C:\WINDOWS\System32\winrnr.dll
0x00007ffc56ff0000 - 0x00007ffc57005000 C:\WINDOWS\System32\wshbth.dll
0x00007ffc5a080000 - 0x00007ffc5a08a000 C:\Windows\System32\rasadhlp.dll
0x00007ffc62bf0000 - 0x00007ffc62c5a000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffc677d0000 - 0x00007ffc677fb000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x0000000180000000 - 0x0000000180051000 C:\Users\Pierre Briand\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\lwjgl64.dll
0x00007ffc564c0000 - 0x00007ffc565e3000 C:\WINDOWS\SYSTEM32\OPENGL32.dll
0x00007ffc5d860000 - 0x00007ffc5d88d000 C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ffc563c0000 - 0x00007ffc564b7000 C:\WINDOWS\SYSTEM32\DDRAW.dll
0x00007ffc634d0000 - 0x00007ffc634d8000 C:\WINDOWS\SYSTEM32\DCIMAN32.dll
0x00007ffc676c0000 - 0x00007ffc676d7000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffc67120000 - 0x00007ffc67153000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffc673a0000 - 0x00007ffc673bf000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffc676e0000 - 0x00007ffc676eb000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffc62bc0000 - 0x00007ffc62bd6000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffc62ba0000 - 0x00007ffc62bba000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00000000617a0000 - 0x0000000061938000 C:\Program Files\Java\jre1.8.0_121\bin\awt.dll
0x00007ffc69220000 - 0x00007ffc692df000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffc68c10000 - 0x00007ffc68cac000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffc660c0000 - 0x00007ffc6613a000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ffc66370000 - 0x00007ffc66405000 C:\WINDOWS\system32\uxtheme.dll
0x00007ffc69b40000 - 0x00007ffc69c9a000 C:\WINDOWS\System32\MSCTF.dll
0x00007ffc652e0000 - 0x00007ffc65306000 C:\WINDOWS\system32\dwmapi.dll
0x00007ffc36130000 - 0x00007ffc36e7a000 C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_463164d40c3d26ce\ig9icd64.dll
0x00007ffc65770000 - 0x00007ffc65783000 C:\WINDOWS\SYSTEM32\WTSAPI32.dll
0x00007ffc64140000 - 0x00007ffc641d1000 C:\WINDOWS\SYSTEM32\mscms.dll
0x00007ffc615c0000 - 0x00007ffc61602000 C:\WINDOWS\SYSTEM32\icm32.dll
0x00007ffc5c700000 - 0x00007ffc5d85d000 C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_463164d40c3d26ce\igc64.dll
0x0000000070a40000 - 0x0000000070adc000 C:\Users\Pierre Briand\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\avutil-ttv-51.dll
0x0000000065980000 - 0x00000000659d6000 C:\Users\Pierre Briand\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\swresample-ttv-0.dll
0x000000006eb80000 - 0x000000006ec50000 C:\Users\Pierre Briand\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\libmp3lame-ttv.dll
0x00007ffc34d80000 - 0x00007ffc36124000 C:\Users\Pierre Briand\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\libmfxsw64.dll
0x00007ffc5a180000 - 0x00007ffc5a2ab000 C:\Users\Pierre Briand\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\twitchsdk.dll
0x00007ffc698c0000 - 0x00007ffc699f7000 C:\WINDOWS\System32\ole32.dll
0x00007ffc55070000 - 0x00007ffc5533a000 C:\WINDOWS\SYSTEM32\WININET.dll
0x000000001b550000 - 0x000000001b5b4000 C:\Users\Pierre Briand\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\OpenAL64.dll
0x00007ffc69a40000 - 0x00007ffc69adf000 C:\WINDOWS\System32\clbcatq.dll
0x00007ffc63a40000 - 0x00007ffc63ab1000 C:\WINDOWS\System32\MMDevApi.dll
0x00007ffc667b0000 - 0x00007ffc667d8000 C:\WINDOWS\System32\DEVOBJ.dll
0x00007ffc654f0000 - 0x00007ffc65675000 C:\WINDOWS\System32\PROPSYS.dll
0x00007ffc47260000 - 0x00007ffc472fb000 C:\WINDOWS\SYSTEM32\dsound.dll
0x00007ffc476b0000 - 0x00007ffc47744000 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
0x00007ffc64390000 - 0x00007ffc644c6000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffc64990000 - 0x00007ffc64b22000 C:\WINDOWS\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -Xincgc -Xmx1024M -Xms1024M -Dfile.encoding=Cp1252
java_command: GradleStart
java_class_path (initial): D:\BUREAU\FREEZER-regroupement de dossiers\Codage\Mods\Forge 1.7.10\bin;C:\Users\Pierre Briand\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.4.1614-1.7.10\forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\1.3.9\40719ea6961c0cb6afaeb6a921eaa1f6afd4cfdf\jsr305-1.3.9.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.0.3\f9e364ae2a66ce2a543012a4668856e84e5dab74\asm-debug-all-5.0.3.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar;C:\Users\Pierre Briand\.gradle\caches\modules-2\files-2.1\org.scala-lang
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_121
CLASSPATH=.;
PATH=C:/Program Files/Java/jre1.8.0_121/bin/server;C:/Program Files/Java/jre1.8.0_121/bin;C:/Program Files/Java/jre1.8.0_121/lib/amd64;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;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 (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone;C:\Program Files\Java\jdk1.8.0_111\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Java\jdk1.8.0_121\bin;D:\BUREAU;
USERNAME=Pierre Briand
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel
–------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.0)
CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 94 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx
Memory: 4k page, physical 6185064k(2183204k free), swap 7495784k(2309616k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.121-b13) for windows-amd64 JRE (1.8.0_121-b13), built on Dec 12 2016 18:21:36 by "java_re" with MS VC++ 10.0 (VS2010)
time: Sat Mar 25 17:30:50 2017
elapsed time: 11 seconds (0d 0h 0m 11s)
```</a></init></init></init></init>