Résolu Crash au démarrage

toujours pas:(

---- Minecraft Crash Report ----
// Why did you do that?

Time: 19/09/15 23:53
Description: Initializing game

java.lang.NoClassDefFoundError: mods/immibis/core/api/net/IPacketMap
at mods.immibis.microblocks.coremod.BridgeClass2.preinit(BridgeClass2.java:34)
at mods.immibis.microblocks.coremod.MicroblocksModContainer.preinit(MicroblocksModContainer.java:86)
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 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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 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:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
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(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)
Caused by: java.lang.ClassNotFoundException: mods.immibis.core.api.net.IPacketMap
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 34 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 36 more


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

-- Head --
Stacktrace:
at mods.immibis.microblocks.coremod.BridgeClass2.preinit(BridgeClass2.java:34)
at mods.immibis.microblocks.coremod.MicroblocksModContainer.preinit(MicroblocksModContainer.java:86)
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 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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 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:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- 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(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.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 117716496 bytes (112 MB) / 325644288 bytes (310 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 35 mods loaded, 35 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCH Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCH CodeChickenCore{1.0.3.26} [CodeChicken Core] (minecraft.jar)
UC ImmibisMicroblocks{59.0.0} [Immibis's Microblocks] (Immibiss-Microblocks-Mod-1.7.10.jar)
UC NotEnoughItems{1.0.3.56} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.56-universal.jar)
UC malisiscore{1.7.10-0.9.2} [Malisis Core] (malisiscore-1.7.10-0.9.2.jar)
UC battlegear2{1.0.5.7} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.5.7.jar)
UC lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UC FLabsBF{4.1.2} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.1.2.jar)
UC DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
UC adventurebackpack{0.7.5} [Adventure Backpack] (adventurebackpack-1.7.10-0.7.5.jar)
UC ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1(1).jar)
UC BetterTitleScreen{1.7.10-1.1} [Better Title Screen] (BetterTitleScreen-1.7.10-1.1.jar)
UC BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.10].jar)
UC BuildCraft|Core{6.3.0} [BuildCraft] (buildcraft-6.3.0.jar)
UC BuildCraft|Transport{6.3.0} [BC Transport] (buildcraft-6.3.0.jar)
UC BuildCraft|Silicon{6.3.0} [BC Silicon] (buildcraft-6.3.0.jar)
UC BuildCraft|Builders{6.3.0} [BC Builders] (buildcraft-6.3.0.jar)
UC BuildCraft|Energy{6.3.0} [BC Energy] (buildcraft-6.3.0.jar)
UC BuildCraft|Factory{6.3.0} [BC Factory] (buildcraft-6.3.0.jar)
UC CarpentersBlocks{3.3.4.4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.4.4 - MC 1.7.10.jar)
UC chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
UC EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (EasyCrafting-1.7.10-2.0.1.16.jar)
UC EnderIO{2.0_beta} [Ender IO] (Ender-IO-Mod-1.7.10.jar)
UC GardenCore{1.2.1} [Garden Core] (GardenStuff-1.7.10-1.2.2.jar)
UC GardenContainers{1.2.2} [Garden Containers] (GardenStuff-1.7.10-1.2.2.jar)
UC GardenTrees{1.2.0} [Garden Trees] (GardenStuff-1.7.10-1.2.2.jar)
UC iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar)
UC Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UC inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UC malisisdoors{1.7.10-1.4.3} [Malisis' Doors] (malisisdoors-1.7.10-1.4.3.jar)
UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UC minechem{5.0.5.358} [Minechem] (Minechem-1.7.10-5.0.5.358.jar)
UC minepainter{0.2.6} [MinePainter] (minepainter-0.2.6.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1.8787' Renderer: 'ATI Mobility Radeon HD 4300 Series'
Mantle Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.4.1492-1.7.10
LWJGL: 2.9.1
OpenGL: ATI Mobility Radeon HD 4300 Series GL version 2.1.8787, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object 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: Français (France)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
 
java.lang.NoClassDefFoundError: mods/immibis/core/api/net/IPacketMap
Il te manque immibis core. Faut vérifier les dépendances avant d'installer des mods ...
 
:(


---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 20/09/15 15:09
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/malisis/core/renderer/animation/transformation/ITransformable
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
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(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)
Caused by: java.lang.NoClassDefFoundError: net/malisis/core/renderer/animation/transformation/ITransformable
at net.malisis.doors.door.DoorRegistry.<clinit>(DoorRegistry.java:71)
at net.malisis.doors.door.DoorDescriptor.<init>(DoorDescriptor.java:74)
at net.malisis.doors.door.descriptor.VanillaDoor.<init>(VanillaDoor.java:42)
at net.malisis.doors.Registers.registerVanillaDoors(Registers.java:111)
at net.malisis.doors.Registers.init(Registers.java:82)
at net.malisis.doors.MalisisDoors.preInit(MalisisDoors.java:78)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 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:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.malisis.core.renderer.animation.transformation.ITransformable
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 44 more


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 7 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 120633448 bytes (115 MB) / 313073664 bytes (298 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 36 mods loaded, 36 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCH Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCH CodeChickenCore{1.0.3.26} [CodeChicken Core] (minecraft.jar)
UCH ImmibisMicroblocks{59.0.0} [Immibis's Microblocks] (Immibiss-Microblocks-Mod-1.7.10.jar)
UCH NotEnoughItems{1.0.3.56} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.56-universal.jar)
UCH malisiscore{1.7.10-0.9.2} [Malisis Core] (malisiscore-1.7.10-0.9.2.jar)
UCH battlegear2{1.0.5.7} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.5.7.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH FLabsBF{4.1.2} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.1.2.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
UCH adventurebackpack{0.7.5} [Adventure Backpack] (adventurebackpack-1.7.10-0.7.5.jar)
UCH ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1(1).jar)
UCH BetterTitleScreen{1.7.10-1.1} [Better Title Screen] (BetterTitleScreen-1.7.10-1.1.jar)
UCH BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.10].jar)
UCH BuildCraft|Core{6.3.0} [BuildCraft] (buildcraft-6.3.0.jar)
UCH BuildCraft|Transport{6.3.0} [BC Transport] (buildcraft-6.3.0.jar)
UCH BuildCraft|Silicon{6.3.0} [BC Silicon] (buildcraft-6.3.0.jar)
UCH BuildCraft|Builders{6.3.0} [BC Builders] (buildcraft-6.3.0.jar)
UCH BuildCraft|Energy{6.3.0} [BC Energy] (buildcraft-6.3.0.jar)
UCH BuildCraft|Factory{6.3.0} [BC Factory] (buildcraft-6.3.0.jar)
UCH CarpentersBlocks{3.3.4.4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.4.4 - MC 1.7.10.jar)
UCH chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
UCH EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (EasyCrafting-1.7.10-2.0.1.16.jar)
UCH EnderIO{2.0_beta} [Ender IO] (Ender-IO-Mod-1.7.10.jar)
UCH GardenCore{1.2.1} [Garden Core] (GardenStuff-1.7.10-1.2.2.jar)
UCH GardenContainers{1.2.2} [Garden Containers] (GardenStuff-1.7.10-1.2.2.jar)
UCH GardenTrees{1.2.0} [Garden Trees] (GardenStuff-1.7.10-1.2.2.jar)
UCH iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar)
UCH Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCH ImmibisCore{59.0.1} [Immibis Core] (Immibis-Core-1.7.10.jar)
UCH inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCE malisisdoors{1.7.10-1.4.3} [Malisis' Doors] (malisisdoors-1.7.10-1.4.3.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH minechem{5.0.5.358} [Minechem] (Minechem-1.7.10-5.0.5.358.jar)
UCH minepainter{0.2.6} [MinePainter] (minepainter-0.2.6.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1.8787' Renderer: 'ATI Mobility Radeon HD 4300 Series'
Mantle Environment: Environment healthy.
 
merci ça marche pour démarrer mais quand je démerdard mas survie ça fais ça

---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 20/09/15 17:17
Description: Updating screen events

java.lang.IllegalStateException: The fluid registry is corrupted
at net.minecraftforge.fluids.FluidRegistry.getDefaultFluidName(FluidRegistry.java:297)
at net.minecraftforge.fluids.FluidRegistry.writeDefaultFluidList(FluidRegistry.java:327)
at net.minecraftforge.common.ForgeModContainer.getDataForWriting(ForgeModContainer.java:315)
at cpw.mods.fml.common.FMLCommonHandler.handleWorldDataSave(FMLCommonHandler.java:375)
at net.minecraft.world.storage.SaveHandler.func_75761_a(SaveHandler.java:209)
at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2081)
at net.minecraft.client.gui.GuiCreateWorld.func_146284_a(GuiCreateWorld.java:230)
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)
at net.minecraft.client.gui.GuiCreateWorld.func_73864_a(GuiCreateWorld.java:377)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 --
Stacktrace:
at net.minecraftforge.fluids.FluidRegistry.getDefaultFluidName(FluidRegistry.java:297)
at net.minecraftforge.fluids.FluidRegistry.writeDefaultFluidList(FluidRegistry.java:327)
at net.minecraftforge.common.ForgeModContainer.getDataForWriting(ForgeModContainer.java:315)
at cpw.mods.fml.common.FMLCommonHandler.handleWorldDataSave(FMLCommonHandler.java:375)
at net.minecraft.world.storage.SaveHandler.func_75761_a(SaveHandler.java:209)
at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2081)
at net.minecraft.client.gui.GuiCreateWorld.func_146284_a(GuiCreateWorld.java:230)
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:225)
at net.minecraft.client.gui.GuiCreateWorld.func_73864_a(GuiCreateWorld.java:377)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.GuiMainMenu
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 233027816 bytes (222 MB) / 417996800 bytes (398 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -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: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 36 mods loaded, 36 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJA CodeChickenCore{1.0.3.26} [CodeChicken Core] (minecraft.jar)
UCHIJA ImmibisMicroblocks{59.0.0} [Immibis's Microblocks] (Immibiss-Microblocks-Mod-1.7.10.jar)
UCHIJA NotEnoughItems{1.0.3.56} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.56-universal.jar)
UCHIJA battlegear2{1.0.5.7} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.5.7.jar)
UCHIJA lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCHIJA FLabsBF{4.1.2} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.1.2.jar)
UCHIJA DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar)
UCHIJA adventurebackpack{0.7.5} [Adventure Backpack] (adventurebackpack-1.7.10-0.7.5.jar)
UCHIJA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1(1).jar)
UCHIJA BetterTitleScreen{1.7.10-1.1} [Better Title Screen] (BetterTitleScreen-1.7.10-1.1.jar)
UCHIJA BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.10].jar)
UCHIJA BuildCraft|Core{6.3.0} [BuildCraft] (buildcraft-6.3.0.jar)
UCHIJA BuildCraft|Transport{6.3.0} [BC Transport] (buildcraft-6.3.0.jar)
UCHIJA BuildCraft|Silicon{6.3.0} [BC Silicon] (buildcraft-6.3.0.jar)
UCHIJA BuildCraft|Builders{6.3.0} [BC Builders] (buildcraft-6.3.0.jar)
UCHIJA BuildCraft|Energy{6.3.0} [BC Energy] (buildcraft-6.3.0.jar)
UCHIJA BuildCraft|Factory{6.3.0} [BC Factory] (buildcraft-6.3.0.jar)
UCHIJA CarpentersBlocks{3.3.4.4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.4.4 - MC 1.7.10.jar)
UCHIJA chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
UCHIJA EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (EasyCrafting-1.7.10-2.0.1.16.jar)
UCHIJA EnderIO{2.0_beta} [Ender IO] (Ender-IO-Mod-1.7.10.jar)
UCHIJA GardenCore{1.2.1} [Garden Core] (GardenStuff-1.7.10-1.2.2.jar)
UCHIJA GardenContainers{1.2.2} [Garden Containers] (GardenStuff-1.7.10-1.2.2.jar)
UCHIJA GardenTrees{1.2.0} [Garden Trees] (GardenStuff-1.7.10-1.2.2.jar)
UCHIJA iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar)
UCHIJA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJA ImmibisCore{59.0.1} [Immibis Core] (Immibis-Core-1.7.10.jar)
UCHIJA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJA malisiscore{1.7.10-0.12.9} [MalisisCore] (malisiscore-1.7.10-0.12.9.jar)
UCHIJA malisisdoors{1.7.10-1.10} [Malisis' Doors] (malisisdoors-1.7.10-1.10.jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJA minechem{5.0.5.358} [Minechem] (Minechem-1.7.10-5.0.5.358.jar)
UCHIJA minepainter{0.2.6} [MinePainter] (minepainter-0.2.6.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1.8787' Renderer: 'ATI Mobility Radeon HD 4300 Series'
Mantle Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.4.1492-1.7.10
LWJGL: 2.9.1
OpenGL: ATI Mobility Radeon HD 4300 Series GL version 2.1.8787, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object 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: Français (France)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
 
Un ou plusieurs mods ajoutant des fluides le fait mal, ce qui corrompt le registre de fluide de Forge. Cependant le rapport de crash n'indique pas lequel ou lesquels. Je te conseil de mettre à jour tous les mods.