Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. t3jem
    3. Topics
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Topics created by t3jem

    • Cannot convert Circular structure to JSON
      Technical Issues and Bugs • • t3jem

      5
      5
      Posts
      6713
      Views

      A stack trace would have shown that it was failing while trying to stringify memory rather than a console.log a circular reference though (which I've done before and had a similarly difficult time tracking down).   Errors like this should always provide a stack trace to help point to where the error is (whether it's bad stored data, or a bad log).
    • Unable to destroy my owned structure in unclaimed room
      Technical Issues and Bugs • • t3jem

      3
      3
      Posts
      3790
      Views

      The destroy returning OK seems like a bug though.
    • RangeError: Maximum call stack size exceeded
      Help • • t3jem

      10
      10
      Posts
      13243
      Views

      The source shouldn't be in another room as I'm doing a room.find, but just in case I went ahead and did as suggested.  I mostly did it at first because I wasn't sure which part of the result was circular and just wanted to create a new object.  The code is still working around the bug though. It seems that the objects returned by FIND_DROPPED_ENERGY is circular causing issues with path finding and logging it.