Crash due to Arrp or Brrp missing, but anotehr instance ran fine?
allanonmage opened this issue ยท 0 comments
Minecraft Version
1.20.x
Mod Loader Version
0.17.3
Mod Version
1.4.8
Describe the Issue
I'm building seperate client and server modpacks, and I already put together the client modpack and booted it up and it ran fine.
I just finished putting together the server modpack, and when I try to launch it, I get a crash due to this missing dependency. The weird this is that I didn't need it for the client pack, which has MedievalWeapons in it. It looks like ai have libz in it though, so can that replace this functionality?
Also, why does this dependency cause a game crash where PolyMC can't interpolate that it's due to a missing dependency? Usually there's a different kind of an error if a mod needs something, and they're all grouped together. Which is often how I learn what library mods are still needed.
crash-2025-11-02_11.59.10-client.txt
latest.log
I'm building seperate client and server modpacks, and I already put together the client modpack and booted it up and it ran fine.
I just finished putting together the server modpack, and when I try to launch it, I get a crash due to this missing dependency. The weird this is that I didn't need it for the client pack, which has MedievalWeapons in it. It looks like ai have libz in it though, so can that replace this functionality?
Also, why does this dependency cause a game crash where PolyMC can't interpolate that it's due to a missing dependency? Usually there's a different kind of an error if a mod needs something, and they're all grouped together. Which is often how I learn what library mods are still needed.
Do you use any other mods except the required ones?
No response