BennyGamer

Aventurier
16 Juillet 2018
16
1
4
27
Toulouse
discord.gg
Bonjour,

J'ai un serveur minecraft sous forge 1.12.2. Et le seul mods que j'ai est le mod Millénaire.

Je n'arrive pas a trouver le problème. Je sais pas si c'est le Mod, le serveur, ect..

Avez vous une idée par rapport au code ci dessous ?

Code:
 [Netty Epoll Server IO #2/ERROR] [FML]: NetworkDispatcher exception
io.netty.channel.unix.Errors$NativeIoException: readAddress(..) failed: Connection timed out
    at io.netty.channel.unix.Errors.newIOException(Errors.java:117) ~[Errors.class:?]
    at io.netty.channel.unix.Errors.ioResult(Errors.java:138) ~[Errors.class:?]
    at io.netty.channel.unix.FileDescriptor.readAddress(FileDescriptor.java:175) ~[FileDescriptor.class:?]
    at io.netty.channel.epoll.AbstractEpollChannel.doReadBytes(AbstractEpollChannel.java:268) ~[AbstractEpollChannel.class:?]
    at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:1007) [AbstractEpollStreamChannel$EpollStreamUnsafe.class:?]
    at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:394) [EpollEventLoop.class:?]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:299) [EpollEventLoop.class:?]
    at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [SingleThreadEventExecutor$5.class:?]
    at java.lang.Thread.run(Thread.java:748)
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 530
24
2 247
347
27
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

Wait, on parle bien des logs serveur la ? Les logs clients ne sont pas trop intéressant si c'est le serveur qui crash.
Donc aucune erreur au démarrage, et aucune erreur lors du crash ?


Cordialement,
Detobel36
 

BennyGamer

Aventurier
16 Juillet 2018
16
1
4
27
Toulouse
discord.gg
Je suis sous un hébergeur (BoxToPlay).

Lors du redémarrage du serveur j'ai sa : (j'y connais pas grand chose en live console ect.. ^^

