Architectury API (Fabric/Forge/NeoForge)

Architectury API (Fabric/Forge/NeoForge)

158M Downloads

Cannot enter worlds (1.18.2, Forge)

Nevrai opened this issue · 8 comments

commented

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)
commented

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.

commented

There seems to be something registering a packet with a null id... weird

commented

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)

commented

I am having a similar issue on the fabric side with entering and loading a world. It blames Architectury, Fabric API, and FPS reducer.

crash-2022-09-02_17.19.00-client.txt

commented

@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.

commented

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

commented

crash-2023-01-29_13.15.45-server.txt
Still happening on 4.10.88

commented

still happening on any version 1.20.1 fabric