Problème Forge

Fau8

Architecte en herbe
20 Février 2017
169
1
10
126
Bonjour, bonsoir, j'ai un petit problème avec Forge 1.10.2, il crash, voici le crash report
Code:
---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 21/10/18 19:55
Description: Initializing game

java.lang.UnsatisfiedLinkError: org.lwjgl.opengl.WindowsDisplay.setWindowProc(Ljava/lang/reflect/Method;)V
    at org.lwjgl.opengl.WindowsDisplay.setWindowProc(Native Method)
    at org.lwjgl.opengl.WindowsDisplay.<clinit>(WindowsDisplay.java:217)
    at org.lwjgl.opengl.Display.createDisplayImplementation(Display.java:159)
    at org.lwjgl.opengl.Display.<clinit>(Display.java:136)
    at net.minecraft.client.Minecraft.func_175594_ao(Minecraft.java:628)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:428)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at fr.theshark34.openlauncherlib.internal.InternalLauncher.launch(InternalLauncher.java:173)
    at fr.fau8.soteria.launcher.Launcher.launch(Launcher.java:89)
    at fr.fau8.soteria.launcher.LauncherPanel$1.run(LauncherPanel.java:120)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at org.lwjgl.opengl.WindowsDisplay.setWindowProc(Native Method)
    at org.lwjgl.opengl.WindowsDisplay.<clinit>(WindowsDisplay.java:217)
    at org.lwjgl.opengl.Display.createDisplayImplementation(Display.java:159)
    at org.lwjgl.opengl.Display.<clinit>(Display.java:136)
    at net.minecraft.client.Minecraft.func_175594_ao(Minecraft.java:628)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:428)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at fr.theshark34.openlauncherlib.internal.InternalLauncher.launch(InternalLauncher.java:173)
    at fr.fau8.soteria.launcher.Launcher.launch(Launcher.java:89)
    at fr.fau8.soteria.launcher.LauncherPanel$1.run(LauncherPanel.java:120)

-- System Details --
Details:
    Minecraft Version: 1.10.2
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.7.0_80, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 120484408 bytes (114 MB) / 480772096 bytes (458 MB) up to 934281216 bytes (891 MB)
    JVM Flags: 0 total;
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML:
    Loaded coremods (and transformers):
    Launched Version: 1.10.2
    LWJGL: 2.9.4
    OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    GL Caps:
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs:
    Current Language: ~~ERROR~~ NullPointerException: null
    Profiler Position: N/A (disabled)
    CPU: <unknown>

A savoir que ce crash a lieu avec mon launcher modé (crée en suivant le tutoriel de Litarvan).