architectury-api icon indicating copy to clipboard operation
architectury-api copied to clipboard

Cannot enter worlds (1.18.2, Forge)

Open Nevrai opened this issue 1 year ago • 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)

Nevrai avatar Aug 04 '22 09:08 Nevrai

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.

Nevrai avatar Aug 04 '22 09:08 Nevrai

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

MaxNeedsSnacks avatar Aug 04 '22 16:08 MaxNeedsSnacks

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)

MaxNeedsSnacks avatar Aug 07 '22 14:08 MaxNeedsSnacks

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

Tawhirimatea5 avatar Sep 03 '22 00:09 Tawhirimatea5

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

Juuxel avatar Sep 03 '22 07:09 Juuxel

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

MaxNeedsSnacks avatar Oct 20 '22 13:10 MaxNeedsSnacks

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

border999 avatar Jan 29 '23 19:01 border999

still happening on any version 1.20.1 fabric

CapToad avatar Aug 23 '23 12:08 CapToad