Environmental

Environmental

8M Downloads

[1.18.2] Server inconsistently hangs indefinitely while starting

Feldor-Lex opened this issue ยท 3 comments

commented

Inconsistently, when starting a server, Environmental will cause the server to 'hang' indefinitely. I assumed this was a mod conflict, but trimmed it down until it was just Blueprint and Environmental. The most irritating thing is that is only happens some of the time, so I'm assuming there are some race condition shenanigans causing this.

Even when running on a large modpack, it still hung at the same stage, modloading-worker-0. The only fix is manually killing the server and attempting to reboot until you get lucky.

If it helps, this is being hosted by Bisect Hosting.

As it just hangs forever, there's no crash log, but this is the series of events from starting the server to the point where it freezes.

Details

[10.05 14:31:59] [Multicraft] Received start command
[10.05 14:31:59] [Multicraft] Loading server properties
[10.05 14:31:59] [Multicraft] Starting server!
[10.05 14:31:59] [Multicraft] Loaded config for "Custom - Forge 1.17+"
[10.05 14:32:00] [Multicraft] Updating eula.txt file
[10.05 14:32:01] [Server] latestPulling from venturenodellc/multicraftjava
[10.05 14:32:01] [Server] Digestsha256:bfc7c7ff253d7473c40d496db4402779a9f60c1526cc95d24ee58f489bbeae80
[10.05 14:32:01] [Server] StatusImage is up to date for venturenodellc/multicraftjava:latest
[10.05 14:32:01] [Server] WARNINGYour kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[10.05 14:32:04] [Server] [Log4jPatch] [INFO] Patching org/apache/logging/log4j/core/pattern/MessagePatternConverter
[10.05 14:32:04] [Server] [Log4jPatch] [WARN] Unable to find noLookups:Z field in org/apache/logging/log4j/core/pattern/MessagePatternConverter
[10.05 14:32:04] [Server] [Log4jPatch] [INFO] Patching org/apache/logging/log4j/core/lookup/JndiLookup
[10.05 14:32:04] [Server] 2023-05-22:32:04,714 main WARN Advanced terminal features are not available in this environment
[10.05 14:32:04] [Server] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 40.2.2, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914, nogui]
[10.05 14:32:04] [Server] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.1 by Oracle Corporation
[10.05 14:32:05] [Server] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=SERVER
[10.05 14:32:05] [Server] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/fmlcore/1.18.2-40.2.2/fmlcore-1.18.2-40.2.2.jar is missing mods.toml file
[10.05 14:32:05] [Server] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/javafmllanguage/1.18.2-40.2.2/javafmllanguage-1.18.2-40.2.2.jar is missing mods.toml file
[10.05 14:32:05] [Server] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/lowcodelanguage/1.18.2-40.2.2/lowcodelanguage-1.18.2-40.2.2.jar is missing mods.toml file
[10.05 14:32:05] [Server] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/mclanguage/1.18.2-40.2.2/mclanguage-1.18.2-40.2.2.jar is missing mods.toml file
[10.05 14:32:05] [Server] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
[10.05 14:32:08] [Server] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
[10.05 14:32:08] [Server] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [nogui]
[10.05 14:32:20] [Server] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 40.2.2, for MC 1.18.2 with MCP 20220404.173914
[10.05 14:32:20] [Server] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v40.2.2 Initialized

Mods:

  • blueprint-1.18.2-5.5.0.jar
  • environmental-1.18.2-2.0.0.jar
commented

This also happens with a small test pack I put together semi-consistently:

image

commented

Is this only occurring on 1.18? was considering using this mod for a server on 1.19

commented

I've not had it occur that I recall on the 1.19.2 environment, it requires some testing.