Cannot enter worlds (1.18.2, Forge)
Nevrai opened this issue · 8 comments
I can’t create a world or enter an existing one, and it seems to be caused by Architectury.
Last part of latest.log: https://pastebin.com/raw/R44VKdZF
Mod list: https://pastebin.com/raw/g8nrXaEd
It might be the same issue as #288, but I’m not sure, as the error messages look a bit different.
Versions:
- Minecraft: 1.18.2
- Forge: 40.1.68
- Architectury: 4.7.78 (latest)
Downgrading to the previous version, 4.6.77, resolved the issue for me, so this is presumably a bug in the latest version of the mod for 1.18.2 (Forge), 4.7.78.
I've added a null-check for packet ids, so at the very least we should be able to find out the culprit from here (it... might even be Architectury API itself if the NetworkManager class is being loaded in weird ways)
I am having a similar issue on the fabric side with entering and loading a world. It blames Architectury, Fabric API, and FPS reducer.
@Tawhirimatea5 You're most likely using a 1.19.2 version of a mod that is built for Architectury API 6 while running MC 1.19 and Architectury 5. Check that for example your FTB mods aren't the 1.19.2 versions.
I've added a null-check for packet ids, so at the very least we should be able to find out the culprit from here (it... might even be Architectury API itself if the NetworkManager class is being loaded in weird ways)
Has this ever come up since @DeleteMetaInf? And if so, would you be willing to share another log with me so we can identify the culprit :P
crash-2023-01-29_13.15.45-server.txt
Still happening on 4.10.88