Crash in JEI on click of one of the Cuboid Support Mod tabs
DelfCo opened this issue ยท 3 comments
** Modpack Version:**
e.g. 0.1.0
Describe the bug
I had the ME system open, pressed U over rotten flesh, scrolled over to click on the first of the two (I think) Cuboid Support Mod tabs, and the game crashed.
I've attached all the logs from this play session and the crash report. Looks like the crash was in JEI code, but something gave it a null to play with...
To Reproduce
Steps to reproduce the behavior:
- Go to the ME terminal
- Put the mouse over rotten flesh and press U
- Scroll right to the first Cuboid Support Mod machine's tab, and click it.
- Boom
Expected behavior
No boom :)
Followup: the machine tab in question is the Molecular Recycling tab. And I've just reproduced the problem a second time. I won't bother you with the crash report for the second one unless you need it.
Turns out this is because I am currently using a function from the JavaFX library and that's no longer bundled as part of OpenJDK builds. I'll find an alternative implementation as it's just a small-ish change to remove that dependency and this shouldn't be a problem for others then.
Thanks for reporting the issue (and for attaching logs!)