Résolu [Support] Crash au lancement du jeu (modpack perso)

Lilloote

Architecte en herbe
12 Avril 2013
20
2
66
Bonjour !
J'ai créé un modpack personnalisé (j'ai les autorisations des auteurs des mods) avec Technic Launcher et je suis actuellement en phase de test pour pouvoir le rendre public.
J'ai pu résoudre plusieurs crashs assez simples à corriger (solution radicale : supprimer le mod concerné ^^) mais je bloque sur celui-ci, est-ce que quelqu'un aurait l'aimabilité de m'aider svp ?
Voici le crash report :
Code:
---- Minecraft Crash Report ----
// I let you down. Sorry :(
 
Time: 12/11/14 16:50
Description: Initializing game
 
java.lang.NullPointerException: Initializing game
    at cmd.common.CMD.preInit(CMD.java:51)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    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 cmd.common.CMD.preInit(CMD.java:51)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
 
-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    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 8.1 (amd64) version 6.3
    Java Version: 1.7.0_60, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 169555720 bytes (161 MB) / 985137152 bytes (939 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048m -XX:MaxPermSize=256m
    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: MCP v9.05 FML v7.10.85.1236 Minecraft Forge 10.13.2.1236 146 mods loaded, 146 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{7.10.85.1236} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
    Forge{10.13.2.1236} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
    appliedenergistics2-core{rv1-stable-1} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    <CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    MobiusCore{1.2.3} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    NotEnoughItems{1.0.3.67} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.67-universal.jar) Unloaded->Constructed->Pre-initialized
    OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized
    OpenModsCore{0.6} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    malisiscore{1.7.10-0.9.9} [Malisis Core] (malisiscore-1.7.10-0.9.9.jar) Unloaded->Constructed->Pre-initialized
    debug{1.0} [debug] (denseores-1.5.jar) Unloaded->Constructed->Pre-initialized
    extendedWorkbench{1.2.1.0} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.0.jar) Unloaded->Constructed->Pre-initialized
    act{0.0.2a_1.7.10} [AdminCommandsToolbox] (AdminCommandsToolbox-0.0.2a_1.7.10.jar) Unloaded->Constructed->Pre-initialized
    appliedenergistics2{rv1-stable-1} [Applied Energistics 2] (appliedenergistics2-rv1-stable-1.jar) Unloaded->Constructed->Pre-initialized
    CoFHCore{1.7.10R3.0.0B8} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B8-36.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{6.1.5} [BuildCraft] (buildcraft-6.1.5.jar) Unloaded->Constructed->Pre-initialized
    Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized
    Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1004-universal.jar) Unloaded->Constructed->Pre-initialized
    IC2{2.2.650-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.650-experimental.jar) Unloaded->Constructed->Pre-initialized
    Forestry{3.1.1.4} [Forestry for Minecraft] (forestry_1.7.10-3.1.1.4.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded{1.7.10R2.8.0RC4} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    Artifice{1.7.10R1.1.4} [Artifice] (Artifice-1.7-1.1.4-300.jar) Unloaded->Constructed->Pre-initialized
    Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized
    betterstorage{0.10.4.117} [BetterStorage] (BetterStorage-1.7.10-0.10.4.117.jar) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
    ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B3-8.jar) Unloaded->Constructed->Pre-initialized
    ThermalExpansion{1.7.10R4.0.0B6} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B6-16.jar) Unloaded->Constructed->Pre-initialized
    BigReactors{0.4.0rc11} [Big Reactors] (BigReactors-0.4.0rc11.jar) Unloaded->Constructed->Pre-initialized
    cslib{1.7.10-2.7.2} [Clashsoft Lib] (ClashsoftLib-1.7.10-2.7.2.jar) Unloaded->Constructed->Pre-initialized
    brewingapi{1.7.10-3.0.2} [Brewing API] (BrewingAPI-1.7.10-3.0.2.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{6.1.5} [BC Builders] (buildcraft-6.1.5.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{6.1.5} [BC Transport] (buildcraft-6.1.5.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{6.1.5} [BC Silicon] (buildcraft-6.1.5.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{6.1.5} [BC Factory] (buildcraft-6.1.5.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{6.1.5} [BC Energy] (buildcraft-6.1.5.jar) Unloaded->Constructed->Pre-initialized
    CarpentersBlocks{3.3.0.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.0.1 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
    ChickenChunks{1.3.4.14} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.14-universal.jar) Unloaded->Constructed->Pre-initialized
    chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar) Unloaded->Constructed->Pre-initialized
    ComputerCraft{1.65} [ComputerCraft] (ComputerCraft1.65.jar) Unloaded->Constructed->Pre-initialized
    craftingpillars{1.5.5} [Crafting Pillars] (craftingpillars-1.7.10-1.5.8.jar) Unloaded->Constructed->Pre-initialized
    cmd{1.4} [Custom Music Discs] (Custom Music Discs-1.4 Client.jar) Unloaded->Constructed->Errored
    customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized
    CustomStuff2{0.11.10} [Custom Stuff 2] (CustomStuff2-0.11.10-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized
    props{1.11} [Decocraft] (Decocraft-v1.11_1.7.10.jar) Unloaded->Constructed->Pre-initialized
    Emotes{1.0} [Emotes] (Emotes 1.0.1.jar) Unloaded->Constructed->Pre-initialized
    eplus{1.7.10-3.0.1} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.1.jar) Unloaded->Constructed->Pre-initialized
    Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar) Unloaded->Constructed->Pre-initialized
    Railcraft{9.3.3.0} [Railcraft] (Railcraft_1.7.10-9.3.3.0.jar) Unloaded->Constructed->Pre-initialized
    EnderIO{1.7.10-2.1.8.260} [Ender IO] (EnderIO-1.7.10-2.1.8.260.jar) Unloaded->Constructed->Pre-initialized
    EnderStorage{1.4.5.25} [EnderStorage] (EnderStorage-1.7.10-1.4.5.25-universal.jar) Unloaded->Constructed->Pre-initialized
    emashercore{1.3.0.0} [ET Resources] (EngineersToolbox-1.2.0.0-BETA.jar) Unloaded->Constructed->Pre-initialized
    emasherdefense{1.3.0.0} [ET Defense] (EngineersToolbox-1.2.0.0-BETA.jar) Unloaded->Constructed->Pre-initialized
    eng_toolbox{1.2.0.0} [Engineer's Toolbox] (EngineersToolbox-1.2.0.0-BETA.jar) Unloaded->Constructed->Pre-initialized
    gascraft{2.1.0.0} [GasCraft] (EngineersToolbox-1.2.0.0-BETA.jar) Unloaded->Constructed->Pre-initialized
    exnihilo{1.37} [Ex Nihilo] (Ex-Nihilo-1.37.jar) Unloaded->Constructed->Pre-initialized
    extrabuttons{1.7.10.1} [ExtraButtons] (ExtraButtons-1.7.10.1.jar) Unloaded->Constructed->Pre-initialized
    MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) Unloaded->Constructed->Pre-initialized
    Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized
    TConstruct{1.7.10-1.6.0.build611} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d40.1.jar) Unloaded->Constructed->Pre-initialized
    Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar) Unloaded->Constructed->Pre-initialized
    ExtraTiC{0.8.4} [ExtraTiC] (ExtraTiC-1.7.10-1.0.3.jar) Unloaded->Constructed->Pre-initialized
    ForgeMultipart{1.1.0.309} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded->Constructed->Pre-initialized
    ExtraUtilities{1.1.0k} [Extra Utilities] (extrautilities-1.1.0k.jar) Unloaded->Constructed->Pre-initialized
    iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized
    Hats{4.0.1} [Hats] (Hats-4.0.1.jar) Unloaded->Constructed->Pre-initialized
    HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar) Unloaded->Constructed->Pre-initialized
    IC2NuclearControl{2.0.6a} [Nuclear Control 2] (IC2NuclearControl-2.0.6a.jar) Unloaded->Constructed->Pre-initialized
    ImmibisCore{59.0.3} [Immibis Core] (immibis-core-59.0.3.jar) Unloaded->Constructed->Pre-initialized
    ImmibisPeripherals{59.0.1} [Immibis's Peripherals] (immibis-peripherals-59.0.1.jar) Unloaded->Constructed->Pre-initialized
    imc{1.6} [Improving Minecraft] (Improving Minecraft-1.6.jar) Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed->Pre-initialized
    examplemod{1.0} [examplemod] (IOPeripheral-1.7.10R1.3.jar) Unloaded->Constructed->Pre-initialized
    PneumaticCraft{1.3.1-31} [PneumaticCraft] (PneumaticCraft-1.7.10-1.3.1-31-universal.jar) Unloaded->Constructed->Pre-initialized
    IOPeripheral{1.7.10R1.3} [IOPeripheral] (IOPeripheral-1.7.10R1.3.jar) Unloaded->Constructed->Pre-initialized
    IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed->Pre-initialized
    JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar) Unloaded->Constructed->Pre-initialized
    LiquidXP{59.0.0} [Liquid XP] (liquid-xp-59.0.0.jar) Unloaded->Constructed->Pre-initialized
    LogisticsPipes{0.8.2.77} [Logistics Pipes] (logisticspipes-0.8.2.77.jar) Unloaded->Constructed->Pre-initialized
    malisisdoors{1.7.10-1.2.1} [Malisis' Doors] (malisisdoors-1.7.10-1.2.1.jar) Unloaded->Constructed->Pre-initialized
    Mariculture{1.2.3d} [Mariculture] (Mariculture-1.7.10-1.2.3d.jar) Unloaded->Constructed->Pre-initialized
    RedstoneArsenal{1.7.10R1.1.0RC1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0RC1-19.jar) Unloaded->Constructed->Pre-initialized
    Mekanism{7.1.1} [Mekanism] (Mekanism-1.7.10-7.1.1.122.jar) Unloaded->Constructed->Pre-initialized
    MekanismGenerators{7.1.1} [MekanismGenerators] (MekanismGenerators-1.7.10-7.1.1.122.jar) Unloaded->Constructed->Pre-initialized
    MekanismTools{7.1.1} [MekanismTools] (MekanismTools-1.7.10-7.1.1.122.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC3} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC4} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC4} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC3} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC3} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC4} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC3} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC3} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC3} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MrTJPCoreMod{1.0} [MrTJPCoreMod] (MrTJPCore-1.7.10-1.0.2.4-universal.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Core{4.5.3.54} [ProjectRed] (ProjectRed-1.7.10-4.5.3.54-Base.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Exploration{4.5.3.54} [ProjectRed-Exploration] (ProjectRed-1.7.10-4.5.3.54-World.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC3} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC3} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC3} [MFR Compat: RP2] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC3} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC3} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC4} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC4} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0RC4-679.jar) Unloaded->Constructed->Pre-initialized
    minestrappolation{1.7.10-3.3.4} [Minestrappolation] (Minestrappolation-1.7.10-3.3.4.jar) Unloaded->Constructed->Pre-initialized
    MoreFurnaces{1.3.9} [More Furnaces] (MoreFurnaces-1.3.9-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized
    morepotions{1.7.10-1.0.4} [More Potions Mod] (MorePotionsMod-1.7.10-1.0.4.jar) Unloaded->Constructed->Pre-initialized
    cfm{3.3.6} [§6MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.6(1.7.10).jar) Unloaded->Constructed->Pre-initialized
    NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar) Unloaded->Constructed->Pre-initialized
    NotEnoughCodecs{0.3} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.3-snapshot-11.jar) Unloaded->Constructed->Pre-initialized
    OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-247.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Transmission{4.5.3.54} [ProjectRed-Transmission] (ProjectRed-1.7.10-4.5.3.54-Integration.jar) Unloaded->Constructed->Pre-initialized
    OpenPeripheralCore{0.5.0} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-0.5.0-snapshot-146.jar) Unloaded->Constructed->Pre-initialized
    OpenPeripheral{0.2.0} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.2.0-snapshot-126.jar) Unloaded->Constructed->Pre-initialized
    OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-475.jar) Unloaded->Constructed->Pre-initialized
    harvestcraft{1.7.10b} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10c.jar) Unloaded->Constructed->Pre-initialized
    plantmegapack{4.09} [Plant Mega Pack] (plantmegapack-4.09-1.7.10-1180.jar) Unloaded->Constructed->Pre-initialized
    pda{1.7.10} [Plus d'aliments] (Plus daliments-1.7.10 v4.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Integration{4.5.3.54} [ProjectRed-Integration] (ProjectRed-1.7.10-4.5.3.54-Integration.jar) Unloaded->Constructed->Pre-initialized
    ProjRed|Illumination{4.5.3.54} [ProjectRed-Illumination] (ProjectRed-1.7.10-4.5.3.54-Lighting.jar) Unloaded->Constructed->Pre-initialized
    YogpstopLib{2.0-RC4} [Yogpstop Library] (QuarryPlus-1.7.10-2.0-RC4.jar) Unloaded->Constructed->Pre-initialized
    QuarryPlus{2.0-RC4} [QuarryPlus] (QuarryPlus-1.7.10-2.0-RC4.jar) Unloaded->Constructed->Pre-initialized
    RandomThings{2.2.0} [Random Things] (RandomThings-2.2.0.jar) Unloaded->Constructed->Pre-initialized
    RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar) Unloaded->Constructed->Pre-initialized
    SaintsCore{0.8} [Saintscore] (SaintsCore-0.8-Minecraft-1.7.10.jar) Unloaded->Constructed->Pre-initialized
    mod_Saintspack{0.8} [Saintspack] (SaintsPack-0.8-Minecraft_1.7.10) Unloaded->Constructed->Pre-initialized
    secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.376.jar) Unloaded->Constructed->Pre-initialized
    securitycraft{v1.6.1} [SecurityCraft] (SecurityCraft v1.6.1 for 1.7.10.jar) Unloaded->Constructed->Pre-initialized
    SelfieMod{1.1.0-beta1} [Selfie Mod] (selfiemod-1.1.0-beta1.jar) Unloaded->Constructed->Pre-initialized
    SmartCursor{1.3.0} [SmartCursor] (SmartCursor-1.3.0-1.7.10.zip) Unloaded->Constructed->Pre-initialized
    StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) Unloaded->Constructed->Pre-initialized
    StorageDrawers{1.1.7} [Storage Drawers] (StorageDrawers-1.7.10-1.1.7.jar) Unloaded->Constructed->Pre-initialized
    ThutConcrete{0.0.1} [Thut's Concrete] (Thut-VE-1.7.10-v0.0.2.jar) Unloaded->Constructed->Pre-initialized
    ThutCore{0.0.1} [ThutCore] (Thut-VE-1.7.10-v0.0.2.jar) Unloaded->Constructed->Pre-initialized
    ThutTech{1.0.0} [Thut's Tech] (Thut-VE-1.7.10-v0.0.2.jar) Unloaded->Constructed->Pre-initialized
    ThutWorld{0.0.1} [Thut's WorldGen] (Thut-VE-1.7.10-v0.0.2.jar) Unloaded->Constructed->Pre-initialized
    WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized
    WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized
    WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar) Unloaded->Constructed->Pre-initialized
    McMultipart{1.1.0.309} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded->Constructed->Pre-initialized
    denseores{1.0} [Dense Ores] (denseores-1.5.jar) Unloaded->Constructed->Pre-initialized
    ForgeMicroblock{1.1.0.309} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded->Constructed->Pre-initialized
    OpenModsLib crash transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
    AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.
    Launched Version: 1.7.10-Forge10.13.2.1236
    LWJGL: 2.9.1
    OpenGL: GeForce 510/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.48, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
 
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)

Ci-joint également : les logs à la fin du chargement des mods sur Technic Launcher.

Voici la liste des mods : http://pictocrafthost.livehost.fr/PictoCraft/Permissions.htm

Merci d'avance,
Lilloote
 

Fichiers joints

  • logs.txt
    49.2 KB · Affichages: 567

Lilloote

Architecte en herbe
12 Avril 2013
20
2
66