Mod Problème mods serveur cauldron 1.7.10

HippolyteMC

Aventurier
16 Décembre 2017
18
0
2
54
Bonjour, j ai crée un serveur suivant le tutorial de robin4002 : https://www.minecraftforgefrance.fr/showthread.php?tid=1260

Infos :
Je possède Java 7 et non Java 8

Probleme :
Je peux lancer le serveur sans mods mais des que je mets un mods la console crash et ca me mets ca :

Code:
[13:34:03 WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[13:34:03 WARN]: Missing @MCVersion: codechicken.core.launch.CodeChickenCorePlugin  codechicken.nei.asm.NEICorePlugin
[13:34:03 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:34:03 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:34:03 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:34:03 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:34:03 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:34:05 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:34:05 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:34:05 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:34:05 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:34:05 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[13:34:05 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[13:34:05 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[13:34:06 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[13:34:08 INFO]: Starting minecraft server version 1.7.10
[13:34:08 INFO]: Attempting early MinecraftForge initialization
[13:34:08 INFO]: MinecraftForge v10.13.0.1207 Initialized
[13:34:08 INFO]: Replaced 182 ore recipies
[13:34:08 INFO]: Completed early MinecraftForge initialization
[13:34:08 INFO]: Searching C:\Users\hippo\Desktop\Cauldron\mods for mods
[13:34:08 INFO]: Also searching C:\Users\hippo\Desktop\Cauldron\mods\1.7.10 for mods
[13:34:08 INFO]: Forge Mod Loader has identified 7 mods to load
[13:34:08 INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.93-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[13:34:09 INFO]: Processing ObjectHolder annotations
[13:34:09 INFO]: Found 341 ObjectHolder annotations
[13:34:09 INFO]: Configured a dormant chunk cache size of 0
[13:34:09 INFO]: Applying holder lookups
[13:34:09 INFO]: Holder lookups applied
[13:34:09 INFO]: Loading properties
[13:34:09 INFO]: Default game type: SURVIVAL
[13:34:09 INFO]: This server is running Cauldron-MCPC-Plus version null (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[13:34:09 INFO]: Server Ping Player Sample Count: 12
[13:34:09 WARN]: =============================================================
[13:34:09 WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FMLCommonHandler!
[13:34:09 WARN]: Offendor: org/spigotmc/RestartCommand.restart()V
[13:34:09 WARN]: =============================================================
[13:34:09 INFO]: Using 4 threads for Netty based IO
[13:34:09 INFO]: Generating keypair
[13:34:10 INFO]: Starting Minecraft server on *:25565
[13:34:10 ERROR]: Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
[13:34:10 ERROR]:
        mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
        FML{7.10.25.1207} [Forge Mod Loader] (cauldron-1.7.10-1.1207.01.198-server.jar) Unloaded->Constructed->Pre-initialized->Initialized
        Forge{10.13.0.1207} [Minecraft Forge] (cauldron-1.7.10-1.1207.01.198-server.jar) Unloaded->Constructed->Pre-initialized->Initialized
        CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
        NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
        gemsplus{1.7.10} [Gems+] (gemsplus-1.7-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Errored
        magicalcrops{4.0.0_PUBLIC_BETA_2} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_2.jar) Unloaded->Constructed->Pre-initialized->Initialized
[13:34:10 ERROR]: The following problems were captured during this phase
[13:34:10 ERROR]: Caught exception from gemsplus
java.lang.NoSuchMethodError: net.minecraft.item.Item$ToolMaterial.setRepairItem(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/item/Item$ToolMaterial;
        at com.robz51.gemsplus.GemsPlus.addItems(GemsPlus.java:244) ~[GemsPlus.class:?]
        at com.robz51.gemsplus.GemsPlus.init(GemsPlus.java:183) ~[GemsPlus.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_76]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_76]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_76]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_76]
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.198]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_76]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_76]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_76]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_76]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.198]
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.198]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_76]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_76]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_76]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_76]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.198]
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691) [Loader.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.198]
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.198]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:322) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.198]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:280) [lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.7.0_76]
[13:34:10 ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.item.Item$ToolMaterial.setRepairItem(Lnet/minecraft/
C:\Users\hippo\Desktop\Cauldron>pause
Appuyez sur une touche pour continuer...

Par contre si j enlève les mods ca marche

J avais fais un autre serveur sur lequel les mods étaient là sauf que des que je plaçais un block du mod en question il disparaissait.
Merci de votre aidé
 
Dernière édition par un modérateur:

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 885
157
3 003
347
26
Alsace
www.minecraftforgefrance.fr
Salut,
NEI est bien compatible serveur, il permet de forcer les gens non admin a passer en mode recette au lieu du mode give et permet de faire fonctionner l'attraction des items.

Le problème vient du mod gemsplus, qui semble avoir été exporté depuis eclipse et non build avec gradle, du-coup les fonctions ne sont pas obsfuqué et il cherche des fonctions inexistantes.