Cuboid Outpost

Cuboid Outpost

116k Downloads

Crash in JEI on click of one of the Cuboid Support Mod tabs

DelfCo opened this issue ยท 3 comments

commented

** 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:

  1. Go to the ME terminal
  2. Put the mouse over rotten flesh and press U
  3. Scroll right to the first Cuboid Support Mod machine's tab, and click it.
  4. Boom

Expected behavior
No boom :)

crash.zip

commented

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.

commented

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!)

commented

This doesn't repro on version 0.1.6 of the pack. Thanks for fixing!