Torchmaster

Torchmaster

64M Downloads

[TorchMaster 1.3.1.33] Crash upon startup

shortybsd opened this issue ยท 3 comments

commented

MineCraft 1.11.2
Forge 2284
TorchMaster v1.3.1.33

java.lang.ClassNotFoundException: net.xalcon.torchmaster.server.CommonProxy crash upon server startup.

In your mod you are missing CommonProxy.class, EventHandlerServer.class, TorchRegistry$TorchLocation.class and TorchRegistry.class. In your new version you have 2 new files Proxy.class and ModTileEntities.class.
Detailed Error

commented

hehe all good man, thanks for the fast update!

commented
TehNut [Bowel Movement | Weeb] - Today at 11:51 PM
you don't have a server package
You have a common package that has CommonProxy init
https://github.com/Xalcon/TorchMaster/blob/master/src/main/java/net/xalcon/torchmaster/TorchMasterMod.java#L30

xalcon [TorchMaster] - Today at 11:52 PM
o___o

TehNut [Bowel Movement | Weeb] - Today at 11:52 PM
Yo'ure telling it to look for server

xalcon [TorchMaster] - Today at 11:52 PM
how didnt i notice that
oh shit, i know

TehNut [Bowel Movement | Weeb] - Today at 11:52 PM
And you'll only get that crash on a dedicated server since it's the server proxy
commented

I have a fixed version up, its currently being reviewed by curseforge.
Sorry for the inconvenience.