Server Tick Loop when installing latest version of GC

Dex Luther

Member
Aug 15, 2013
706
158
43
38
Montreal, Canada, Earth
Installed the latest version of GC on a server and get this crash:

Code:
---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 2020-08-27 18:37:58 EDT
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: micdoodle8/mods/galacticraft/core/entities/player/GCEntityPlayerMP
    at net.minecraft.server.management.PreYggdrasilConverter.convertUserBanlist(SourceFile:72)
    at net.minecraft.server.dedicated.DedicatedServer.convertFiles(DedicatedServer.java:610)
    at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:208)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    ... 5 more
Caused by: java.lang.NullPointerException

Full Crash Log: https://pastebin.com/afguardQ
 

Share this page