#Self Host/Dedicated server randomly crashing

1 messages · Page 1 of 1 (latest)

merry locust
#

Self Host/Dedicated server randomly crashing, need help to understand what could be the cause of it

Log file right there:

(Btw, Why the heck in log files that u want to post there on discord its included server invite code/password? Considering griefers and not really a way ingame (like clan based buildings) to stop random ppl from griefing its really crazy....)

#

Just to point up, server were running fine since game launch until yesterday update. Since that update we are getting crash every 1-2 hours

mighty iris
#

From what I can tell, this looks like an inventory-related failure

The key line is:

'R5BLInventory_MoveItems' rule Do() exception:
Condition 'ToItemsStackToMove.Count == 0' failed.

My take on it:
It seems like the game tried to move or swap a stack (3x Small Repair Kits in your case) and something went wrong during validation. The target stack probably ended up in a state the system didn’t expect (like empty or missing), which caused the check to fail.

After that:

  • the system flags the data as inconsistent
  • stops the worker
  • and everything falls apart from there

TL;DR:
It looks like a bug in the inventory stack/swap logic that ends up killing the session.

merry locust
#

atleast some better clue to know on what to look for