Error: Could not load terrain data



  • Error: Could not load terrain data
    at Error (native)
    at Object.exports.search (/opt/engine/dist/core/path-finder.js:129:19)
    at Object.search (/opt/engine/dist/game/path-finder.js:54:36)
    at _findPath2 (/opt/engine/dist/game/rooms.js:257:34)
    at Room.findPath (/opt/engine/dist/game/rooms.js:788:20)
    at RoomPosition.findPathTo (/opt/engine/dist/game/rooms.js:1141:25)
     
    Sometimes I'll get this error when trying to find a path to a couple of locations in a specific room. The error happens every time for a few minutes, then seems to go away.
     
    {"x":33,"y":37,"roomName":"E56S69"} is one of the locations
    {"x":31,"y":35,"roomName":"E56S69"} is the other
     
    they are both sources

  • int_max

    I'm getting:
    Error: Could not load terrain data
    at Error (native)
    at Object.run (role.distributor:19:27)
    at Object.run (creepHandler:32:41)

    It doesn't go away, I've restarted client but it's still there, line 19 in role.distributor is a creep.moveTo


  • int_max

    It works now, the spawn was blocked by creeps, but that still shouldn't cause an error.


  • int_max

    It happens whenver path is blocked


  • Dev Team

    This must be fixed now, thank you for reporting.