[AIDE] Serveur Minecraft 1.7.10 Forge

NobodyNO2

Aventurier
28 Octobre 2018
1
0
1
Bonjour, alors voilà.
J'ai un problème avec mon serveur Minecraft. Il est en 1.7.10, les deux forges (celui serveur et celui client) sont les mêmes et dans les deux dossiers mods j'ai mis exactement les mêmes mods. Le serveur s'allume et tourne très bien mais il ne veut pas que je crafte les items de mes mods. J'ai regardé plusieurs fois pour vérifier mais rien n'y fait. J'ai même essayé de voir sur des forums anglais et français mais j'ai l'impression qu'il n'ont pas le même problème que moi. Voici une copie de se qu'il passe quand j'ouvre le forge dans le dossier de mon serveur:

Code:
[14:12:57] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[14:12:58] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[14:12:58] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[14:13:00] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[14:13:00] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_181
[14:13:07] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:13:09] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:13:09] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:13:09] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[14:13:09] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:13:09] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:13:09] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:13:17] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[14:13:17] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:13:17] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:13:17] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:13:17] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:13:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:13:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:13:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[14:13:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[14:13:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[14:13:26] [main/INFO] [STDOUT]: [fr.zak.cubesedge.coremod.EntityTransformer:transform:30]: Cube's Edge Core - Patching class Entity...
[14:13:26] [main/INFO] [STDOUT]: [fr.zak.cubesedge.coremod.EntityTransformer:patchIsEntityInsideOpaqueBlockMethod:81]:     Patching method isEntityInsideOpaqueBlock in Entity
[14:13:26] [main/INFO] [STDOUT]: [fr.zak.cubesedge.coremod.EntityTransformer:transform:55]: Cube's Edge Core - Patching class Entity done.
[14:13:27] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[14:13:56] [main/WARN] [FML]: =============================================================
[14:13:56] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[14:13:56] [main/WARN] [FML]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V
[14:13:56] [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[14:13:56] [main/WARN] [FML]: =============================================================
[14:13:56] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.7.10
[14:13:56] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input
java.io.IOException: Descripteur non valide
    at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_181]
    at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_181]
    at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_181]
    at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_181]
    at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_181]
    at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_181]
    at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_181]
    at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_181]
    at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_181]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_181]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_181]
    at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
[14:13:57] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[14:13:57] [Server thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
[14:13:57] [Server thread/INFO] [FML]: Replaced 183 ore recipies
[14:13:57] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[14:14:03] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[14:14:03] [Server thread/INFO] [FML]: Searching C:\Users\Utilisateur\Desktop\Serveur Moddé 1.7.10\mods for mods
[14:14:03] [Server thread/INFO] [FML]: Also searching C:\Users\Utilisateur\Desktop\Serveur Moddé 1.7.10\mods\1.7.10 for mods
[14:14:08] [Server thread/INFO] [FML]: Attempting to reparse the mod container [1.7.10] SecurityCraft v1.7.4.1.jar
[14:14:15] [Server thread/INFO] [FML]: Forge Mod Loader has identified 24 mods to load
[14:14:16] [Server thread/WARN] [asielibcore]: Mod asielibcore has been disabled through configuration
[14:14:17] [Server thread/INFO] [FML]: 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.
[14:14:18] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, securitycraft, adventurebackpack, ArchimedesShips, asielib, BiblioCraft, camping, cubesedge, festivities3, iChunUtil, Mantle, RopesPlus, ani_siege, statues, stealth_pack, Sync, thirst, tts, Wintercraft] at CLIENT
[14:14:18] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, NotEnoughItems, securitycraft, adventurebackpack, ArchimedesShips, asielib, BiblioCraft, camping, cubesedge, festivities3, iChunUtil, Mantle, RopesPlus, ani_siege, statues, stealth_pack, Sync, thirst, tts, Wintercraft] at SERVER
[14:14:29] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[14:14:29] [Server thread/INFO] [FML]: Found 341 ObjectHolder annotations
[14:14:30] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[14:14:30] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[14:14:31] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[14:14:35] [Server thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.WaterEffect as a FluidEffect for water with the ID 0
[14:14:35] [Server thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.LavaEffect as a FluidEffect for lava with the ID 1
[14:14:35] [Server thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.MilkEffect as a FluidEffect for milk with the ID 2
[14:14:35] [Server thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.MelonJuiceEffect as a FluidEffect for melonjuice with the ID 3
[14:14:35] [Server thread/INFO] [Adventure Backpack]: Registered the class com.darkona.adventurebackpack.fluids.effects.MushroomStewEffect as a FluidEffect for mushroomsoup with the ID 4
[14:14:43] [Server thread/INFO] [Mantle]: Mantle (1.7.10-0.3.1.jenkins180) -- Preparing for launch.
[14:14:43] [Server thread/INFO] [Mantle]: Entering preinitialization phase.
[14:14:43] [Server thread/INFO] [Mantle]: Loading configuration from disk.
[14:14:44] [Server thread/INFO] [Mantle]: Configuration load completed.

Je sais que ça peut prendre un petit moment pour répondre et ce n'est pas grave. Merci de prendre de votre précieux temps pour m'aider.

Amicalement,
NobodyNO
 
Dernière édition par un modérateur: