[bug] Mine from W24S2 to W23S1 killing bucket on main server
Closed this issue · 2 comments
tedivm commented
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.
tedivm commented
#319 should resolve this issue, as the room will be unreachable and the program will kill itself.
tedivm commented
Multiple pathfinding changes has resolved this.