Crash lors du lancement du serveur

Sayfoula

Bucheron
28 Décembre 2015
15
0
12
33
Bonjour, mon serveur fonctionné bien jusqu'a que je les reload.Voici l'erreur :

[13:05:39] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker[13:05:39] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker[13:05:39] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker[13:05:39] [main/INFO]: Forge Mod Loader version 7.10.25.1207 for Minecraft 1.7.10 loading[13:05:41] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_71, running on Linux:amd64:2.6.33.9-rt31-myriapulse-v5.2-intel, installed at /opt/jdk/jre1.8.0_71[13:05:41] [main/INFO]: AMCore initializing...stand back! I'm going to try MAGIC![13:05:41] [main/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:05:41] [main/WARN]: Missing @MCVersion: mods.battlegear2.coremod.BattlegearLoadingPlugin am2.preloader.AM2PreloaderContainer[13:05:41] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker[13:05:41] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker[13:05:41] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker[13:05:41] [main/ERROR]: Unable to launchjava.util.ConcurrentModificationExceptionat java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901) ~[?:1.8.0_71]at java.util.ArrayList$Itr.remove(ArrayList.java:865) ~[?:1.8.0_71]at net.minecraft.launchwrapper.Launch.launch(Launch.java:117) [launchwrapper-1.9.jar:?]at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_71]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_71]at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_71]at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [minecraft_server.jar:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.198]at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [minecraft_server.jar:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.198]

Je n'est rien fait de spécial, j'ai juste changez le server-icon.
Si quelqu'un pourrai m'aidé :) Merci.

Ah oui et je précise, sa ma créer un dossier .oracle_jre_usage

J'ai remarqué que dans l'erreur il y a "running on Linux:amd64:2.6.33.9-rt31" Alors que je suis sur Windows...

Problème résolu ! J'ai mis sa : http://files.minecraftforge.net/LegacyJavaFixer/legacyjavafixer-1.0.jar Dans le dossier mod de mon srv et sa a fonctionné ;)
 
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 915
159
3 004
347
27
Alsace
www.minecraftforgefrance.fr
Ton pc est sous Windows par contre ton serveur Minecraft tourne sur une machine de myriapulse qui fonctionne avec Linux.

Linux est très utilisé dans le monde des serveurs.

Et en effet la solution était d'installer ce mod car visiblement ton hébergeur est passé à Java 8, or les anciennes versions de Forge (donc Cauldron) ne sont pas compatible avec Java (sauf si on installe ce mod correctif);