Architectury API (Fabric/Forge/NeoForge)

Architectury API (Fabric/Forge/NeoForge)

158M Downloads

Fatal Error on Startup (Server still loads)

Suraru opened this issue ยท 0 comments

commented

Using architectury-1.17.18-forge
I see the following error(s) in my log file

[01:16:30] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
[01:16:30] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/world/ClientWorld (java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER)
[01:16:30] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.world.ClientWorld was not found architectury.mixins.json:MixinClientLevel

No other mods loaded. Could be nothing, but I'm trying to narrow down crashes in my server, this is one mod that throws me a fatal error even when running by itself. Full log below:

[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
openjdk version "1.8.0_282"
OpenJDK Runtime Environment (build 1.8.0_282-b08)
OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode)
:/home/container$ java -Xms128M -Xmx8192M -jar forge-1.16.5-36.1.24.jar
[01:16:29] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.1.24, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge]
[01:16:29] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_282 by Oracle Corporation
[01:16:29] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[01:16:29] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/home/container/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER
[01:16:30] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, .]
[01:16:30] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
[01:16:30] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/world/ClientWorld (java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER)
[01:16:30] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.world.ClientWorld was not found architectury.mixins.json:MixinClientLevel
[01:16:34] [modloading-worker-2/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 36.1.24, for MC 1.16.5 with MCP 20210115.111550
[01:16:34] [modloading-worker-2/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v36.1.24 Initialized
[01:16:34] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: Global Forge version check system disabled, no further processing.
[01:16:36] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[01:16:36] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[01:16:36] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[01:16:36] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[01:16:36] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[01:16:36] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[01:16:36] [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, forge-1.16.5-36.1.24-universal.jar, architectury-1.17.18-forge.jar
[01:16:37] [Worker-Main-5/INFO] [minecraft/RecipeManager]: Loaded 7 recipes
[01:16:38] [Worker-Main-5/INFO] [minecraft/AdvancementList]: Loaded 927 advancements
[01:16:38] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.16.5
[01:16:38] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
[01:16:38] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
[01:16:38] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
[01:16:39] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on 0.0.0.0:27020
[01:16:39] [Server thread/INFO] [minecraft/NetworkSystem]: Using epoll channel type
[01:16:39] [Server thread/INFO] [ne.mi.fm.co.ConfigFileTypeHandler/CONFIG]: Loading default config file from path /home/container/defaultconfigs/forge-server.toml```