Sudden game crash. #23
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Port
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Modding/enchiridion#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here's the logs.
Look at the bottom for "Caused by:"
Hi, do you have any mods that load loot outside of the main thread? (E.g. multi-threaded chunk loading) because that could currently cause issues. I'll look into better handling registry obtaining in this context because I think that would be do-able.
The only chunk mods I was using were Structure Essentials[Forge/Fabric] & Chunky(Fabric)
Also keep up the good work I can't wait to see what this mod becomes when it's finished.
Mhm, either of those shouldn't cause issues if they aren't being executed in a certain way.
I'll probs just make the tweak I mentioned above.
I think I see that the server was executing stuff outside of the main server thread. This is unsupported at the moment due to how registry obtaining works for item categorization.
This can definitely be fixed by using a method with registry context and getting that context.