Configuration lancement serveur

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 992
161
3 006
347
27
Alsace
www.minecraftforgefrance.fr
Salut,
utilises la commande suivante
Code:
wget http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.4.2705/forge-1.12.2-14.23.4.2705-installer.jar && \
java -jar forge-1.12.2-14.23.4.2705-installer.jar --installServer
pour télécharger et installer le serveur forge dans le dossier dans lequel se trouve l'installateur, sans passer par le gui.
Ensuite :
Code:
wget -P ./mods https://repo.spongepowered.org/maven/org/spongepowered/spongeforge/1.12.2-2705-7.1.0-BETA-3206/spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar
pour télécharger sponge dans le dossier mods.


(sur ton log précédent il n'arrivait pas à lire le jar de sponge, ça sent le fichier mal uploadé et donc illisible).


Malheureusement non, mais au moins il ne bug pas ^^
Le soucis qu'il y a là ce n'est pas un bug de sponge mais un problème d'installation.
 
  • J'aime
Reactions: DiscowZombie

Zylios

Architecte en herbe
1 Août 2016
128
6
125
27
France
Salut,
utilises la commande suivante
Code:
wget http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.4.2705/forge-1.12.2-14.23.4.2705-installer.jar && \
java -jar forge-1.12.2-14.23.4.2705-installer.jar --installServer
pour télécharger et installer le serveur forge dans le dossier dans lequel se trouve l'installateur, sans passer par le gui.
Ensuite :
Code:
wget -P ./mods https://repo.spongepowered.org/maven/org/spongepowered/spongeforge/1.12.2-2705-7.1.0-BETA-3206/spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar
pour télécharger sponge dans le dossier mods.


(sur ton log précédent il n'arrivait pas à lire le jar de sponge, ça sent le fichier mal uploadé et donc illisible).



Le soucis qu'il y a là ce n'est pas un bug de sponge mais un problème d'installation.

Oui, c'est vrai ^^
 

Starx_

Architecte en herbe
2 Mai 2016
118
1
124
23
Salut,
utilises la commande suivante
Code:
wget http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.4.2705/forge-1.12.2-14.23.4.2705-installer.jar && \
java -jar forge-1.12.2-14.23.4.2705-installer.jar --installServer
pour télécharger et installer le serveur forge dans le dossier dans lequel se trouve l'installateur, sans passer par le gui.
Ensuite :
Code:
wget -P ./mods https://repo.spongepowered.org/maven/org/spongepowered/spongeforge/1.12.2-2705-7.1.0-BETA-3206/spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar
pour télécharger sponge dans le dossier mods.


(sur ton log précédent il n'arrivait pas à lire le jar de sponge, ça sent le fichier mal uploadé et donc illisible).



Le soucis qu'il y a là ce n'est pas un bug de sponge mais un problème d'installation.
merci beaucoup! sponge marche mais le problème est que le serveur a de gros problèmes de connexion alors que le vps va très bien et ma connexion également..

voici le message que j'ai quelques fois :
[17:54:59] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 46344ms behind, skipping 926 tick(s)
[17:55:05] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3291ms behind, skipping 65 tick(s)
[17:55:24] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 5111ms behind, skipping 102 tick(s)
[17:55:40] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 5558ms behind, skipping 111 tick(s)
 

DiscowZombie

Développeur
Staff
Modérateur
Support
2 Mars 2017
2 658
1
931
298
Alsace
www.discowzombie.fr
Salut,

le processeur dans le VPS ne semble pas arriver à suivre ; d’où ce retard sur les ticks du jeu ! Essaye d'enlever des Mods... sinon il faudra sûrement changer de machine ! ;)
 

Starx_

Architecte en herbe
2 Mai 2016
118
1
124
23
Salut,

le processeur dans le VPS ne semble pas arriver à suivre ; d’où ce retard sur les ticks du jeu ! Essaye d'enlever des Mods... sinon il faudra sûrement changer de machine ! ;)
pourtant il a deja tenue un serveur cauldron avec plus de 30 mods et là je n'ai que sponge comme mods...
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 992
161
3 006
347
27
Alsace
www.minecraftforgefrance.fr
Génères des timings pour voir ce qu'il se passe :
/sponge timings on
puis, une minute après :
/sponge timings report

Tu peux aussi via la commande htop regarder le taux d'utilisation cpu de ton vps, il y a peut-être d'autres tâches qui utilisent beaucoup de cpu.
 
  • J'aime
Reactions: DiscowZombie

Starx_

Architecte en herbe
2 Mai 2016
118
1
124
23
Génères des timings pour voir ce qu'il se passe :
/sponge timings on
puis, une minute après :
/sponge timings report

Tu peux aussi via la commande htop regarder le taux d'utilisation cpu de ton vps, il y a peut-être d'autres tâches qui utilisent beaucoup de cpu.
J'ai installer htop , "apt-get install htop" et j'ai effectuer la commande htop, dans la section "CPU%" tout est à 0 sauf quelques lignes qui sont à 0.2 ou 0.7.
De plus quand je lance le serveur avec 2048

Latest log
[21:14:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:14:18] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:14:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:14:19] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2705 for Minecraft 1.12.2 loading
[21:14:19] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_171, running on Linux:amd64:4.9.0-6-amd64, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre
[21:14:19] [main/INFO] [FML]: Searching /home/serveur/./mods for mods
[21:14:19] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar
[21:14:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:14:19] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[21:14:19] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.4 Source=file:/home/serveur/./mods/spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar Service=LaunchWrapper Env=SERVER
[21:14:20] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[21:14:20] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[21:14:20] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[21:14:20] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[21:14:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:14:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:14:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:14:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:14:24] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:14:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:14:24] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[21:14:24] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@4917d36b
[21:14:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:14:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:14:25] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[21:14:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:14:25] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[21:14:42] [main/WARN] [mixin]: Static binding violation: PRIVATE overwrite method initializeConnectionToPlayer in mixins.common.core.json:server.MixinPlayerList cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[21:14:42] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[21:15:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[21:15:02] [Server thread/INFO] [FML]: MinecraftForge v14.23.4.2705 Initialized
[21:15:02] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[21:15:02] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
[21:15:03] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/home/serveur/./mods/spongeforge-1.12.2-2705-7.1.0-BETA-3206.jar!/mcmod.info
[21:15:03] [Server thread/INFO] [Sponge]: Creating injector in stage 'PRODUCTION'
[21:16:10] [Server thread/INFO] [FML]: Searching /home/serveur/./mods for mods
[21:16:10] [Server thread/INFO] [FML]: Forge Mod Loader has identified 6 mods to load
[21:16:11] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[21:16:11] [Server thread/WARN] [FML]: Missing English translation for spongeapi: assets/spongeapi/lang/en_us.lang
[21:16:14] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge] at CLIENT
[21:16:14] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge] at SERVER
[21:16:17] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[21:16:17] [Server thread/INFO] [FML]: Found 1169 ObjectHolder annotations
[21:16:17] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[21:16:17] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[21:16:17] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[21:16:17] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[21:16:17] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
[21:17:19] [Server thread/INFO] [FML]: Applying holder lookups
[21:17:19] [Server thread/INFO] [FML]: Holder lookups applied
[21:17:19] [Server thread/INFO] [FML]: Applying holder lookups
[21:17:19] [Server thread/INFO] [FML]: Holder lookups applied
[21:17:19] [Server thread/INFO] [FML]: Applying holder lookups
[21:17:19] [Server thread/INFO] [FML]: Holder lookups applied
[21:17:19] [Server thread/INFO] [FML]: Applying holder lookups
[21:17:19] [Server thread/INFO] [FML]: Holder lookups applied
[21:17:19] [Server thread/INFO] [FML]: Injecting itemstacks
[21:17:19] [Server thread/INFO] [FML]: Itemstack injection complete
[21:17:19] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[21:17:19] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[21:17:19] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[21:17:19] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565
[21:17:20] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type
[21:17:20] [Server thread/INFO] [FML]: Applying holder lookups
[21:17:20] [Server thread/INFO] [FML]: Holder lookups applied
[21:17:23] [Server thread/INFO] [FML]: Injecting itemstacks
[21:17:23] [Server thread/INFO] [FML]: Itemstack injection complete
[21:17:26] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 6 mods
[21:17:26] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
[21:17:26] [Server thread/INFO] [Sponge]: Checking for worlds that need to be migrated...
[21:17:26] [Server thread/INFO] [Sponge]: No worlds were found in need of migration.
[21:17:26] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[21:17:29] [Server thread/INFO] [FML]: Applying holder lookups
[21:17:29] [Server thread/INFO] [FML]: Holder lookups applied
[21:17:50] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
[21:17:50] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 6 advancement trees
[21:17:53] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 (world)
[21:17:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 0%
[21:18:00] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 2%
[21:18:01] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 25%
[21:18:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 32%
[21:18:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 41%
[21:18:12] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 62%
[21:18:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 69%
[21:18:15] [Server thread/INFO] [Sponge]: Loading world [world] (overworld)
[21:18:19] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
[21:18:19] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 6 advancement trees
[21:18:19] [Server thread/INFO] [Sponge]: Loading world [DIM-1] (the_nether)
[21:18:23] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
[21:18:23] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 6 advancement trees
[21:18:23] [Server thread/INFO] [Sponge]: Loading world [DIM1] (the_end)
[21:18:23] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (57.532s)! For help, type "help" or "?"
[21:18:24] [Server Watchdog/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalArgumentException: timeout value is negative
[21:18:24] [Server Watchdog/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.sleep(Native Method)
[21:18:24] [Server Watchdog/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:83)
[21:18:24] [Server Watchdog/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:748)
[21:18:34] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 10210ms behind, skipping 204 tick(s)
[21:18:49] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2400ms behind, skipping 48 tick(s)
[21:19:06] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3015ms behind, skipping 60 tick(s)
[21:19:25] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2179ms behind, skipping 43 tick(s)
[21:19:42] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2469ms behind, skipping 49 tick(s)
[21:20:28] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2361ms behind, skipping 47 tick(s)
[21:21:14] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2545ms behind, skipping 50 tick(s)
[21:22:00] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2274ms behind, skipping 45 tick(s)
[21:22:46] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2433ms behind, skipping 48 tick(s)
[21:23:33] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2171ms behind, skipping 43 tick(s)
[21:24:20] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2639ms behind, skipping 52 tick(s)
[21:25:07] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2090ms behind, skipping 41 tick(s)
[21:25:54] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2299ms behind, skipping 45 tick(s)
[21:26:41] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2227ms behind, skipping 44 tick(s)
[21:27:28] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2432ms behind, skipping 48 tick(s)
[21:28:16] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2152ms behind, skipping 43 tick(s)
[21:29:03] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2063ms behind, skipping 41 tick(s)
[21:29:48] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2076ms behind, skipping 41 tick(s)
[21:30:36] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2570ms behind, skipping 51 tick(s)
[21:31:23] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2200ms behind, skipping 44 tick(s)
[21:32:10] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2329ms behind, skipping 46 tick(s)
[21:32:56] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2296ms behind, skipping 45 tick(s)
[21:33:41] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2345ms behind, skipping 46 tick(s)
[21:34:27] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2292ms behind, skipping 45 tick(s)
[21:35:12] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2305ms behind, skipping 46 tick(s)
[21:35:58] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2449ms behind, skipping 48 tick(s)
[21:36:43] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2288ms behind, skipping 45 tick(s)
[21:37:28] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2372ms behind, skipping 47 tick(s)
[21:38:13] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2229ms behind, skipping 44 tick(s)
[21:38:59] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2510ms behind, skipping 50 tick(s)
[21:39:44] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2107ms behind, skipping 42 tick(s)
[21:40:30] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2204ms behind, skipping 44 tick(s)
[21:41:17] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2286ms behind, skipping 45 tick(s)
[21:42:01] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2025ms behind, skipping 40 tick(s)
[21:42:48] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2429ms behind, skipping 48 tick(s)
[21:43:35] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2143ms behind, skipping 42 tick(s)
[21:45:09] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2252ms behind, skipping 45 tick(s)
[21:45:46] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2216ms behind, skipping 44 tick(s)
[21:46:31] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2162ms behind, skipping 43 tick(s)
[21:47:16] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2330ms behind, skipping 46 tick(s)
[21:48:02] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2484ms behind, skipping 49 tick(s)
[21:48:47] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2339ms behind, skipping 46 tick(s)
[21:49:33] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2236ms behind, skipping 44 tick(s)
[21:50:20] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2108ms behind, skipping 42 tick(s)
[21:51:07] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2335ms behind, skipping 46 tick(s)
[21:51:55] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2422ms behind, skipping 48 tick(s)
[21:52:43] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2215ms behind, skipping 44 tick(s)
[21:53:30] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2211ms behind, skipping 44 tick(s)
[21:54:17] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2376ms behind, skipping 47 tick(s)
[21:55:05] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2522ms behind, skipping 50 tick(s)
[21:55:53] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2596ms behind, skipping 51 tick(s)
[21:56:41] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2255ms behind, skipping 45 tick(s)
[21:57:28] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2126ms behind, skipping 42 tick(s)
[21:58:15] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2143ms behind, skipping 42 tick(s)
[21:59:02] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2194ms behind, skipping 43 tick(s)
[21:59:49] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2159ms behind, skipping 43 tick(s)
[22:00:37] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2413ms behind, skipping 48 tick(s)
[22:01:24] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2150ms behind, skipping 43 tick(s)
[22:02:11] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2419ms behind, skipping 48 tick(s)
[22:02:59] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2247ms behind, skipping 44 tick(s)
[22:03:46] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2072ms behind, skipping 41 tick(s)
[22:04:34] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2220ms behind, skipping 44 tick(s)
[22:05:21] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2503ms behind, skipping 50 tick(s)
[22:06:08] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2183ms behind, skipping 43 tick(s)
[22:06:53] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2133ms behind, skipping 42 tick(s)
[22:07:38] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2289ms behind, skipping 45 tick(s)
[22:08:24] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2612ms behind, skipping 52 tick(s)
[22:09:09] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2335ms behind, skipping 46 tick(s)
[22:09:55] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2173ms behind, skipping 43 tick(s)
[22:10:42] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2120ms behind, skipping 42 tick(s)
[22:11:29] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2217ms behind, skipping 44 tick(s)
[22:12:17] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2111ms behind, skipping 42 tick(s)
[22:13:04] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2202ms behind, skipping 44 tick(s)
[22:13:51] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2065ms behind, skipping 41 tick(s)
[22:14:38] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2113ms behind, skipping 42 tick(s)
[22:15:26] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2014ms behind, skipping 40 tick(s)
[22:16:13] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2160ms behind, skipping 43 tick(s)
[22:17:00] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2143ms behind, skipping 42 tick(s)
[22:17:47] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2163ms behind, skipping 43 tick(s)
[22:18:35] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2183ms behind, skipping 43 tick(s)
[22:20:09] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2146ms behind, skipping 42 tick(s)
[22:20:56] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2050ms behind, skipping 41 tick(s)
[22:23:17] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2048ms behind, skipping 40 tick(s)
[22:24:52] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2131ms behind, skipping 42 tick(s)
[22:25:39] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2132ms behind, skipping 42 tick(s)
[22:26:26] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2151ms behind, skipping 43 tick(s)
[22:27:12] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2200ms behind, skipping 44 tick(s)
[22:27:57] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2125ms behind, skipping 42 tick(s)
[22:28:19] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2029ms behind, skipping 40 tick(s)
[22:28:24] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player Starxx_ is f1a3587c-ac9e-40e2-9383-074f97deabcf
[22:28:36] [Netty Epoll Server IO #0/INFO] [FML]: Client protocol version 2
[22:28:36] [Netty Epoll Server IO #0/INFO] [FML]: Client attempting to join with 17 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],autoreglib@GRADLE:VERSION-GRADLE:BUILD,[email protected]
[22:28:36] [Netty Epoll Server IO #0/INFO] [FML]: Attempting connection with missing mods [spongeapi, sponge] at CLIENT
[22:28:38] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[22:28:38] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Starxx_[/31.35.55.148:63820] logged in with entity id 433 in world(0) at (255.50845490256324, 69.0, 259.14155144139977)
[22:28:50] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: §eStarxx_§r§e joined the game§r
[22:28:52] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 15912ms behind, skipping 318 tick(s)
[22:29:03] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 11017ms behind, skipping 220 tick(s)
[22:29:27] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 12555ms behind, skipping 251 tick(s)
[22:29:31] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Opped §rStarxx_§r
[22:29:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: <§rStarxx_§r> §rtt§r
[22:29:37] [Server thread/INFO] [Sponge]: Timings reset
[22:29:37] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 4291ms behind, skipping 85 tick(s)
[22:29:52] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2259ms behind, skipping 45 tick(s)
[22:30:30] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2111ms behind, skipping 42 tick(s)
[22:30:37] [Timings paste thread/INFO] [Sponge]: View Timings Report: https://timings.aikar.co/?id=263420e63fa743d79c413d36d563b109
[22:30:43] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[22:30:43] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
[22:30:43] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Starxx_ lost connection: Server closed
[22:30:43] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: §eStarxx_§r§e left the game§r
[22:30:45] [Server thread/WARN] [net.minecraft.network.NetworkManager]: handleDisconnection() called twice
[22:30:45] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[22:30:47] [Server thread/ERROR] [Sponge]: /*****************************************************************************************************************/
[22:30:47] [Server thread/ERROR] [Sponge]: /* Completing incorrect phase */
[22:30:47] [Server thread/ERROR] [Sponge]: /*****************************************************************************************************************/
[22:30:47] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system is very dependent on knowing when a change to any world */
[22:30:47] [Server thread/ERROR] [Sponge]: /* takes place, however, we are attempting to complete a "phase" other than the one */
[22:30:47] [Server thread/ERROR] [Sponge]: /* we most recently entered. This is an error usually on Sponge's part, so a report */
[22:30:47] [Server thread/ERROR] [Sponge]: /* is required on the issue tracker on GitHub. */
[22:30:47] [Server thread/ERROR] [Sponge]: /*****************************************************************************************************************/
[22:30:47] [Server thread/ERROR] [Sponge]: /* Expected to exit phase: PluginPhase{}{ScheduledTaskPhaseState} */
[22:30:47] [Server thread/ERROR] [Sponge]: /* But instead found phase: GeneralPhase{}{WorldUnload} */
[22:30:47] [Server thread/ERROR] [Sponge]: /* StackTrace: */
[22:30:47] [Server thread/ERROR] [Sponge]: /* java.lang.Exception: null */
[22:30:47] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.printIncorrectPhaseCompletion(PhaseTracker.java:275) */
[22:30:47] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.completePhase(PhaseTracker.java:188) */
[22:30:47] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:439) */
[22:30:47] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:290) */
[22:30:47] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.redirect$onRun$zjf000(MinecraftServer.java:3987) */
[22:30:47] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) */
[22:30:47] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) */
[22:30:47] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
[22:30:47] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
[22:30:47] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
[22:30:47] [Server thread/ERROR] [Sponge]: /* Phases Remaining: */
[22:30:47] [Server thread/ERROR] [Sponge]: /* - Phase: GeneralPhase{}{WorldUnload} */
[22:30:47] [Server thread/ERROR] [Sponge]: /* Context: */
[22:30:47] [Server thread/ERROR] [Sponge]: /* - Source: WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0} */
[22:30:47] [Server thread/ERROR] [Sponge]: /* - Phase: PluginPhase{}{ScheduledTaskPhaseState} */
[22:30:47] [Server thread/ERROR] [Sponge]: /* Context: */
[22:30:47] [Server thread/ERROR] [Sponge]: /* - Source: com.google.common.util.concurrent.ListenableFutureTask@1406ca8b */
[22:30:47] [Server thread/ERROR] [Sponge]: /* */
[22:30:47] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
[22:30:47] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-SNAPSHOT-d453c3e */
[22:30:47] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2705-7.1.0-BETA-3206 */
[22:30:47] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.4.2705 */
[22:30:47] [Server thread/ERROR] [Sponge]: /*****************************************************************************************************************/
[22:30:48] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 5854ms behind, skipping 117 tick(s)
[22:30:54] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
java.lang.NullPointerException: null
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:784) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[22:30:54] [Server Shutdown Thread/INFO] [Sponge]: Unloading world [world] (DIM0)
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /***************************************************************************************************************/
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* Unexpectedly Completing An Empty Stack */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /***************************************************************************************************************/
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* Sponge's tracking system is very dependent on knowing when a */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* change to any world takes place, however, we have been told */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* to complete a "phase" without having entered any phases. */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* This is an error usually on Sponge's part, so a report is */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* required on the issue tracker on GitHub. */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /***************************************************************************************************************/
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* StackTrace: */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* java.lang.Exception: null */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.printEmptyStackOnCompletion(PhaseTracker.java:301) */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.completePhase(PhaseTracker.java:183) */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:439) */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* org.spongepowered.common.world.WorldManager.unloadWorld(WorldManager.java:529) */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:4220) */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer$4.run(MinecraftServer.java:1579) */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-SNAPSHOT-d453c3e */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2705-7.1.0-BETA-3206 */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.4.2705 */
[22:30:54] [Server Shutdown Thread/ERROR] [Sponge]: /***************************************************************************************************************/
[22:30:56] [Server Shutdown Thread/INFO] [Sponge]: Unloading world [DIM-1] (DIM-1)
[22:30:56] [Server Shutdown Thread/INFO] [Sponge]: Unloading world [DIM1] (DIM1)


Rapport Spinge :
https://timings.aikar.co/?id=263420e63fa743d79c413d36d563b109