Résolu [Minecraft 1.4.6] Le jeu crash !?

Luca_008

Architecte en herbe
21 Novembre 2016
150
20
125
22
Salut,

Pour faire court, je voulais tenter de créer un plugin en 1.4.6 pour le fun, sauf que petit problème, je ne peux pas lancer minecraft 1.4.6! Ha!

Et d'ailleurs ce n'est pas la seule version, toutes les versions avant la 1.6 ont ce "bug".

J'ai déjà tout essayé, réinstaller le launcher, supprimer le ".minecraft" ou même essayé d'autres launcher crackés, rien n'y fait c'est mon pc!

Erreur:
Code:
---- Minecraft Crash Report ----
// Ouch. That hurt :(

Time: 07.02.18 20:53
Description: Failed to start game

java.lang.NullPointerException
    at java.io.Reader.<init>(Reader.java:78)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:97)
    at bn.a(SourceFile:56)
    at bn.a(SourceFile:91)
    at net.minecraft.client.Minecraft.a(SourceFile:249)
    at asq.a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(SourceFile:515)
    at java.lang.Thread.run(Thread.java:745)
Ceci est le crash-report.txt, car aucun fichier de logs n'est généré(bizarre?)

Et le jeu crash en me mettant ceci;
Screen: http://prntscr.com/ibkadm
Texte:
Code:
      Minecraft has crashed!     
      ----------------------     

Minecraft has stopped running because it encountered a problem; Failed to start game

A full error report has been saved to C:\Users\Luca\AppData\Roaming\.minecraft\crash-reports\crash-2018-02-07_21.18.59-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(



--- BEGIN ERROR REPORT 767b1b5d --------
Full report at:
C:\Users\Luca\AppData\Roaming\.minecraft\crash-reports\crash-2018-02-07_21.18.59-client.txt
Please show that file to Mojang, NOT just this screen!

Generated 07.02.18 21:18

-- System Details --
Details:
    Minecraft Version: 1.4.6
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 96445144 bytes (91 MB) / 134217728 bytes (128 MB) up to 1073741824 bytes (1024 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: No suspicious classes found.
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    LWJGL: 2.9.0
    OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4549, Intel
    Is Modded: Very likely; Jar signature invalidated
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

java.lang.NullPointerException
    at java.io.Reader.<init>(Reader.java:78)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:97)
    at bn.a(SourceFile:56)
    at bn.a(SourceFile:91)
    at net.minecraft.client.Minecraft.a(SourceFile:249)
    at asq.a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(SourceFile:515)
    at java.lang.Thread.run(Thread.java:745)
--- END ERROR REPORT 641c584a ----------

Je sais qu'il n'y a pas beaucoup d'indices mais je n'ai rien de plus, c'est le maximum que je puisse vous donner... :/

Merci à vous en avance et bonne soirée!
Cordialement,
luca008.
 

Luca_008

Architecte en herbe
21 Novembre 2016
150
20
125
22
Enfaite j'ai laissé la console ouverte lors de l’exécution et j'ai bien des logs d'erreurs.. Les voici;
Code:
18:32:16    launcher    Preparing to launch minecraft client for 1.4.6
18:32:16    launcher    Checking installations.
18:32:16    launcher    Minecraft client 1.4.6 is ready to start.
18:32:16    launcher    Starting!
18:32:16    launcher    Version does not support log configuration, will assume one plaintext entry per line
19:32:17    game    f�vr. 08, 2018 6:32:17 PM net.minecraft.launchwrapper.LogWrapper log
19:32:17    game    INFOS: Using tweak class name net.minecraft.launchwrapper.VanillaTweaker
19:32:17    game    f�vr. 08, 2018 6:32:17 PM net.minecraft.launchwrapper.LogWrapper log
19:32:17    game    INFOS: Launching wrapped minecraft
19:32:18    game    27 achievements
19:32:18    game    210 recipes
19:32:18    game    Setting user: Luca008, -
19:32:18    game    Client asked for parameter: server
19:32:18    game    Turning of ImageIO disk-caching
19:32:18    game    Loading current icons for window from: C:\Users\Luca\AppData\Roaming\.minecraft\assets\virtual\legacy\icons\icon_16x16.png and C:\Users\Luca\AppData\Roaming\.minecraft\assets\virtual\legacy\icons\icon_32x32.png
19:32:18    game    javax.imageio.IIOException: Can't read input file!
19:32:18    game    at javax.imageio.ImageIO.read(ImageIO.java:1301)
19:32:18    game    at net.minecraft.launchwrapper.injector.VanillaTweakInjector.loadIcon(VanillaTweakInjector.java:130)
19:32:18    game    at net.minecraft.launchwrapper.injector.VanillaTweakInjector.loadIconsOnFrames(VanillaTweakInjector.java:107)
19:32:18    game    at net.minecraft.launchwrapper.injector.VanillaTweakInjector.inject(VanillaTweakInjector.java:94)
19:32:18    game    at net.minecraft.client.Minecraft.main(SourceFile:1679)
19:32:18    game    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
19:32:18    game    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
19:32:18    game    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
19:32:18    game    at java.lang.reflect.Method.invoke(Method.java:483)
19:32:18    game    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
19:32:18    game    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
19:32:18    game    Setting gameDir to: C:\Users\Luca\AppData\Roaming\.minecraft
19:32:18    game    LWJGL Version: 2.9.0
19:32:19    game    java.lang.NullPointerException
19:32:19    game    at java.io.Reader.<init>(Reader.java:78)
19:32:19    game    at java.io.InputStreamReader.<init>(InputStreamReader.java:97)
19:32:19    game    at bn.a(SourceFile:56)
19:32:19    game    at bn.a(SourceFile:91)
19:32:19    game    at net.minecraft.client.Minecraft.a(SourceFile:249)
19:32:19    game    at asq.a(SourceFile:56)
19:32:19    game    at net.minecraft.client.Minecraft.run(SourceFile:515)
19:32:19    game    at java.lang.Thread.run(Thread.java:745)

Edit;
Ps: Euh j'ai suivi le chemin d'accès à ce qu'il veut chercher et en effet il n'existe pas, quelqu'un saurait comment le ravoir? xD
Screen: http://prntscr.com/ibzht2
 

huggets

Je ne suis pas à manger
14 Août 2017
61
9
34
20
France
Salut !
Si tu essaye de d'enlever ton .minecraft en faisant une sauvegarde et de relancer minecraft, est-ce que ça marche ?
Je sais que les versions en dessous de la 1.6 sont placer différemment par rapport au nouvelle version.
 

Luca_008

Architecte en herbe
21 Novembre 2016
150
20
125
22
Je veux bien la sauvegarde... Mais mon pc détecte plus de 120'000 fichiers dans le dossier et estime un temps de 24 minutes à tout copier ... x) Mais bon je vais le faire.

Edit; J'ai trouvé un lien qui m'a redirigé sur l'ancien launcher, j'ai retiré le nouveau launcher, retiré mon .minecraft, réinstallé tout les fichiers, update le launcher, lancé la version 1.4 et c'est fonctionnel... Alalala le Java x3

Bon merci à toi qui m'a conseillé! :)
 
Dernière édition: