You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A game crash occurs when all of the following conditions are true:
A player has died
That player had a Runic Brooch equipped
keepInventory was true
Being on singleplayer or multiplayer does not affect if the crash occurs.
Only the server crashes; the client is unaffected.
Other similar items which do not remove slots do not cause a crash.
Potential cause
An index out of bounds error in Trinkets due to an empty list causes the crash.
This is probably because the Runic Brooch removes a slot, which makes the list empty.
Description
A game crash occurs when all of the following conditions are true:
keepInventory
was trueBeing on singleplayer or multiplayer does not affect if the crash occurs.
Only the server crashes; the client is unaffected.
Other similar items which do not remove slots do not cause a crash.
Potential cause
An index out of bounds error in Trinkets due to an empty list causes the crash.
This is probably because the Runic Brooch removes a slot, which makes the list empty.
Versions
Crash log file
crash-2024-10-16_15.53.23-server.txt
The text was updated successfully, but these errors were encountered: