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.
-
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.
-
I just came across this thread. The same thing happened to my account on shard2 on the 10.09.2023. It has obviously since then long been resolved, but still wanted to include my report for better visibility. Here's the link to the start of this discovery/discussion on the official discord: Report-message in #world-help