Résolu Crash lors de la connection à mon serveur local

LavaPower

Développeur et MJ d'Atlas
25 Avril 2014
13
2
64
Bonjour,

J'ai longuement hésité entre le support Minecraft ou le support Serveur, donc, je m'excuse si je me suis trompé de section.

Bref, je développe de petits plugins sous Skript et j'ai donc un serveur local pour les tester. J'ai donc tenté de me connecté à ce serveur mais là, c'est le crash :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x27214a77, pid=7996, tid=6092
#
# JRE version: Java(TM) SE Runtime Environment (8.0_91-b15) (build 1.8.0_91-b15)
# Java VM: Java HotSpot(TM) Client VM (25.91-b15 mixed mode windows-x86 )
# Problematic frame:
# C [ig4icd32.dll+0x104a77]
#
# 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 (0x0138e800): JavaThread "Client thread" [_thread_in_native, id=6092, stack(0x014f0000,0x01540000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x5db41738

Registers:
EAX=0x27b95440, EBX=0x0000000c, ECX=0x27ab4058, EDX=0x5db41738
ESP=0x0153f1d0, EBP=0x27b8b9c0, ESI=0x00000000, EDI=0x27b8b9c8
EIP=0x27214a77, EFLAGS=0x00010206

Top of Stack: (sp=0x0153f1d0)
0x0153f1d0: 27ab007c 0000000c 0000000c 00200000
0x0153f1e0: 00000003 27217cb2 0000000c 0000000c
0x0153f1f0: 00000015 27217f36 27ab4058 0000000c
0x0153f200: 00000000 27ab007c 27ab027f 27b8bd50
0x0153f210: 2715cdc6 00000000 27ab007c 0000000c
0x0153f220: 00000007 fcffffff 000c08b9 27ab027f
0x0153f230: 27671ae9 27ab007c 27176867 0138e800
0x0153f240: 00000000 0153f298 0153f284 01339d43

Instructions: (pc=0x27214a77)
0x27214a57: fc c1 ee 02 83 c6 01 89 74 24 10 03 f6 03 f6 8d
0x27214a67: 7d 08 89 74 24 18 8d 49 00 8b 77 f8 0f af 71 18
0x27214a77: 0f bf 1c 16 03 f2 f3 0f 2a c3 f3 0f 11 00 0f bf
0x27214a87: 76 02 f3 0f 2a c6 f3 0f 11 40 04 8b 77 fc 0f af


Register to memory mapping:

EAX=0x27b95440 is an unknown value
EBX=0x0000000c is an unknown value
ECX=0x27ab4058 is an unknown value
EDX=0x5db41738 is an unknown value
ESP=0x0153f1d0 is pointing into the stack for thread: 0x0138e800
EBP=0x27b8b9c0 is an unknown value
ESI=0x00000000 is an unknown value
EDI=0x27b8b9c8 is an unknown value


Stack: [0x014f0000,0x01540000], sp=0x0153f1d0, free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4icd32.dll+0x104a77]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 2102 org.lwjgl.opengl.GL11.nglDrawArrays(IIIJ)V (0 bytes) @ 0x01b92836 [0x01b927e0+0x56]
J 2036 C1 bnu.a(Lbnt;)V (386 bytes) @ 0x01b6703c [0x01b66900+0x73c]
j bon.b()V+15
j bms.a(Lrw;F)V+407
j bnz.a(IFJ)V+964
j bnz.b(FJ)V+125
j bnz.a(FJ)V+549
j bcx.av()V+321
j bcx.a()V+74
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1094
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x2c486800 JavaThread "pool-2-thread-1" [_thread_blocked, id=8136, stack(0x3dc10000,0x3dc60000)]
0x2c486400 JavaThread "Chunk Batcher 1" daemon [_thread_blocked, id=6792, stack(0x25930000,0x25980000)]
0x262e5400 JavaThread "Chunk Batcher 0" daemon [_thread_blocked, id=8028, stack(0x293f0000,0x29440000)]
0x2c485c00 JavaThread "Netty Client IO #1" daemon [_thread_in_native, id=7716, stack(0x29150000,0x291a0000)]
0x262e4c00 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=4648, stack(0x32a80000,0x32ad0000)]
0x262e4400 JavaThread "Server Pinger #3" daemon [_thread_blocked, id=2836, stack(0x31150000,0x311a0000)]
0x262e4000 JavaThread "Server Pinger #2" daemon [_thread_blocked, id=6908, stack(0x31080000,0x310d0000)]
0x262e3800 JavaThread "Server Pinger #1" daemon [_thread_blocked, id=708, stack(0x25d40000,0x25d90000)]
0x2d8a2c00 JavaThread "Thread-8" daemon [_thread_in_native, id=3680, stack(0x2b110000,0x2b160000)]
0x2d8a1800 JavaThread "Server Pinger #0" daemon [_thread_blocked, id=2528, stack(0x313a0000,0x313f0000)]
0x2f804c00 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=7740, stack(0x2b7a0000,0x2b7f0000)]
0x2676cc00 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=6440, stack(0x2aff0000,0x2b040000)]
0x25709800 JavaThread "Thread-6" [_thread_blocked, id=6008, stack(0x2b0a0000,0x2b0f0000)]
0x26339800 JavaThread "Thread-5" [_thread_blocked, id=3072, stack(0x2b050000,0x2b0a0000)]
0x24dae000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3136, stack(0x26ee0000,0x26f30000)]
0x260e2c00 JavaThread "Timer hack thread" daemon [_thread_blocked, id=7784, stack(0x26e60000,0x26eb0000)]
0x256c1000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6960, stack(0x24f20000,0x24f70000)]
0x24d96000 JavaThread "Service Thread" daemon [_thread_blocked, id=7628, stack(0x24700000,0x24750000)]
0x24d80400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=7336, stack(0x004d0000,0x00520000)]
0x24d7d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=7468, stack(0x25150000,0x251a0000)]
0x24d7c400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6916, stack(0x251d0000,0x25220000)]
0x01486400 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=4388, stack(0x250d0000,0x25120000)]
0x0147d000 JavaThread "Finalizer" daemon [_thread_blocked, id=6704, stack(0x24f70000,0x24fc0000)]
0x01477800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4148, stack(0x01270000,0x012c0000)]
=>0x0138e800 JavaThread "Client thread" [_thread_in_native, id=6092, stack(0x014f0000,0x01540000)]

Other Threads:
0x01472800 VMThread [stack: 0x24790000,0x247e0000] [id=2240]
0x24d84400 WatcherThread [stack: 0x25360000,0x253b0000] [id=6036]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
par new generation total 118016K, used 108442K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 90% used [0x03a00000, 0x09726aa8, 0x0a080000)
from space 13056K, 100% used [0x0ad40000, 0x0ba00000, 0x0ba00000)
to space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
concurrent mark-sweep generation total 90408K, used 54243K [0x0ba00000, 0x1124a000, 0x23a00000)
Metaspace used 21425K, capacity 21604K, committed 21760K, reserved 21888K

Card table byte_map: [0x038f0000,0x03a00000] byte_map_base: 0x038d3000

Marking Bits: (CMSBitMap*) 0x013e1d98
Bits: [0x23ad0000, 0x246d0000)

Mod Union Table: (CMSBitMap*) 0x013e1df8
Bits: [0x00250000, 0x00268000)

Polling page: 0x00220000

CodeCache: size=32768Kb used=4370Kb max_used=4370Kb free=28397Kb
bounds [0x01810000, 0x01c58000, 0x03810000]
total_blobs=3017 nmethods=2629 adapters=318
compilation: enabled