Code:
[11:50:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[11:50:14] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[11:50:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[11:50:14] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2759 for Minecraft 1.12.2 loading
[11:50:14] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_161, running on Linux:amd64:4.4.0-112-generic, installed at /usr/lib/jvm/java-8-oracle/jre
[11:50:14] [main/INFO] [FML]: Searching /home/a722016100217275895/27146/./mods for mods
[11:50:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:50:14] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[11:50:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:50:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:50:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:50:16] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[11:50:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:50:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[11:50:16] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[11:50:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[11:50:17] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[11:50:21] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[11:50:21] [Server thread/INFO] [FML]: MinecraftForge v14.23.4.2759 Initialized
[11:50:21] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[11:50:21] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[11:50:21] [Server thread/INFO] [FML]: Searching /home/a722016100217275895/27146/./mods for mods
[11:50:22] [Server thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[11:50:22] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[11:50:22] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, millenaire] at CLIENT
[11:50:22] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, millenaire] at SERVER
[11:50:23] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[11:50:23] [Server thread/INFO] [FML]: Found 1309 ObjectHolder annotations
[11:50:23] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[11:50:23] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[11:50:23] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[11:50:23] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[11:50:23] [Server thread/WARN] [millenaire]: No need to redeploy Millénaire as the millenaire folder is already at vesion 6.2.9.
[11:50:23] [Server thread/INFO] [FML]: SRV ERROR: null: Unknown config on line: generate_colour_chart=false
[11:50:23] [Server thread/INFO] [FML]: SRV ERROR: null: Unknown config on line: generate_goods_list=false
[11:50:23] [Server thread/INFO] [STDOUT]: [org.millenaire.common.config.MillConfigValues:readConfigFile:507]: Read config in config-server.txt. Logging: true/true
[11:50:23] [Server thread/INFO] [STDOUT]: [org.millenaire.common.config.MillConfigValues:readConfigFile:507]: Read config in config-server-custom.txt. Logging: true/true
[11:50:23] [Server thread/INFO] [FML]: SRV Starting new session. Mods: examplemod
[11:50:23] [Server thread/INFO] [FML]: Applying holder lookups
[11:50:23] [Server thread/INFO] [FML]: Holder lookups applied
[11:50:23] [Server thread/INFO] [FML]: Applying holder lookups
[11:50:23] [Server thread/INFO] [FML]: Holder lookups applied
[11:50:23] [Server thread/INFO] [FML]: Applying holder lookups
[11:50:23] [Server thread/INFO] [FML]: Holder lookups applied
[11:50:23] [Server thread/INFO] [FML]: Applying holder lookups
[11:50:23] [Server thread/INFO] [FML]: Holder lookups applied
[11:50:23] [Server thread/INFO] [FML]: Injecting itemstacks
[11:50:23] [Server thread/INFO] [FML]: Itemstack injection complete
[11:50:23] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[11:50:23] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[11:50:23] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[11:50:23] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null
[11:50:23] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:27146
[11:50:24] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type
[11:50:24] [Server thread/INFO] [FML]: Applying holder lookups
[11:50:24] [Server thread/INFO] [FML]: Holder lookups applied
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/architect_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/architect_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/architect_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/architect_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/armysmith_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.smith.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/armysmith_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.smith.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/armysmith_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.smith.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artisan_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artisan_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artisan_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artisan_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.artist.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.artist.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.artist.2.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.D.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.E.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/baron_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.baron.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/baron_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.baron.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/centurio_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.soldier.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/centurio_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.soldier.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/centurio_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.soldier.1.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/centurio_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.soldier.1.D.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.farmer.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.farmer.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.farmer.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.farmer.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.2.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.2.D.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.D.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/farmiller_wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.E.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/fisherman_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.farmer.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/fisherman_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.farmer.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/fisherman_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.farmer.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/fisherman_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.farmer.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/loneshepherd_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.sheep.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/loneshepherd_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.sheep.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/loneshepherd_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.sheep.2.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/loneshepherd_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.sheep.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/loneshepherdf_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.sheepf.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/loneshepherdf_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.sheepf.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/loneshepherdf_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.sheepf.2.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/loneshepherdf_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.sheepf.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/lumberman_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.lumber.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/lumberman_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.lumber.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/lumberman_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.lumber.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/lumberman_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.lumber.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/miner_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/miner_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/miner_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/miner_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/pastor_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.priest.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/pastor_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.priest.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/pastor_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.priest.1.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/patriarch_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.patriarch.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/patriarch_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblemale/clothes/byz.patriarch.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/richwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblefemale/clothes/byz.richf.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/richwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/noblefemale/clothes/byz.richf.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/shepherd_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.sheep.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/shepherd_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.sheep.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/shepherd_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.sheep.2.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/shepherd_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.sheep.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/shepherd_female_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.sheepf.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/shepherd_female_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.sheepf.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/shepherd_female_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.sheepf.2.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/shepherd_female_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.sheepf.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/silkfarmer_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/silkfarmer_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/silkfarmer_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/silkfarmer_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/silkfarmerwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.silkwife.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/silkfarmerwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/silkfarmerwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/silkfarmerwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/silkfarmerwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.D.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/silkfarmerwife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.E.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/smith_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.smith.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/smith_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.smith.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/smith_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.smith.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.2.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.2.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.2.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.2.D.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.A.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.B.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.C.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.D.png
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/wife_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/female/clothes/byz.defaultwife.1.E.png
[11:50:27] [Server thread/INFO] [FML]: SRV MAJOR: null: Loading language: fr
[11:50:27] [Server thread/INFO] [FML]: SRV MAJOR: null: LanguageData loaded: fr. Wand invitem name: Wand of Summoning
[11:50:27] [Server thread/INFO] [FML]: Injecting itemstacks
[11:50:27] [Server thread/INFO] [FML]: Itemstack injection complete
[11:50:27] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[11:50:27] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
[11:50:27] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[11:50:28] [Server thread/INFO] [FML]: Applying holder lookups
[11:50:28] [Server thread/INFO] [FML]: Holder lookups applied
[11:50:28] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@14d46972)
[11:50:28] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 540 advancements
[11:50:30] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@14d46972)
[11:50:30] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@14d46972)
[11:50:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
[11:50:31] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (3.276s)! For help, type "help" or "?"
[11:50:31] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting GS4 status listener
[11:50:31] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting remote control listener
[11:50:31] [RCON Listener #2/INFO] [net.minecraft.server.MinecraftServer]: RCON running on 0.0.0.0:27147
[11:50:31] [Query Listener #1/INFO] [net.minecraft.server.MinecraftServer]: Query running on 0.0.0.0:27148
[11:50:31] [Server thread/INFO] [FML]: Unloading dimension -1
[11:50:31] [Server thread/INFO] [FML]: Unloading dimension 1

Moi sous mon hébergeur sur la "live Console" j'ai ceux que j'ai mis au dessus.
 
Dernière édition par un modérateur:

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 530
24
2 247
347
27
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

  1. Evite les doubles postes;.. Il y a le bouton "Editer" pour ça.
  2. Même si tu es sur BoxToPlay, je pense que tu as un accès FTP (je vois de toute façon sur leur interface que tu as moyen d'accéder au fichier. Tu peux aller ouvrir ou télécharger le fichier "latest.log" dans le dossier "logs").
Bref, j'ai l'impression que tu as un mod qui fait des bêtises:
Code:
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artisan_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.1.A.png
Je ne vois pas pourquoi un mod serveur irait rechercher une texture... Peux-tu me donner la liste des mods que tu as installé sur ton serveur ?

EDIT: autant pour moi, tu dis avoir seulement "Millénaire". Je vais me renseigné, je ne connais pas de tête les mods.

EDIT2: je ne vois pas de version "serveur" du mod millénaire. Où l'as-tu trouvés ? (je voudrais voir ce qu'ils disent exactement sur cette vesrion).


Cordialement,
Detobel36
 

BennyGamer

Aventurier
16 Juillet 2018
16
1
4
27
Toulouse
discord.gg
Salut,

  1. Evite les doubles postes;.. Il y a le bouton "Editer" pour ça.
  2. Même si tu es sur BoxToPlay, je pense que tu as un accès FTP (je vois de toute façon sur leur interface que tu as moyen d'accéder au fichier. Tu peux aller ouvrir ou télécharger le fichier "latest.log" dans le dossier "logs").
Bref, j'ai l'impression que tu as un mod qui fait des bêtises:
Code:
[11:50:24] [Server thread/INFO] [FML]: SRV ERROR: VT: byzantines/artisan_byzantine: Specified cloth texture cannot be found: textures/entity/byzanz/male/clothes/byz.miner.1.A.png
Je ne vois pas pourquoi un mod serveur irait rechercher une texture... Peux-tu me donner la liste des mods que tu as installé sur ton serveur ?
EDIT: autant pour moi, tu dis avoir seulement "Millénaire". Je vais me renseigné, je ne connais pas de tête les mods.


Cordialement,
Detobel36

  1. Pour le bouton "Editer" oui je connais sauf que je connais pas pour faire la fin du code. Mais maintenant que je te repond je vois que c'est /code.
  2. Pour le FTP, oui je peux y accéder sauf que la je suis au boulot et il faut attendre au moins a 17h pour que je puisse y touché ;)
  3. J'attend du coup si tu trouve mon problème :)
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 530
24
2 247
347
27
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

  • Pour le FTP, oui je peux y accéder sauf que la je suis au boulot et il faut attendre au moins a 17h pour que je puisse y touché ;)
Personne ne t'a demandé de me répondre maintenant ;)
Je préfère passer du temps sur de vrai infos, que de perdre du temps en ayant qu'une partie :D

J'attend du coup si tu trouve mon problème :)
Du coup:
EDIT2: je ne vois pas de version "serveur" du mod millénaire. Où l'as-tu trouvés ? (je voudrais voir ce qu'ils disent exactement sur cette vesrion).



Cordialement,
Detobel36
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 815
156
3 000
347
26
Alsace
www.minecraftforgefrance.fr
Salut,
Vu que ton client se prend un timeout, je pense que le serveur crash lorsque tu te connectes (et donc il ne répond plus au requête du client).
Peux-tu envoyé les logs du serveur après avoir tenté de s'y connecter ?