1. Le forum de Minecraft-France va définitivement fermer ses portes. Celui-ci restera en lecture seule mais vous ne pourrez plus y apporter de nouveaux topics. Nous vous invitons à nous rejoindre sur le Discord de Minecraft-France qui permet de présenter vos projets, discuter avec la communauté etc.. Merci à tous d'avoir fait vivre ce forum de nombreuses années. Pour nous rejoindre sur Discord, Cliquez ici

Résolu Java plante quand j'utilise le profil Forge

Discussion dans 'Problème avec les mods' créé par HextechCraft, 6 Juil 2016.

  1. HextechCraft

    HextechCraft Nouveau

    Inscrit:
    6 Juil 2016
    Messages:
    2
    Points:
    0
    Bonjour à tous ! si je crée une nouvelle discussion aujourd'hui c'est parce que j'ai un problème avec le profil forge en version 1.7.10 (j'ai pas essayé avec d'autres versions). Donc, le problème en détails: je suis sous window 10, j'ai java 8 (et 7), je lance mon minecraft sans forge, tout fonctionne, jusque là, tout va bien... mais (parce qu'il y a toujours un mais) lorsque je lance le jeu avec forge, bah... java plante :/ (j'ai essayé avec java 7 et 8). j'ai bien vu qu'il y avait d'autres discussion traitant de ce sujet (je ne les ai pas encore tous lu) et j'ai appliqué les différents conseils donnés, mais aucun ne fonctionne actuellement (réinstaller la version, utiliser java 7, utiliser legacyjavafixer.jar), de plus, tous mes mods sont à jour. C'est pourquoi je vous demande de l'aide et je laisse ça pour ceux qui si connaissent:

    Code (cpp):
    [15:22:32] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [15:22:32] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [15:22:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
    [15:22:32] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
    [15:22:32] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
    [15:22:32] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [15:22:32] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [15:22:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [15:22:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [15:22:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [15:22:34] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
    [15:22:34] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
    [15:22:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [15:22:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [15:22:35] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
    [15:22:35] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
    [15:22:35] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
    [15:22:37] [main/INFO]: Setting user: HextechCraft
    [15:22:39] [main/INFO] [STDOUT]: [net.minecraft.client.main.Main:main:144]: Completely ignored arguments: [--nativeLauncherVersion, 307]
    [15:22:39] [Client thread/INFO]: LWJGL Version: 2.9.1
    [15:22:41] [Client thread/INFO] [FML]: Could not load splash.properties, will create a default one
    [15:22:41] [Client thread/ERROR] [FML]: Could not save the splash.properties file
    java.io.FileNotFoundException: C:\Users\Utilisateur\AppData\Roaming\.minecraft\config\splash.properties (Le chemin d’accès spécifié est introuvable)
        at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0_25]
        at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_25]
        at java.io.FileOutputStream.<init>(FileOutputStream.java:162) ~[?:1.8.0_25]
        at java.io.FileWriter.<init>(FileWriter.java:90) ~[?:1.8.0_25]
        at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:151) [SplashProgress.class:?]
        at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:193) [FMLClientHandler.class:?]
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
        at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
    [15:22:41] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(

    Time: 06/07/16 15:22
    Description: Loading screen debug info

    This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


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

    -- System Details --
    Details:
        Minecraft Version: 1.7.10
        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: 29680544 bytes (28 MB) / 188485632 bytes (179 MB) up to 1060372480 bytes (1011 MB)
        JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
        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:
        GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce 710M/PCIe/SSE2'
    [15:22:41] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
    [15:22:41] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
    [15:22:41] [Client thread/INFO] [FML]: Replaced 183 ore recipies
    [15:22:41] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
    [15:22:41] [Client thread/INFO] [FML]: Config directory created successfully
    [15:22:42] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
    [15:22:42] [Client thread/INFO] [FML]: Searching C:\Users\Utilisateur\AppData\Roaming\.minecraft\mods for mods
    Merci d'avance à ceux qui se pencheront sur mon problème.
     
    #1 HextechCraft, 6 Juil 2016
    Dernière édition par un modérateur: 7 Juil 2016
  2. _Maxmos_

    _Maxmos_ Enter the World

    Inscrit:
    9 Juin 2016
    Messages:
    38
    Points:
    12
    Sexe:
    Homme
    Mauvaise section, à déplacer s'il vous plaît.
    Sinon, pour ton problème, excuse-moi, mais je n'ai aucune idée sur ce coup là Oo Je te propose plusieurs choses:
    -Essaie de réinstaller une autre version de forge...
    -Essaie de réinstaller une autre version de java
    -Enlève tout tes mods (mais je n'en vois pas sur ton crash...)
     
  3. Calambiel

    Calambiel Résident de l'End

    Inscrit:
    5 Août 2014
    Messages:
    6 595
    Points:
    229
    Je déplace dans Support>Installation de mods.

    @_Maxmos_ la prochaine fois, utilise la fonction signaler au lieu de demander un déplacement en texte, c'est mieux pour tout le monde

    @HextechCraft dans ton .minecraft, vas dans "config" et ouvre le fichier "splash.properties"
    A la ligne "enabled=true" remplace "true" par "false"
    Si le fichier n'existe pas, créé-le en mettant juste une ligne "enabled=false"
     
    • J'approuve J'approuve x 1
  4. HextechCraft

    HextechCraft Nouveau

    Inscrit:
    6 Juil 2016
    Messages:
    2
    Points:
    0
    Merci bien @Calambiel, mon problème venait effectivement de là ( et désolé pour l'erreur de section, je n'ai pas vu qu'il y en avait une plus appropriée)
     
    • J'aime J'aime x 1
  5. Calambiel

    Calambiel Résident de l'End

    Inscrit:
    5 Août 2014
    Messages:
    6 595
    Points:
    229
    Je passe en résolu.
     
    • J'approuve J'approuve x 1

Partager cette page