-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.20.1] Crash when viewing a camera from the mod SecurityCraft #9
Comments
Try reproduce with this mod installed: https://modrinth.com/mod/uwrad/version/1.1.0+forge |
I installed the mod, the crash occurred in the same manner as before. |
The only way this can happen is due to the use of unsafe threading in other mods (most likely SecurityCraft itself) that have corrupted the state vmp uses. |
I am one of the developers of SecurityCraft, and after reporting this internally we concluded that, to quote bl4ckscor3, "We're not doing anything off-thread". My personal guess is that this issue could arise from SecurityCraft trying to load and send chunks far away from the player in a faulty/unexpected way, since this crash does not occur when trying to view a SecurityCraft camera that is directly next to the player. |
Cannot reproduce the crash. |
Alright I apologize for the confusion, the crash I experienced was likely in part caused by me having WorldEdit installed as well (though now I can also no longer reproduce it, my game only starts to hang indefinitely until it runs out of memory with SC, VMP and WorldEdit). |
Describe the bug
When Very Many Players is installed alongside SecurityCraft, trying to view a camera from SecurityCraft that is far away (and hence needs new chunks to load) crashes the server after a short while
To Reproduce
Expected behavior
The game would not crash, and the player's camera would move to the position of the SecurityCraft camera so the player can view the surroundings of that camera
Runtime info (please complete the following information):
Crash reports / logs
Crash report: https://pastebin.com/FUmBgExD
Other mods
Should be visible in the crash report; to my knowledge, only SecurityCraft and VMP modify the server in a way that is meaningful to this issue
Checklist
The text was updated successfully, but these errors were encountered: