Noaaan / MythicMetals

Fabric based Minecraft mod that adds new materials into the game. Includes new tools, ores, anvils, and sets of armor.
Other
74 stars 24 forks source link

[1.21 Alpha] Server Registry unmapping failing #250

Closed Noaaan closed 1 month ago

Noaaan commented 1 month ago

Whenever a client disconnects from a server using the latest Mythic Metals alpha, it crashes the client. The Stacktrace is obscure, citing no source but rather complaining about something during registry unmapping. Needs further investigation and debugging.

Noaaan commented 1 month ago

Attaching a related crashlog. This can easily be reproduced by the following:

  1. Run a client and a server with Mythic Metals
  2. Connect to the server
  3. Disconnect from the server. Your client should crash

crash-2024-07-07_13.12.21-client.txt

This happens without Alloy Forgery as well, so the issue has to be within Mythic Metals or it's required dependencies

Noaaan commented 1 month ago

Cause of the issue has been found, and a fix is underway