Backpacked

Backpacked

11M Downloads

Crash on server startup

SkullDiamond opened this issue · 8 comments

commented

I try the last update and sever crash on startup

crash.log: https://pastebin.com/SQa4YeD2

commented

I still have the same issue whit backpacked-2.1.1-1.16.5.jar on server
crash.log: https://pastebin.com/4wb77mDK

commented

Here's my crash report if that helps.

Using lastest 1.16.5 forge. 36.2.29

https://pastebin.com/zcSMqSNV

commented

Having the same issue as well on a multplayer server. Nearly the same crash report about missing Model class def.

commented

If I can help you, I created a temporary fix for that issue.
https://github.com/VadamDev/Backpacked/releases/tag/2.1.2-1.16.5

commented

You shouldn't use @OnlyIn as it's not intended for modders. I previously used it but removed it. It's all about making sure client code is not run on the server and this crash won't happen. It seems my previous attempt at a fix did not work, I am unable to test since I personally don't have the issue even when running dedicated server.

commented

I could test it if you want 😅

commented

Hi @MrCrayfish

This is the modpack where I was able to reproduce the issue

https://www.curseforge.com/minecraft/modpacks/primatilandia

It's really heavy, needs a minimum of 8GB RAM but could be a starting point to test.

commented

I did it just to run the mod on the server side temporarily ^^' . You did you're tests on the development environment or with a "external" server ?