Open Parties and Claims

Open Parties and Claims

25M Downloads

[Crash] Singleplayer crashes when generating chunks

moninformateur opened this issue ยท 6 comments

commented

Here is the log, everything points to OPC being the culprit. This happens when generating chunks using the mod "Chunk pregenerator" mod.

commented

All clues point to it having an impact on the crash. It is the only mod I saw mentionned in the crash log, but I'm not expert.

This crash does not happen with the mod disabled.

commented

Nothing points at this mod in the crash report. It's listed in the core mods for the involved classes but that has nothing to do with what's crashing.
Does it crash without OPAC installed?

commented

And no, no real clues point at the mod. Stuff like this does not mean that the mod has anything to do with the crash:

at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:905) ~[client-1.18.2-20220404.173914-srg.jar%23276!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,pl:mixin:A}

It's simply listed in the core mods of the MinecraftServer class.
In fact, that's not even the real stack trace of the exception. The real one is this, which gives us nothing:

java.lang.ArrayIndexOutOfBoundsException: null

You'll have to add the -XX:-OmitStackTraceInFastThrow to your JVM arguments to disable the stack trace omission and get the full thing.

commented

Please test with the mod enabled again.

commented

I've tried a few more times after re-enabling OPC and the crash seems to be gone. Sorry to have bothered, it doesn't seem to be linked.

commented

Thanks for the info!