LoaderExceptionModCrash - Bad Local Variable Type
madmax3004 opened this issue ยท 17 comments
Minecraft: 1.12.2
Engineer's Decor: 1.1.0
Immersive Engineering: 0.12-98
forge-14.23.5.2854
Crash log:
https://pastebin.com/EmgGtnPS
Hi, that's a strange one. The exception is thrown when accessing the Furnace TE, which is the first in the config apply()
function. Looking in the decompiled code of the TE, func_73660_a()
is the update()
method, not invoked at all in that phase. And that method is also not in line 438.
No changes in the config since last release version, but I added a blockstate check in the update() methods (in case the TEs get moved by a modded piston). So that would be theoretically my anchor to start with.
I can't reproduce that meself, is is reproducible on your machine?
Still a crash:
https://pastebin.com/TaTKMMKX
Ok, I won't say "perfect" now as it would definitely not fit, I gonna clear my complete gradle cache and change that state check line in the update function, and would then attach a testing file into this thread, if that is okay with you.
Had a quick look at this issue: #102
And that might be the same error? That user hasn't posted his versions / complete crash log though, so I can't compare mods and see if there's a potential mod conflict of a mod we both have.
Re-posting crash log here as well: crash-2020-06-28_23.27.41-client.txt
Test jar would be this then:
2020-06-30-engineersdecor-1.12.2-1.1.1-b1.zip
Thanks, according to that crash log the version 1.12.2-1.1.0-b2 was already affected.
We have a third report about this, log: https://pastebin.com/wdQjz2tc by @StormbringerGTX ("welcome on board") ;-).
Ah, wasn't sure this was related.
Interesting to note that this crash isn't consistent. I've just loaded the game about a dozen more times refining my modpack and it hasn't crashed since. Hope it helps, but that probably makes it worse?
EDIT
Never mind I forgot I quarantined the bug during test, still crashes every time for me.
Ok guys, researching a bit has yielded that this could be related to a bug in java, that I managed to provoke during the last changes. I have here a test version, where the config in is re-arranged in the classes.
Could you try this mod file and give me feedback if it works then? Cheers -
2020-07-01-engineersdecor-1.12.2-1.1.1-b1.zip
Apologies, I haven't had time to test the fix attempts. I'll be able to give it a try this weekend.
Ok @teagan75 ty for checking.
Perfect that guys. I dared to push that as v1.1.1-b1 to Curse. If no further trouble is dropping in it's gonna be the maintenance release in about a week. Thanks again all for testing the test versions!