-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
[1.12.2] Crash when creating Terrasteel #2630
Comments
Does it happen without any other mods? (just baubles, botania, and forge) |
Okay, so it turns out to be a mod conflict-related issue with VanillaFix. |
Not a conflict, VanillaFix helps mod authors to find bugs which are otherwise difficult to find by crashing (in 1.0.1) or showing a warning screen (in 1.0.2+) in an exception during a scheduled executable. |
I still want to see if this is reproducible without any other mods. |
I was unable to reproduce when testing with no other mods than Botania, Baubles, and Forge. |
Howdy, As stated above, I do not get this bug with only Botania and Baubles. As soon as I add VanillaFix it crashes. With Botania, Baubles, VanillaFix the following crashlog occurs: https://paste.dimdev.org/bazujeseze.txt I will be commenting on the issue over at VanillaFix's github as well edit: I guess the error that is causing VanillaFix to kick in needs to be fixed. Current workaround is to disable VanillaFix. |
without vanilla fix are there errors in the log even if it doesn't crash? |
@williewillus Yes, there should be. The error is caused by an uncaught exception in a scheduled task ( Also, newer versions of VanillaFix only display a warning to the player (which can be disabled), rather than completely crashing. |
I want to see a log to be 100% sure; there is no way I am sending the wrong effect ID there, so I suspect another mod causing network or memory corruption. The packet is sent from here But the exception is occurring here in a completely different effect ID.
|
Baubles and Botania ONLY, the following is thrown in the log (repeatedly as the process goes on): Tested with creative pool, agg plate setup, and both mana spreader and spark in different tests. |
Ah, I derped. Blame C-style switch for being dumb :P |
Version Information
Forge version: forge-14.23.3.2678
Botania version: r1.10-354
Further Information
Link to crash log: https://pastebin.com/PYRHe7fQ
Steps to reproduce:
What I expected to happen:
Without any crash, Terrasteel should be created and I can continue my day.
What happened instead:
A second or two after providing with mana the game froze and crashed.
Comments:
I don't know if this is mod conflict-related, however, since the crash report only reports Botania I cannot say it is.
The text was updated successfully, but these errors were encountered: