Java.lang.NullPointerException: Initializing game

Fermé
RedHeadEmile Messages postés 3 Date d'inscription mercredi 10 février 2016 Statut Membre Dernière intervention 25 juin 2016 - 10 févr. 2016 à 20:18
RedHeadEmile Messages postés 3 Date d'inscription mercredi 10 février 2016 Statut Membre Dernière intervention 25 juin 2016 - 22 févr. 2016 à 14:09
Bonjour, j'ai fait un launcher personnaliser pour Minecraft et en le lançant, il crash. Vous pouvez m'aide ? Log :

---- Minecraft Crash Report ----
// Oops.

Time: 10/02/16 17:44
Description: Initializing game

java.lang.NullPointerException: Initializing game
at net.minecraft.client.Minecraft.func_152340_a(Minecraft.java:638)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:421)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)


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

-- Head --
Stacktrace:
at net.minecraft.client.Minecraft.func_152340_a(Minecraft.java:638)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:421)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 440124904 bytes (419 MB) / 648544256 bytes (618 MB) up to 7622623232 bytes (7269 MB)
JVM Flags: 0 total;
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

1 réponse

RedHeadEmile Messages postés 3 Date d'inscription mercredi 10 février 2016 Statut Membre Dernière intervention 25 juin 2016
22 févr. 2016 à 14:09
up
0