You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I got this error overnight, without changing anything. I don't touch the registry except for Blocks & Items.
I've been stuck for 2 days and I've looked at it and nobody talks about it on the net.
Setup:
OS: Mac
JDK: 17
at net.minecraft.core.MappedRegistry.freeze(MappedRegistry.java:297)
at net.minecraft.core.Registry.freezeBuiltins(Registry.java:429)
at net.minecraft.server.Bootstrap.bootStrap(Bootstrap.java:57)
at net.minecraft.client.main.Main.main(Main.java:138)
FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered:
Ah, well clearly there was a problem freezing the mapped registry.
I think we're gonna need the full log. And the code around where the error actually happens.
Show something like this
java.lang.OhNoException: Something bad just happened
at UnsafeEnumManipulation.insertMember(UnsafeEnumManipulation.java:34)
at VeryUnsafeMagic.doStuff(VeryUnsafeMagic.java:64)
In this case, you would also share line 34 of UnsafeEnumManipulation.java.
I'm not trying to patronise you or anything, I'm just trying to be clear and helpful.
Hello, I got this error overnight, without changing anything. I don't touch the registry except for Blocks & Items.
I've been stuck for 2 days and I've looked at it and nobody talks about it on the net.
Setup:
The text was updated successfully, but these errors were encountered: