paulevsGitch / EdenRing

MIT License
20 stars 16 forks source link

Server Crash Upon Start #32

Closed noahammond closed 2 years ago

noahammond commented 2 years ago

Hi I've been having an issue where the server crashed with EdenRing installed (log attached)

latest.log

Not sure if it's an incompatibility or not?

paulevsGitch commented 2 years ago

Looks like server tries to execute client methods. I can't recreate this bug on both server and in dev environment. I can try to add annotations that can fix that

paulevsGitch commented 2 years ago

Should work fine in 0.6.1

noahammond commented 2 years ago

Unfortunately, met with the same issue. It's strange as it works fine for the client just not the server.

latest.log

paulevsGitch commented 2 years ago

It's strange as it works fine for the client

Server tries to call a client class. On client it exists, on server - not. I can't recreate it on both client, server and in dev environment. Can you please try Fabric 0.55.3 and Fabric Api 0.55.3? I tested it on this configuration and it worked fine. Also can you please make a separate test with mod only?

paulevsGitch commented 2 years ago

Looks like it is related to this. If you will update Fabric and Fabric API it will be fine

noahammond commented 2 years ago

Ahh yep, updating Fabric API from 0.55.2 to 0.55.3 worked. Thanks!