Eden Ring

Eden Ring

6M Downloads

Server Crash Upon Start

noahammond opened this issue ยท 6 comments

commented

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?

commented

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

commented

Should work fine in 0.6.1

commented

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

latest.log

commented

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?

commented

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

commented

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