Memory is unexpectedly null after weeks of stability



  • On one of my shards, the global constant "Memory" happened to be null. It was only on one shard and of course it crashed everything. The high level "Memory" constant isn't even allowed to be overwritten so I don't think my codebase has done this. I've never seen this happen before.

    Apparently it has happened to other players like "asquared31415" and one of the cures is to create a new branch, and overwrite your memory in it to an empty object using some command that I've never seen before:

    RawMemory._parsed = { };

    After I fixed it that way, I learned that one can supposedly fix it by adding an early return in your main loop on a new code branch.


  • Dev Team

    This looks like an infrastructure issue which happens (or at least reported) too seldom to investigate. Please report more cases of this so we can hunt it down.