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

runclient task stopped working for no reason #198

Open
bastien-snk opened this issue May 27, 2022 · 1 comment
Open

runclient task stopped working for no reason #198

bastien-snk opened this issue May 27, 2022 · 1 comment

Comments

@bastien-snk
Copy link

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.
@TheKodeToad
Copy link

TheKodeToad commented Jun 10, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants