
[Bug] Game Crashes While Starting World
trevcam00 opened this issue ยท 3 comments
What happened?
Game will load menu screen, but crashes after starting world. Disabling REI fixes the issue. Running MC 1.21.4 on Neoforge Beta 21.4.88 through Curseforge.
What mod loaders are you seeing the problem on?
Forge
What do you think this bug is of?
- Visual
- Recipe Lookup
- Cheat Mode
- Plugin Integration / JEI Plugin Compatibility
- Others
Relevant log output
https://gist.github.com/trevcam00/884be4e2b2c6d2e3c5063e68701c2894
Anything else?
No response
By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.
- Yes, and I did not use any paste services other than GitHub Gists.
By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.
- Yes
This is happening due to neoforge changing the AddReloadListenerEvent
to AddServerReloadListenersEvent
in https://github.com/neoforged/NeoForge/pull/1915.
It might be worth noting that architectury has just merged a PR that fixes it on their end, but now REI has to update some incompatible code.