Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registry remapping fails with NullPointerException when using Wood API in multiplayer (1.21.1) #100

Open
FarestR06 opened this issue Dec 28, 2024 · 1 comment
Labels
question Further information is requested

Comments

@FarestR06
Copy link

I'm working on a mod (1.21.1), but I had a weird issue. Whenever I tried to join a multiplayer server with my mod installed, the game would crash. Just before the crash, an error screen saying "Registry remapping failed: null" would show up for a split second.
After a bit of debugging, I was able to narrow down the cause to an issue with the Wood API. I managed to fix the issue by simply removing the signs and boats. And I'm now here in the issues, filing a bug report. As I already mentioned, I'm playing on 1.21.1, so I'm not sure if the issue has already been fixed.

Oh, and here's the log file.
2024-12-27-4.log

@gniftygnome
Copy link
Contributor

This sounds like maybe some missing initialization. Perhaps the client-side boat init?

f.e.: https://github.com/TerraformersMC/Traverse/blob/1.21/client/src/main/java/com/terraformersmc/traverse/TraverseClient.java#L18

@gniftygnome gniftygnome added the question Further information is requested label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants