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 Problèmes de chargement de Forge avec Minecraft 1.12

Discussion dans 'Problème avec les mods' créé par BatMine, 25 Avr 2018.

  1. BatMine

    BatMine Nouveau

    Inscrit:
    4 Mar 2017
    Messages:
    14
    Points:
    12
    Bonjour, aujourd'hui j'ai voulu ajouter quelques mods à mon modpack sur twitch, alors j'en ai ajouté quelques uns, mais juste après ça, lorsque je souhaite lancer Forge (version 14.23.2.2613), il se lance parfaitement mais lorsqu'il arrive à l'étape 4 sur 7, il plante. Le Launcher se relance en me disant que j'utilise une version de Minecraft qui à été changée. Je vous met mon dernier crash report:
    ------------------------------------------------------------------------------------------------------------------------------------------
    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
    CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
    EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
    Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
    ForgelinPlugin (Forgelin-1.6.0.jar)
    LoadingPlugin (Quark-r1.4-123.jar)
    Contact their authors BEFORE contacting forge

    // Why is it breaking :(

    Time: 4/25/18 6:33 PM
    Description: Initializing game

    java.lang.NullPointerException: Initializing game
    at tonius.simplyjetpacks.util.crafting.RecipeHelper.addRecipe(RecipeHelper.java:44)
    at tonius.simplyjetpacks.util.crafting.RecipeHelper.addRecipe(RecipeHelper.java:37)
    at tonius.simplyjetpacks.util.crafting.RecipeHelper.addOldShaped(RecipeHelper.java:58)
    at tonius.simplyjetpacks.util.crafting.RecipeHandler.addShapedRecipe(RecipeHandler.java:30)
    at tonius.simplyjetpacks.util.crafting.RecipeHandler.addOreDictRecipe(RecipeHandler.java:18)
    at tonius.simplyjetpacks.setup.ModItems.registerRecipes(ModItems.java:383)
    at tonius.simplyjetpacks.RegistryHandler.onRegisterRecipes(RegistryHandler.java:22)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_581_RegistryHandler_onRegisterRecipes_Register.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:746)
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:622)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:718)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    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 --
    Thread: Client thread
    Stacktrace:
    at tonius.simplyjetpacks.util.crafting.RecipeHelper.addRecipe(RecipeHelper.java:44)
    at tonius.simplyjetpacks.util.crafting.RecipeHelper.addRecipe(RecipeHelper.java:37)
    at tonius.simplyjetpacks.util.crafting.RecipeHelper.addOldShaped(RecipeHelper.java:58)
    at tonius.simplyjetpacks.util.crafting.RecipeHandler.addShapedRecipe(RecipeHandler.java:30)
    at tonius.simplyjetpacks.util.crafting.RecipeHandler.addOreDictRecipe(RecipeHandler.java:18)
    at tonius.simplyjetpacks.setup.ModItems.registerRecipes(ModItems.java:383)
    at tonius.simplyjetpacks.RegistryHandler.onRegisterRecipes(RegistryHandler.java:22)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_581_RegistryHandler_onRegisterRecipes_Register.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:746)
    at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:622)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:718)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.12.2
    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: 1021891440 bytes (974 MB) / 2499805184 bytes (2384 MB) up to 3221225472 bytes (3072 MB)
    JVM Flags: 11 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.2.2613 Optifine OptiFine_1.12.2_HD_U_C8 70 mods loaded, 70 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID | Version | Source | Signature |
    |:----- |:-------------------------- |:------------------------ |:------------------------------------------------- |:---------------------------------------- |
    | UCH | minecraft | 1.12.2 | minecraft.jar | None |
    | UCH | mcp | 9.42 | minecraft.jar | None |
    | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2613.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCH | forge | 14.23.2.2613 | forge-1.12.2-14.23.2.2613.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCH | aroma1997core | 2.0.0.0.b150 | Aroma1997Core-1.12.2-2.0.0.0.b150.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | UCH | aroma1997sdimension | 1.3.0.0.b37 | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None |
    | UCH | aromabackup | 2.1.1.3.b98 | AromaBackup-1.12.2-2.1.1.3.b98.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | UCH | aromabackuprecovery | 2.1.1.3.b98 | AromaBackup-1.12.2-2.1.1.3.b98.jar | None |
    | UCH | autocrafter | 4.2 | autocrafter-4.2.jar | None |
    | UCH | autopickup | 2.5 | AutoPickup-1.12-2.5.jar | None |
    | UCH | quark | r1.4-123 | Quark-r1.4-123.jar | None |
    | UCH | autoreglib | 1.3-16 | AutoRegLib-1.3-16.jar | None |
    | UCH | betterbedrockgen | 6.0.2 | BetterBedrockGenerator-1.12-6.1.1.jar | None |
    | UCH | codechickenlib | 3.1.7.340 | CodeChickenLib-1.12.2-3.1.7.340-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCH | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
    | UCH | brandonscore | 2.4.0 | BrandonsCore-1.12-2.4.0.152-universal.jar | None |
    | UCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
    | UCH | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
    | UCH | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
    | UCH | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
    | UCH | classiccombat | 1.0.0 | ClassicCombat-1.12-1.0.0.jar | None |
    | UCH | cofhcore | 4.3.11 | CoFHCore-1.12.2-4.3.11.6-universal.jar | None |
    | UCH | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
    | UCH | craftableglowstone | 1.0 | craftableglowstone-1.12.2.jar | None |
    | UCH | cns | 1.0 | CraftingNetherStar 1.12.1 -1.1.jar | None |
    | UCH | thermalfoundation | 2.3.11 | ThermalFoundation-1.12.2-2.3.12.10-universal.jar | None |
    | UCH | draconicevolution | 2.3.10 | Draconic-Evolution-1.12-2.3.10.284-universal.jar | None |
    | UCH | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
    | UCH | enderore | 1.12.2-1.0 | Ender Ore-1.12.2-1.0.jar | None |
    | UCH | endercore | 1.12.2-0.5.20 | EnderCore-1.12.2-0.5.20.jar | None |
    | UCH | jei | 4.9.1.169 | jei_1.12.2-4.9.1.169.jar | None |
    | UCH | enderio | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
    | UCH | enderiointegrationtic | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
    | UCH | enderiobase | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
    | UCH | enderioconduits | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
    | UCH | enderiointegrationforestry | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
    | UCH | enderiointegrationticlate | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
    | UCH | enderiomachines | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
    | UCH | enderiopowertools | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
    | UCH | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCH | valkyrielib | 1.12.2-2.0.9b | valkyrielib-1.12.2-2.0.9b.jar | None |
    | UCH | environmentaltech | 1.12.2-2.0.9c | environmentaltech-1.12.2-2.0.9c.jar | None |
    | UCH | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
    | UCH | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
    | UCH | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
    | UCH | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
    | UCH | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
    | UCH | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | UCH | ironbackpacks | 1.12.2-3.0.5-6 | IronBackpacks-1.12.2-3.0.5-6.jar | None |
    | UCH | ironchest | 1.12.2-7.0.42.827 | ironchest-1.12.2-7.0.42.827.jar | None |
    | UCH | jeresources | 0.8.6.28 | JustEnoughResources-1.12.2-0.8.6.28.jar | None |
    | UCH | lootbags | 2.5.4b | LootBags-1.12.2-2.5.4b.jar | None |
    | UCH | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
    | UCH | noslow | 1.0.0 | noslow-1.12.2-1.0.0.jar | None |
    | UCH | pcb | 1.5.0 | portablecraftbench-1.12.2-1.5.1.jar | None |
    | UCH | reborncore | 3.8.0.264 | RebornCore-1.12.2-3.8.0.264-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UCH | rftools | 7.33 | rftools-1.12-7.33.jar | None |
    | UCH | simplevoidworld | 1.2.0.9 | Simple-Void-World-1.12-1.2.0.9-universal.jar | None |
    | UCH | simplegenerators | 1.12.2-2.0.9a | simplegenerators-1.12.2-2.0.9a.jar | None |
    | UCH | thermalexpansion | 5.3.11 | ThermalExpansion-1.12.2-5.3.12.17-universal.jar | None |
    | UCH | simplyjetpacks | 2.2.2.28 | SimplyJetpacks2-1.12.2-2.2.2.28.jar | None |
    | UCH | soulshardstow | 1.12-2.7.6-56 | SoulShards-TOW-1.12-2.7.6-56.jar | None |
    | UCH | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
    | UCH | theoneprobe | 1.4.22 | theoneprobe-1.12-1.4.22.jar | None |
    | UCH | thermaldynamics | 2.3.11 | ThermalDynamics-1.12.2-2.3.11.7-universal.jar | None |
    | UCH | va | 1.12.2-1.5.2 | va-1.12.2-1.5.2.jar | None |
    | UCH | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.9b.jar | None |
    | UCH | veinminer | 0.38.1 | VeinMiner-1.12-0.38.1.639+134fb1e.jar | None |
    | UCH | veinminermodsupport | 0.38.1 | VeinMiner-1.12-0.38.1.639+134fb1e.jar | None |
    | UCH | xaerominimap | 1.14.9.1 | Xaeros_Minimap_1.14.9.1_Forge_1.12.jar | None |

    Loaded coremods (and transformers):
    CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
    team.chisel.ctm.client.asm.CTMTransformer
    CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)

    EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
    com.enderio.core.common.transform.EnderCoreTransformer
    Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
    invtweaks.forge.asm.ContainerTransformer
    ForgelinPlugin (Forgelin-1.6.0.jar)

    LoadingPlugin (Quark-r1.4-123.jar)
    vazkii.quark.base.asm.ClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4358' Renderer: 'Intel(R) HD Graphics'
    RebornCore:
    Plugin Engine: 0
    RebornCore Version: 3.8.0.264
    Runtime Debofucsation 1
    RenderEngine: 1
    Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
    * Optifine is installed. This is NOT supported.
    This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash. !!!
    !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Launched Version: forge-14.23.2.2613
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.4358, Intel
    GL Caps: Using GL 1.3 multitexturing.
    Using GL 1.3 texture combiners.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Shaders are available because OpenGL 2.1 is supported.
    VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs:
    Current Language: Français (France)
    Profiler Position: N/A (disabled)
    CPU: 2x Intel(R) Celeron(R) CPU N2830 @ 2.16GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_C8
    Render Distance Chunks: 4
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: fals Shaders: nul OpenGlVersion: 4.0.0 - Build 10.18.10.4358 OpenGlRenderer: Intel(R) HD GraphicOpenGlVendor: IntelCpuCount: 2
    ------------------------------------------------------------------------------------------------------------------------------------------
    Il me dit que Ender IO poserait peut-être un problème, je l'ai enlevé avec son coremod, mais rien ne change, toujours le même problème. J'ai essayé d'enlever tous les nouveaux mods que j'avais ajouté pour que Minecraft fonctionne, toujours le même problème. Donc je pense que le problème ne vient ni d'Ender IO ni des nouveaux mods ajoutés. Merci pour ceux qui me répondront et chercheront avec moi une solution à ce problème.
     
    #1 BatMine, 25 Avr 2018
    Dernière édition: 25 Avr 2018
  2. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Salut,
    Le problème vient de SimplyJetpacks2 qui rencontre une NPE lors de l'ajout d'une recette.
    Essaies de le retirer.
     
  3. BatMine

    BatMine Nouveau

    Inscrit:
    4 Mar 2017
    Messages:
    14
    Points:
    12
    Est-ce que je peux éviter de le retirer (existe t'il une technique) car c'est un mode que j'apprécie et je n'ai jamais eu de problèmes avec .(Je ne peux pas tester actuellement car je te répond sur mon téléphone)
     
  4. BatMine

    BatMine Nouveau

    Inscrit:
    4 Mar 2017
    Messages:
    14
    Points:
    12
    Bon j'ai allumé mon pc en vitesse et c'est bien Simply Jetpack 2 qui est la cause de ce problème. j'espère que tu trouveras une technique pour que je puisse tout de même utiliser ce mod.
     
  5. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Il faudrait vérifies que le mod est à jour, si non le mettre à jour et si oui il faut signaler le bug à l'auteur du mod pour qu'il puisse le corriger.
     
  6. BatMine

    BatMine Nouveau

    Inscrit:
    4 Mar 2017
    Messages:
    14
    Points:
    12
    Alors, j'ai trouvé le problème: en gros j'ai activé la possibilité de crafter des jetpack grâce au minerais du Vanilla et de Ender io dans les config. J'ai désactivé ces derniers et tout a marché. Le créateur du mod à mis une mise à jour il y quelques heures sur Curse, j'espère qu'elle règlera mon problème.
     

Partager cette page