Sudden game crash. #23

Open
opened 2026-01-21 20:39:15 +00:00 by b27715610-jpg · 4 comments

Here's the logs.

Look at the bottom for "Caused by:"

Here's the logs. Look at the bottom for "Caused by:"
624 KiB
Owner

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.

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.
Author

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.

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.
Owner

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.

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.
Owner

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Modding/enchiridion#23
No description provided.