FTB Departed Beta build 1.1.1 server crash

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.

Shino

New Member
Jul 29, 2019
2
0
0
Title:
FTB Departed Beta build 1.1.1 server crash
Launcher Version:
Departed 1.1.1 via Curse Voice
Modpack:
Departed Beta Build 1.1.1
Modpack Version:
Departed Beta Build 1.1.1
Log Link:
Details of the issue:
The server runs fine no problems, but whenever anyone tries to open the book we are given upon spawning in, the server just instantly crashes, ill add the crash log to this post
---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 29/06/15 14:48
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: joshie/enchiridion/helpers/ClientHelper
at joshie.enchiridion.designer.BookRegistry.getData(BookRegistry.java:241)
at joshie.enchiridion.designer.BookRegistry.getData(BookRegistry.java:237)
at joshie.enchiridion.designer.ItemBook.func_77659_a(ItemBook.java:58)
at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:146)
at net.minecraft.server.management.ItemInWorldManager.func_73085_a(ItemInWorldManager.java:316)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:539)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.ClassNotFoundException: joshie.enchiridion.helpers.ClientHelper
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 15 more
Caused by: java.lang.RuntimeException: Attempted to load class joshie/enchiridion/helpers/ClientHelper for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 17 more