Server fails to start when updating from 2.8.8 to 2.9.0
evhub opened this issue ยท 15 comments
When updating from Silent Gear 2.8.8 to 2.9.0, the new version causes the server to crash immediately during startup.
Versions
- Silent Gear: 2.9.0
- Silent's Gems: N/A
- Silent Lib: 6.1.0
- Forge: 39.0.85
- Modpack: N/A
- Optifine Installed: No
Links/Images
Logs: https://gist.github.com/evhub/68cc2f0a0acb2c826405e41290270ccd
(no crash report is generated as the crash happens too early in server startup)
I found this line in debug.log, may help in figuring out the crash (happens even when using java 17.0.2)
silentgear.mixins.json:MixinItemEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
Doesn't seem to be the cause of the crash unfortunately...
I actually get a crash report in dev. It's a complete head-scratcher though. Seems like something is loading the LocalPlayer
class, but I have no idea how.
https://gist.github.com/SilentChaos512/6fd29a905ad398d1f7508b9c54633321
same with forge 39.0.88
removed configs still a crash
when using silent lib 6.1.0 and silent gear 2.8.8 it works
I found this line in debug.log, may help in figuring out the crash (happens even when using java 17.0.2)
silentgear.mixins.json:MixinItemEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
Same Issue for me
Silent lib 6.1.0 Works
Silent gear 2.8.8 Works, V2.9.0 crashes
@McSquizzleswag Can you provide a crash report or log file from your client? Are you sure it's the same issue?
Ran the two mods on their own, both are the beta versions
https://gist.github.com/McSquizzleswag/12be90b27764a0525671668389b21ec8
I am running the two mods stated in the original issue as part of a pack and am getting the crash, it also happens with your other two mods present
https://gist.github.com/McSquizzleswag/f4bfa98a3ac87e66bbb2fd2c930aadeb
Yeah, that's the same No refMap loaded
error for the ItemEntity
mixin. How odd. I tried updating to Forge 39.1.2 in my dev environment, but the client still loads up just fine. Server still crashes with an unrelated error in dev.
I had brought this up in the Forge discord (unfortunately the messages involving this were deleted for some reason) it was suggested that @onlyin
could be a factor
I found a workaround for the in dev crash... But there's still no crash like the one described here.
Should be fixed in version 2.9.1... Seems like 2.9.0 was just a bad build. No code changes were made.
Can anyone else confirm the issue is fixed?
Should be fixed in version 2.9.1... Seems like 2.9.0 was just a bad build. No code changes were made.
Can anyone else confirm the issue is fixed?
Seems fixed for me. Loaded up with no problems at all