-
Notifications
You must be signed in to change notification settings - Fork 10
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
Connected texture mod interaction causes client crash #54
Comments
Hi! This is an issue for me too. Same crash. |
I am getting this same issue. Thought it was optifine so I disabled it and still getting an error. Now it's saying CTM is the culprit |
The stack trace shows both mods, but the NPE happens in secret rooms:
|
Looks like this is the lambda that's causing the NPE, though I didnt' see what the code looked like for version 1.1.2 of the mod. It may help to factor "this.world" into a local variable, and null check it before calling getMirrorState. That way the lambda would capture a local variable 'world' that's never null.
|
[secretrooms-1.16.5-1.1.2]
[Forge-36.1.32]
[1.16.5]
Placing a secret pressure plate on a block altered by CTM caused both players on the server to crash until it was removed with an external editing program. It is unknown whether this crash affects other secret rooms blocks.
crash-2021-07-11_19.36.24-client.txt
The text was updated successfully, but these errors were encountered: