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 Crash Serveur Modée [1.7.10]

Discussion dans 'Serveurs' créé par Rifigames, 14 Jan 2018.

  1. Rifigames

    Rifigames Nouveau

    Inscrit:
    14 Jan 2018
    Messages:
    4
    Points:
    0
    Sexe:
    Homme
    Bonjours, je suis très embarrassé car cela fait plus de 3 jours que je cherche à comprendre l'erreur.

    Je vous explique ce que je veux faire :

    Je voulais faire un mini jeu sur la map Hello Neighbor en 1.7.10 ducoup j'ai crée un serveur avec donc les mods utilisés pour la map et quand je lance le serveur ça me met ceci :


    ---- Minecraft Crash Report ----
    // I bet Cylons wouldn't have this problem.

    Time: 14/01/18 11:42
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
    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.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(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:119)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 30 more
    Caused by: java.lang.RuntimeException: Attempted to load class bjf for invalid side SERVER
    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 32 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 10 (amd64) version 10.0
    Java Version: 1.8.0_151, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 3880370792 bytes (3700 MB) / 4111990784 bytes (3921 MB) up to 4111990784 bytes (3921 MB)
    JVM Flags: 2 total; -Xms4092M -Xmx4092M
    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.1558 45 mods loaded, 45 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
    UC Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
    UC PlayerAPI{1.4} [Player API] (minecraft.jar)
    UC RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar)
    UC TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
    UC securitycraft{v1.8.1} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.1.jar)
    UC hnm{1.0.5} [NeighborCraft] ([1.7]NeighborCraft[1.0.5].jar)
    UC AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10.jar)
    UC ArchitectureCraft{1.4.2} [ArchitectureCraft] (architecturecraft-1.4.2-mc1.7.10.jar)
    UC BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
    UC binocular{1.2} [Binocular] (binocular_1.7.10_1.2.jar)
    UC CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenters_Blocks_v3.3.8_MC_1.7.10.jar)
    UC chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
    UC customnpcs{1.7.10b} [CustomNpcs] (Custom-NPCs-Mod-1.7.10.jar)
    UC PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.5_1.7.10.jar)
    UC props{2.3.4} [Decocraft] (Decocraft-2.3.5_1.7.10.jar)
    UC Drinkcraft{v1.0} [Drinkcraft] (DrinkCraft Mod v1.0.zip)
    UE DynamicLights{1.3.5} [Dynamic Lights] (DynamicLights-1.7.10.jar)
    UE DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
    UE DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
    UE DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
    UE DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
    UE DynamicLights_mobEquipment{1.0.5} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
    UE DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
    UE DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
    UE DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
    UE DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
    UC etfuturum{1.5.5} [Et Futurum] (Et_Futurum_1.5.5.jar)
    UC fantastic{1.0.0} [Fantastic Fish] (Fantastic-Fish-Mod-1.7.10.jar)
    UC flashlight{�{version}} [Flashlight Mod] (Flashlight_1.7.10_1.0.jar)
    UC ftfragileglass{1.7.10-1.5} [Fragile Glass and Thin Ice] (fragile-glass-1.7.10.jar)
    UE FreezeCam{4.1} [FreezeCam] (FreezeCam_1.7.10_4.1.jar)
    UC hidenames{1.1.7} [Hide Names] (Hide Names-1.7.10-1.1.8.jar)
    UC iChunUtil{4.1.3} [iChunUtil] (iChun-Util-Mod-1.7.10.jar)
    UC TeNNoX_KeyAndCodeLock{1.4} [KeyAndCodeLock] (KeyAndCodeLock_1.7.10_1.4.jar)
    UC malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
    UC malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
    UC metachanger{0.2.0} [MetaChanger] (metachanger-0.2.0.jar)
    UC cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.81.7.10.jar)
    UC BridgeRails{3.0.0} [Rail Bridges] (Rail Bridges.jar)
    UE randomadditions{0.9} [RandomAdditions] (random-additions-mod-1.7.10_67a2b.jar)
    UC corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c.jar)
    UC thecoloredblocksmod{v1.3} [thecoloredblocksmod] (The_Colored_Blocks_Mod_1.7.10.jar)
    UC camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)


    Pouvez-vous m'aider car je suis vraiment triste que ça ne marche pas ?

    Merci pour votre aide !
     
  2. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Salut,
    Retires DynamicLights, ce n'est pas un mod serveur.
     
  3. Rifigames

    Rifigames Nouveau

    Inscrit:
    14 Jan 2018
    Messages:
    4
    Points:
    0
    Sexe:
    Homme
    Merci pour votre conseil mais le serveur crash toujours.


    ---- Minecraft Crash Report ----
    // Hey, that tickles! Hehehe!

    Time: 19/01/18 18:51
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
    at com.creativemd.randomadditions.core.RandomAdditions.<clinit>(RandomAdditions.java:114)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
    at sun.reflect.GeneratedMethodAccessor5.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:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    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:119)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 30 more
    Caused by: java.lang.ArrayIndexOutOfBoundsException


    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_161, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 3921509480 bytes (3739 MB) / 4111990784 bytes (3921 MB) up to 4111990784 bytes (3921 MB)
    JVM Flags: 2 total; -Xms4092M -Xmx4092M
    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.1558 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
    UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
    UC Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
    UC PlayerAPI{1.4} [Player API] (minecraft.jar)
    UC RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar)
    UC TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
    UC securitycraft{v1.8.1} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.1.jar)
    UC hnm{1.0.5} [NeighborCraft] ([1.7]NeighborCraft[1.0.5].jar)
    UC AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10.jar)
    UC ArchitectureCraft{1.4.2} [ArchitectureCraft] (architecturecraft-1.4.2-mc1.7.10.jar)
    UC BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
    UC binocular{1.2} [Binocular] (binocular_1.7.10_1.2.jar)
    UC CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenters_Blocks_v3.3.8_MC_1.7.10.jar)
    UC chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
    UC customnpcs{1.7.10b} [CustomNpcs] (Custom-NPCs-Mod-1.7.10.jar)
    UC PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.5_1.7.10.jar)
    UC props{2.3.4} [Decocraft] (Decocraft-2.3.5_1.7.10.jar)
    UC Drinkcraft{v1.0} [Drinkcraft] (DrinkCraft Mod v1.0.zip)
    UC etfuturum{1.5.5} [Et Futurum] (Et_Futurum_1.5.5.jar)
    UC fantastic{1.0.0} [Fantastic Fish] (Fantastic-Fish-Mod-1.7.10.jar)
    UC flashlight{�{version}} [Flashlight Mod] (Flashlight_1.7.10_1.0.jar)
    UC ftfragileglass{1.7.10-1.5} [Fragile Glass and Thin Ice] (fragile-glass-1.7.10.jar)
    UE FreezeCam{4.1} [FreezeCam] (FreezeCam_1.7.10_4.1.jar)
    UC hidenames{1.1.7} [Hide Names] (Hide Names-1.7.10-1.1.8.jar)
    UC iChunUtil{4.1.3} [iChunUtil] (iChun-Util-Mod-1.7.10.jar)
    UC TeNNoX_KeyAndCodeLock{1.4} [KeyAndCodeLock] (KeyAndCodeLock_1.7.10_1.4.jar)
    UC malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
    UC malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
    UC metachanger{0.2.0} [MetaChanger] (metachanger-0.2.0.jar)
    UC cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.81.7.10.jar)
    UC BridgeRails{3.0.0} [Rail Bridges] (Rail Bridges.jar)
    UE randomadditions{0.9} [RandomAdditions] (random-additions-mod-1.7.10_67a2b.jar)
    UC corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c.jar)
    UC thecoloredblocksmod{v1.3} [thecoloredblocksmod] (The_Colored_Blocks_Mod_1.7.10.jar)
    UC camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)


    Cependant de mon côté j'ai fait le tri des mods pour voir si c'était peut être une incompatibilité et maintenant j'arrive a rentrer dans le serveur mais dès que j'ouvre une porte, un coffre... le serveur crash et ça me donne donc ceci :


    ---- Minecraft Crash Report ----
    // Everything's going to plan. No, really, that was supposed to happen.

    Time: 19/01/18 18:58
    Description: Exception in server tick loop

    java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
    at TMIConfig.isMultiplayer(TMIConfig.java:87)
    at TMIForgeContainer.playerInteract(TMIForgeContainer.java:48)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_1_TMIForgeContainer_playerInteract_PlayerInteractEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
    at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
    at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353)
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 17 more
    Caused by: java.lang.RuntimeException: Attempted to load class bao for invalid side SERVER
    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 19 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 10 (amd64) version 10.0
    Java Version: 1.8.0_161, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 3556938632 bytes (3392 MB) / 4263510016 bytes (4066 MB) up to 4263510016 bytes (4066 MB)
    JVM Flags: 2 total; -Xms4092M -Xmx4092M
    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.1558 37 mods loaded, 37 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
    UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
    UCHIJAAAA PlayerAPI{1.4} [Player API] (minecraft.jar)
    UCHIJAAAA RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar)
    UCHIJAAAA TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
    UCHIJAAAA securitycraft{v1.8.1} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.1.jar)
    UCHIJAAAA cubic_core{1.0.0} [CubicCore] (CubicCore-1.7.10.jar)
    UCHIJAAAA hnm{1.0.5B} [NeighborCraft] ([1.7]NeighborCraft[1.0.5B].jar)
    UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10.jar)
    UCHIJAAAA ArchitectureCraft{1.4.2} [ArchitectureCraft] (architecturecraft-1.4.2-mc1.7.10.jar)
    UCHIJAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
    UCHIJAAAA binocular{1.2} [Binocular] (binocular_1.7.10_1.2.jar)
    UCHIJAAAA CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenters_Blocks_v3.3.8_MC_1.7.10.jar)
    UCHIJAAAA chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
    UCHIJAAAA creativecore{1.3.14} [CreativeCore] (CreativeCore v1.3.24 mc1.7.10.jar)
    UCHIJAAAA customnpcs{1.7.10b} [CustomNpcs] (Custom-NPCs-Mod-1.7.10.jar)
    UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.5_1.7.10.jar)
    UCHIJAAAA props{2.3.4} [Decocraft] (Decocraft-2.3.5_1.7.10.jar)
    UCHIJAAAA Drinkcraft{v1.0} [Drinkcraft] (DrinkCraft Mod v1.0.zip)
    UCHIJAAAA etfuturum{1.5.5} [Et Futurum] (Et_Futurum_1.5.5.jar)
    UCHIJAAAA fantastic{1.0.0} [Fantastic Fish] (Fantastic-Fish-Mod-1.7.10.jar)
    UCHIJAAAA flashlight{�{version}} [Flashlight Mod] (Flashlight_1.7.10_1.0.jar)
    UCHIJAAAA ftfragileglass{1.7.10-1.5} [Fragile Glass and Thin Ice] (fragile-glass-1.7.10.jar)
    UCHIJAAAA hidenames{1.1.7} [Hide Names] (Hide Names-1.7.10-1.1.8.jar)
    UCHIJAAAA iChunUtil{4.1.3} [iChunUtil] (iChun-Util-Mod-1.7.10.jar)
    UCHIJAAAA ingameconfigmanager{0.1} [InGameConfigManager] (InGameConfigManager Alpha v0.1.15 mc1.7.10.zip)
    UCHIJAAAA TeNNoX_KeyAndCodeLock{1.4} [KeyAndCodeLock] (KeyAndCodeLock_1.7.10_1.4.jar)
    UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
    UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
    UCHIJAAAA metachanger{0.2.0} [MetaChanger] (metachanger-0.2.0.jar)
    UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.81.7.10.jar)
    UCHIJAAAA BridgeRails{3.0.0} [Rail Bridges] (Rail Bridges.jar)
    UCHIJAAAA randomadditions{0.11.21} [RandomAdditions] (RandomAdditions Alpha 0.11.23 mc1.7.10.jar)
    UCHIJAAAA corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c.jar)
    UCHIJAAAA thecoloredblocksmod{v1.3} [thecoloredblocksmod] (The_Colored_Blocks_Mod_1.7.10.jar)
    UCHIJAAAA camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 2; [EntityPlayerMP['Rifigames'/101, l='Hello Neighbor - Alpha 3 ENG', x=50,09, y=74,00, z=-140,52]]
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)


    Merci beaucoup de m'aider !!
     
  4. Rifigames

    Rifigames Nouveau

    Inscrit:
    14 Jan 2018
    Messages:
    4
    Points:
    0
    Sexe:
    Homme
    Je peux aussi vous donner le "fml-server-latest.log" afin peux-être trouver le/les erreur(s) :

    https://pastebin.com/NcZhGNrd

    Merci beaucoup encore une fois pour votre aide précieuse !
     
  5. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    RandomAdditions est responsable du premier crash, il a mal été conçu et il en résulte qu'il n'est pas compatible serveur.

    Pour le second crash, c'est TMI qui cause le crash, retires-le.
     
  6. Rifigames

    Rifigames Nouveau

    Inscrit:
    14 Jan 2018
    Messages:
    4
    Points:
    0
    Sexe:
    Homme
    J'ai trouver l'erreur c'était : - Custom-NPCs-Mod-1.7.10
    - iChun-Util-Mod-1.7.10
    - TooManyItems2014_07_15_1.7.10_Forge
    - OptiFine_1.7.10_HD_U_D8
    Je devais mettre tout les mods dans mon .minecraft mais dans le dossier mods du serveur je ne devais pas mettre c'est 4 mods.

    Merci quand même pour votre aider, vous m'avez grandement aider a trouver la faille et résoudre le problème, merci !
     

Partager cette page