ProbeJS

ProbeJS

972k Downloads

Crash during dump with Structure Gel API

Sunlis opened this issue ยท 2 comments

commented

Minecraft: 1.18.2
Forge: 40.1.85

Minimal mod list:


I suspect this is the fault of the Structure Gel API mod, but I'm filing here for now in case it can help ProbeJS to be more resilient.

In my custom modpack, running /probejs dump resulted in a crash, with the error:

[07Dec2022 11:54:57.256] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: com.legacy.structure_gel.core.mixin.ChunkAccessMixin is invalid

latest.log, crash.txt

I tried setting up a minimal repro by installing only ProbeJS and Structure Gel API. I was able to repro with this minimal set (full mod list with auto-installed dependencies above). crash.txt

commented

This is a known bug due to structure gel refers to mixin class in one of its methods. Which will cause a crash since mixin class is not able to be initialized.

Will push a fix for that later.

commented

fixed and released as 4.0.0-fix3 on CurseForge