-
Notifications
You must be signed in to change notification settings - Fork 12
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
Nocubes 1.12.2-0.4.0PRE1 will crash in a Beta+ generated world #64
Comments
Caused by an error in beta+ here. |
At your suggestion I just did to be absolutely sure, logs are here and the same error happens. I'll admit I know nothing about Java so I'm probably so off it's not even wrong: Both mods work fine on their own, and only crash together, meaning it's definitely an interaction between the two occurring at chunk generation. Is it possible for Beta+ and Nocubes to get caught on each other, with nocubes trying to smooth out something Beta+ is in the process of generating? Or similar to #40 can beta+ give nocubes something that it can't handle and the math goes nuts trying to smooth it? Also is there a way I can get you more detailed logs, maybe something that actually records what went wrong as it happened? |
Whats happening is that beta+ is trying to set a block state for one chunk in another chunk.
Mapped stack trace:
There is no way that NoCubes should have anything to do with this as it doesn't touch anything to do with world generation or chunks. |
Well I just re-tested both individually with absolutely no other mods, not even optifine, and they each work individually. Notrace can work on a map initially generated with beta+ if beta+ is unloaded. |
I'll try and test this myself. You're using
|
Yes, everything right off of curseforge with Forge itself from MultiMC5. Is there are another diagnostic data that could be relevant or affect this? Java version? |
Your Java version is |
Full log is available Here. Loading into a world already generated may work for a few seconds up to maybe even a minute or so but something about chunk generation goes haywire. Creating a new world crashes before entering the game.
The text was updated successfully, but these errors were encountered: