crash after startup
xxlio109 opened this issue ยท 3 comments
Minecraft Version
1.16.x
Mod Loader
Forge
Mod Loader Version
forge-1.16.5-36.2.20
Mod Version
Waystones_1.16.5-7.6.4
Describe the Issue
Dedicated server, crash after startup
https://gist.github.com/xxlio109/4082978f9059b17b5c5c303565119ff7
Logs
https://gist.github.com/xxlio109/016b362db29990a3239733c99b26a6b7
Do you use any performance-enhancing mods (e.g. OptiFine)?
No response
This seems to be an issue related to the chunk loader loading chunks during capability deserialization, causing tile entities to have onLoad
called before the world is actually loaded.
I tried to delete chunkloaders-1.1.7-mc1.16.5 and got another crash, which seems to be related to bloodmagic?
https://gist.github.com/xxlio109/2b42943523175b41ac852336db298b65
Yeah, that's an issue in Blood Magic unrelated to the previous problem. Probably a remapping issue where the interface method matches a mojang method but interface method does not get remapped like the mojang method does, resulting in the interface method with the old name missing at runtime.