ScreepsQuorum/screeps-quorum

[bug] Mine from W24S2 to W23S1 killing bucket on main server

Closed this issue · 2 comments

Every time the mining program for this particular mine (and only this mine) runs it times out and eats a huge amount of bucket. This can be seen in the console with this line-

[shard2] kernel: Running city_mine W24S2 to W23S1 (pid 67251)

Look at the rooms themselves shows that the path from the city to the mine is blocked by a room which has built up walls, so this may be related to pathfinding. This is just a guess though.

#319 should resolve this issue, as the room will be unreachable and the program will kill itself.

Multiple pathfinding changes has resolved this.