Security Craft

Security Craft

41M Downloads

[1.18.2] [FORGE] Random Crash related to Security Camera

Camawama opened this issue ยท 4 comments

commented

I am working on an update for my modpack (CamaCraft). I added your mod and things seem to work find for the most part except for the fact that I am getting a random crash. I can't seem to replicate the crash as it is random.

SC Version:
image
Forge Version:
image

Crash Report:
crash-2023-02-16_01.16.19-client.txt
Logs:
latest.log

commented

Sorry, this is out of our control. The mod tries to access code that is not accessible by default. We fix that by telling Forge to make that code accessible for us (see here for this specific case). That's all we can do. I don't know if other mods can somehow influence how accessible that code is made, so it may be a mod conflict in which case the other mod should be more lenient with their access transformer regarding this method.

commented

How can I troubleshoot this issue without meticulously removing every mod from the pack one by one? It looks like it has something to do with Multiplayer and I know the one mod which heavily modifies multiplayer, so I removed the Multiplayer server pause but still had the same issue.

commented

Do a binary search. Remove half the mods, see if the issue happens. If it doesn't, swap halves. If it does, remove another half. And so on.

commented

It's a lot more work than simple binary swaps. I have over 200 mods in my pack which have all different dependencies. It would take days for me to do that since I also work a full-time job.