Compilation events (10 events):
Event: 23.154 Thread 0x24d80400 2702 ais::a (9 bytes)
Event: 23.154 Thread 0x24d80400 nmethod 2702 0x01c51ec8 code [0x01c51fc0, 0x01c5204c]
Event: 23.154 Thread 0x24d80400 2703 box::a (888 bytes)
Event: 23.160 Thread 0x24d80400 nmethod 2703 0x01c520c8 code [0x01c52600, 0x01c53818]
Event: 23.167 Thread 0x24d80400 2704 art$a::a (146 bytes)
Event: 23.169 Thread 0x24d80400 nmethod 2704 0x01c55148 code [0x01c553b0, 0x01c55b14]
Event: 23.174 Thread 0x24d80400 2705 bdg$6::a (22 bytes)
Event: 23.174 Thread 0x24d80400 nmethod 2705 0x01c563c8 code [0x01c564f0, 0x01c565d8]
Event: 23.222 Thread 0x24d80400 2706 bob::a (20 bytes)
Event: 23.222 Thread 0x24d80400 nmethod 2706 0x01c56688 code [0x01c56790, 0x01c5683c]

GC Heap History (10 events):
Event: 12.978 GC heap before
{Heap before GC invocations=8 (full 2):
par new generation total 118016K, used 105143K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 87% used [0x03a00000, 0x093edf88, 0x0a080000)
from space 13056K, 100% used [0x0a080000, 0x0ad40000, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 67496K, used 47301K [0x0ba00000, 0x0fbea000, 0x23a00000)
Metaspace used 17508K, capacity 17704K, committed 17792K, reserved 17792K
Event: 13.027 GC heap after
Heap after GC invocations=9 (full 2):
par new generation total 118016K, used 9313K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 0% used [0x03a00000, 0x03a00000, 0x0a080000)
from space 13056K, 71% used [0x0ad40000, 0x0b658478, 0x0ba00000)
to space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
concurrent mark-sweep generation total 67496K, used 57224K [0x0ba00000, 0x0fbea000, 0x23a00000)
Metaspace used 17508K, capacity 17704K, committed 17792K, reserved 17792K
}
Event: 15.791 GC heap before
{Heap before GC invocations=9 (full 3):
par new generation total 118016K, used 114088K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 99% used [0x03a00000, 0x0a051cb8, 0x0a080000)
from space 13056K, 71% used [0x0ad40000, 0x0b658478, 0x0ba00000)
to space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
concurrent mark-sweep generation total 67496K, used 57224K [0x0ba00000, 0x0fbea000, 0x23a00000)
Metaspace used 19088K, capacity 19277K, committed 19328K, reserved 19840K
Event: 15.802 GC heap after
Heap after GC invocations=10 (full 3):
par new generation total 118016K, used 5323K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 0% used [0x03a00000, 0x03a00000, 0x0a080000)
from space 13056K, 40% used [0x0a080000, 0x0a5b2d08, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 67496K, used 57224K [0x0ba00000, 0x0fbea000, 0x23a00000)
Metaspace used 19088K, capacity 19277K, committed 19328K, reserved 19840K
}
Event: 18.846 GC heap before
{Heap before GC invocations=10 (full 3):
par new generation total 118016K, used 33468K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 26% used [0x03a00000, 0x0557c3b8, 0x0a080000)
from space 13056K, 40% used [0x0a080000, 0x0a5b2d08, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 83508K, used 50102K [0x0ba00000, 0x10b8d000, 0x23a00000)
Metaspace used 20429K, capacity 20594K, committed 20736K, reserved 20864K
Event: 19.144 GC heap after
Heap after GC invocations=11 (full 4):
par new generation total 118016K, used 0K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 0% used [0x03a00000, 0x03a00000, 0x0a080000)
from space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 87572K, used 52541K [0x0ba00000, 0x10f85000, 0x23a00000)
Metaspace used 20429K, capacity 20594K, committed 20736K, reserved 20864K
}
Event: 20.162 GC heap before
{Heap before GC invocations=11 (full 4):
par new generation total 118016K, used 9892K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 9% used [0x03a00000, 0x043a93c8, 0x0a080000)
from space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 87572K, used 52541K [0x0ba00000, 0x10f85000, 0x23a00000)
Metaspace used 21076K, capacity 21266K, committed 21376K, reserved 21888K
Event: 20.463 GC heap after
Heap after GC invocations=12 (full 5):
par new generation total 118016K, used 0K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 0% used [0x03a00000, 0x03a00000, 0x0a080000)
from space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 89768K, used 53858K [0x0ba00000, 0x111aa000, 0x23a00000)
Metaspace used 21076K, capacity 21266K, committed 21376K, reserved 21888K
}
Event: 22.349 GC heap before
{Heap before GC invocations=12 (full 6):
par new generation total 118016K, used 104960K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 100% used [0x03a00000, 0x0a080000, 0x0a080000)
from space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
to space 13056K, 0% used [0x0ad40000, 0x0ad40000, 0x0ba00000)
concurrent mark-sweep generation total 89768K, used 53858K [0x0ba00000, 0x111aa000, 0x23a00000)
Metaspace used 21351K, capacity 21537K, committed 21632K, reserved 21888K
Event: 22.373 GC heap after
Heap after GC invocations=13 (full 6):
par new generation total 118016K, used 13056K [0x03a00000, 0x0ba00000, 0x0ba00000)
eden space 104960K, 0% used [0x03a00000, 0x03a00000, 0x0a080000)
from space 13056K, 100% used [0x0ad40000, 0x0ba00000, 0x0ba00000)
to space 13056K, 0% used [0x0a080000, 0x0a080000, 0x0ad40000)
concurrent mark-sweep generation total 89768K, used 55112K [0x0ba00000, 0x111aa000, 0x23a00000)
Metaspace used 21351K, capacity 21537K, committed 21632K, reserved 21888K
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 21.581 Thread 0x26339800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x03be6f00) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u91\7017\hotspot\src\share\vm\prims\jvm.cpp, line 3215]
Event: 22.335 Thread 0x26339800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x03be7180) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u91\7017\hotspot\src\share\vm\prims\jvm.cpp, line 3215]
Event: 22.335 Thread 0x26339800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x03be73e0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u91\7017\hotspot\src\share\vm\prims\jvm.cpp, line 3215]
Event: 22.631 Thread 0x26339800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x077f6f48) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u91\7017\hotspot\src\share\vm\prims\jvm.cpp, line 3215]
Event: 22.839 Thread 0x26339800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x07a27a28) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u91\7017\hotspot\src\share\vm\prims\jvm.cpp, line 3215]
Event: 22.912 Thread 0x26339800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x08abc438) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u91\7017\hotspot\src\share\vm\prims\jvm.cpp, line 3167]
Event: 23.035 Thread 0x26339800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x08abc678) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u91\7017\hotspot\src\share\vm\prims\jvm.cpp, line 3215]
Event: 23.035 Thread 0x26339800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x08abd3f8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u91\7017\hotspot\src\share\vm\prims\jvm.cpp, line 3167]
Event: 23.097 Thread 0x26339800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x08abd638) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u91\7017\hotspot\src\share\vm\prims\jvm.cpp, line 3215]
Event: 23.097 Thread 0x26339800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x08abd8b8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u91\7017\hotspot\src\share\vm\prims\jvm.cpp, line 3215]

