Game.map.findRoute broken


  • Culture

    Hey screeps team,

     

    It seems with the new update "Game.map.findRoute" is broken.

     

    var result = Game.map.findRoute('E9N19', 'E8N17')

    Result in this case will be -2



  • Same problem here, but with Game.map.findExit:

    var result = Game.map.findExit('W4S23', 'W3S23');

    Result is -2 too.

    Maybe a way to find the bug: the room W3S23 opened recently (I think yesterday, or the day before yesterday), it was a closed area before.

     

    Before the last update it worked fine, but my creeps just stop to move in the next room when the last update was pushed online 😞


  • Culture

    I'm having the same problem with creep.moveTo when the target is a flag when PathFinder.use(false) is set. These include paths just one room away that were all working fine before the update. 


  • Dev Team

    There is an issue with Game.map.findRoute for some room coordinates. It is now reverted to the original one, the bugfix is in process.



  • It seems to work fine now, thanks you very much 🙂


  • Dev Team

    The bug is fixed, new findRoute is enabled again.