ScreepsQuorum/screeps-quorum

Currently throwing a low bucket error despite full bucket

Opened this issue · 3 comments

The dashboard is showing a low bucket error

https://quorum.tedivm.com/console

Error: Extremely low bucket - aborting script run at top level
at main:4:9
at main:77:3
at Object.exports.evalCode (<runtime>:15818:76)
at Object.requireFn (<runtime>:46479:28)
at Object.exports.run (<runtime>:46422:60)

Might be shard related? Because the processes do seem to still be running and the bucket shows full.

And... it just stopped...

This happens when a creep manages to fall into another shard via a portal. Since no CPU is allotted to the other shard the bucket ends up being completely empty. The messages stopped when the creep died- at that point there were no resources on the other shard so no scripts ran.