Events (10 events):
Event: 23.047 Executing VM operation: RevokeBias
Event: 23.047 Executing VM operation: RevokeBias done
Event: 23.047 Executing VM operation: RevokeBias
Event: 23.047 Executing VM operation: RevokeBias done
Event: 23.047 Executing VM operation: RevokeBias
Event: 23.047 Executing VM operation: RevokeBias done
Event: 23.121 Executing VM operation: RevokeBias
Event: 23.121 Executing VM operation: RevokeBias done
Event: 23.122 Executing VM operation: RevokeBias
Event: 23.122 Executing VM operation: RevokeBias done


Dynamic libraries:
0x01230000 - 0x01263000 C:\Program Files\Java\jre1.8.0_91\bin\javaw.exe
0x77a20000 - 0x77b62000 C:\Windows\SYSTEM32\ntdll.dll
0x76d80000 - 0x76e55000 C:\Windows\system32\kernel32.dll
0x75a50000 - 0x75a9b000 C:\Windows\system32\KERNELBASE.dll
0x77bc0000 - 0x77c61000 C:\Windows\system32\ADVAPI32.dll
0x77500000 - 0x775ac000 C:\Windows\system32\msvcrt.dll
0x77b80000 - 0x77b99000 C:\Windows\SYSTEM32\sechost.dll
0x76c10000 - 0x76cb2000 C:\Windows\system32\RPCRT4.dll
0x76ec0000 - 0x76f89000 C:\Windows\system32\USER32.dll
0x76d00000 - 0x76d4e000 C:\Windows\system32\GDI32.dll
0x77bb0000 - 0x77bba000 C:\Windows\system32\LPK.dll
0x76f90000 - 0x7702d000 C:\Windows\system32\USP10.dll
0x74880000 - 0x74a1e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d\COMCTL32.dll
0x76bb0000 - 0x76c07000 C:\Windows\system32\SHLWAPI.dll
0x77030000 - 0x7704f000 C:\Windows\system32\IMM32.DLL
0x76900000 - 0x769cc000 C:\Windows\system32\MSCTF.dll
0x5f190000 - 0x5f24d000 C:\Program Files\Java\jre1.8.0_91\bin\msvcr100.dll
0x540f0000 - 0x544ba000 C:\Program Files\Java\jre1.8.0_91\bin\client\jvm.dll
0x71860000 - 0x71867000 C:\Windows\system32\WSOCK32.dll
0x76cc0000 - 0x76cf5000 C:\Windows\system32\WS2_32.dll
0x77ba0000 - 0x77ba6000 C:\Windows\system32\NSI.dll
0x74290000 - 0x742c2000 C:\Windows\system32\WINMM.dll
0x74e20000 - 0x74e29000 C:\Windows\system32\VERSION.dll
0x769d0000 - 0x769d5000 C:\Windows\system32\PSAPI.DLL
0x673c0000 - 0x673cc000 C:\Program Files\Java\jre1.8.0_91\bin\verify.dll
0x60c70000 - 0x60c91000 C:\Program Files\Java\jre1.8.0_91\bin\java.dll
0x656d0000 - 0x656e3000 C:\Program Files\Java\jre1.8.0_91\bin\zip.dll
0x75cb0000 - 0x768fb000 C:\Windows\system32\SHELL32.dll
0x770a0000 - 0x771fd000 C:\Windows\system32\ole32.dll
0x75980000 - 0x7598b000 C:\Windows\system32\profapi.dll
0x65790000 - 0x6579a000 C:\Program Files\Java\jre1.8.0_91\bin\management.dll
0x61be0000 - 0x61bf6000 C:\Program Files\Java\jre1.8.0_91\bin\net.dll
0x75350000 - 0x7538c000 C:\Windows\system32\mswsock.dll
0x75340000 - 0x75346000 C:\Windows\System32\wship6.dll
0x67310000 - 0x6731f000 C:\Program Files\Java\jre1.8.0_91\bin\nio.dll
0x73a50000 - 0x73a60000 C:\Windows\system32\NLAapi.dll
0x6f700000 - 0x6f710000 C:\Windows\system32\napinsp.dll
0x6f6e0000 - 0x6f6f2000 C:\Windows\system32\pnrpnsp.dll
0x75210000 - 0x75254000 C:\Windows\system32\DNSAPI.dll
0x6f6d0000 - 0x6f6d8000 C:\Windows\System32\winrnr.dll
0x70440000 - 0x70461000 C:\Program Files\Bonjour\mdnsNSP.dll
0x73740000 - 0x7375c000 C:\Windows\system32\Iphlpapi.DLL
0x73730000 - 0x73737000 C:\Windows\system32\WINNSI.DLL
0x74eb0000 - 0x74eb5000 C:\Windows\System32\wshtcpip.dll
0x6ac90000 - 0x6ac96000 C:\Windows\system32\rasadhlp.dll
0x735b0000 - 0x735e8000 C:\Windows\System32\fwpuclnt.dll
0x01330000 - 0x0137f000 C:\Users\LavaPower\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-114713938943370\lwjgl.dll
0x5cff0000 - 0x5d0b8000 C:\Windows\system32\OPENGL32.dll
0x61c40000 - 0x61c62000 C:\Windows\system32\GLU32.dll
0x5be50000 - 0x5bf37000 C:\Windows\system32\DDRAW.dll
0x64b20000 - 0x64b26000 C:\Windows\system32\DCIMAN32.dll
0x775b0000 - 0x7774d000 C:\Windows\system32\SETUPAPI.dll
0x75c60000 - 0x75c87000 C:\Windows\system32\CFGMGR32.dll
0x77200000 - 0x77291000 C:\Windows\system32\OLEAUT32.dll
0x759a0000 - 0x759b2000 C:\Windows\system32\DEVOBJ.dll
0x74300000 - 0x74313000 C:\Windows\system32\dwmapi.dll
0x75390000 - 0x753a7000 C:\Windows\system32\CRYPTSP.dll
0x75120000 - 0x7515b000 C:\Windows\system32\rsaenh.dll
0x75ae0000 - 0x75af7000 C:\Windows\system32\USERENV.dll
0x758a0000 - 0x758ac000 C:\Windows\system32\CRYPTBASE.dll
0x73520000 - 0x73532000 C:\Windows\system32\dhcpcsvc.DLL
0x73440000 - 0x7344d000 C:\Windows\system32\dhcpcsvc6.DLL
0x58fc0000 - 0x59105000 C:\Program Files\Java\jre1.8.0_91\bin\awt.dll
0x74720000 - 0x74760000 C:\Windows\system32\uxtheme.dll
0x27110000 - 0x27502000 C:\Windows\system32\ig4icd32.dll
0x27650000 - 0x278ea000 C:\Windows\system32\ig4dev32.dll
0x57050000 - 0x570c9000 C:\Windows\system32\mscms.dll
0x64780000 - 0x647b8000 C:\Windows\system32\icm32.dll
0x275a0000 - 0x27612000 C:\Users\LavaPower\AppData\Local\Temp\jna\jna7742671382303352238.dll
0x24eb0000 - 0x24f15000 C:\Users\LavaPower\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-114713938943370\OpenAL32.dll
0x77750000 - 0x777d3000 C:\Windows\system32\CLBCatQ.DLL
0x74330000 - 0x74369000 C:\Windows\System32\MMDevApi.dll
0x74760000 - 0x74855000 C:\Windows\System32\PROPSYS.dll
0x61cb0000 - 0x61d22000 C:\Windows\system32\dsound.dll
0x746f0000 - 0x74715000 C:\Windows\system32\POWRPROF.dll
0x73a10000 - 0x73a46000 C:\Windows\system32\AUDIOSES.DLL
0x60b60000 - 0x60b80000 C:\Program Files\Java\jre1.8.0_91\bin\sunec.dll
0x66230000 - 0x6631b000 C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\LavaPower\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-114713938943370
java_command: net.minecraft.client.main.Main --username LavaPower --version 1.10.2 --gameDir C:\Users\LavaPower\AppData\Roaming\.minecraft --assetsDir C:\Users\LavaPower\AppData\Roaming\.minecraft\assets --assetIndex 1.10 --uuid d7467134cbdb3b499d188252965e9b3a --accessToken --userType LavaPower --versionType release
java_class_path (initial): C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\LavaPower\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;
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:\Users\LavaPower\AppData\Local\Programs\Python\Python35-32\Scripts;C:\Program Files\Java\jdk1.8.0_65\bin;C:\Program Files\Skype\Phone\;c:\mingw\bin\gcc
USERNAME=LavaPower
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.23392)

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 3135672k(743768k free), swap 6269628k(3130808k free)

vm_info: Java HotSpot(TM) Client VM (25.91-b15) for windows-x86 JRE (1.8.0_91-b15), built on May 20 2016 17:33:18 by "java_re" with MS VC++ 10.0 (VS2010)

time: Fri Oct 28 22:50:31 2016
elapsed time: 23 seconds (0d 0h 0m 23s)

Mais à la connection d'un autre serveur, je n'ai aucun crash.

Merci de votre aide !