AE2 Fluid Crafting Rework

AE2 Fluid Crafting Rework

523k Downloads

Crash: java.lang.NullPointerException

123FLO321 opened this issue ยท 7 comments

commented

Random crashes with NullPointerException.

See crash report:
crash-2023-03-29_15.38.18-server.txt

commented

when this crash happens? request crafting jobs or just randomly crushes?

commented

It happened when canceling a crafting

commented

well i can't reproduce the crash. could you give me screenshot of which crafting job you are canceling?

commented

Looks like Plethora can interact with AE from another thread. Not sure how to go about that

commented

It should always use the main thread unless worldThread = false is specified in the @PlethoraMethod decorator.
All interactions should be performed from the main thread unless I missed something (I also debugged the craft method and it is in fact called from the server thread)

commented

Posted on AE as well since it's probably unrelated to AE2FC: https://github.com/PrototypeTrousers/Applied-Energistics-2/issues/255