Open Parties and Claims

Open Parties and Claims

39M Downloads

open-parties-and-claims does not work on NeoForge 1.21.1

Closed this issue ยท 8 comments

commented

crash-2025-10-13_15.55.27-fml.txt

Image

NeoForge 209
mod start to crash game when ModernIndustrialization Datagen on

[datagen]
#Run MI runtime datagen on startup.
datagenOnStartup = true
#Additionally load resources in modern_industrialization/generated_resources.
loadRuntimeGeneratedResources = false

commented

Doesn't really make sense. Can you post the full game log?

commented
commented
Image
commented

Thanks, but sadly still makes no sense really. It just crashes when loading the platform service, which I can't really do much about based on the info you've provided.
No crashes for me with NeoForge 21.1.211 and Modern Industrialization with datagenOnStartup. Try updating to 211, I guess.
If you guys can figure out what other mods are necessary to reproduce this, I'll be able to test more.

commented

https://github.com/user-attachments/assets/277924e5-7bad-46f7-805b-f6de028e77eb
This is literally proof of my words, also here are some additional logs.
Minecraft 1.21.1
NeoForge 21.1.211
GuideME [21.1.14]
KubeJS [2101.7.2-build.277]
Modern Industrialization [2.3.14]
Open Parties and Claims [0.25.6]
Rhino [2101.2.7-build.81]

Archive.tar.gz <- Latest Log + Debug

crash-2025-10-15_16.18.59-fml.txt <- Crash report

commented

Thanks. Rhino was the necessary mod. Now I can reproduce it.

commented

Ok, it seems to be some sort of a race condition issue. I'm going to force the platform service to load before parallel mod loading starts, which seems to solve the problem. It is strange that OPAC was the only mod failing from this though. It should've affected the other mods sometimes too, but whatever.

commented

Yeah, maybe it wasn't a race condition issue then. Maybe MI and Rhino combo just breaks service loading after a certain point. Regardless, the fix works.