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
-
@o4kapuk I know that this is an older thread, but I currently seem to be experiencing similar issues, where my code is just not running at all. I also can't get anything to run in the console in the browser (trying to console.log(Game.time) or similar doesn't prompt anything to appear on the screen. It has happened several times over the past few days - each time it seems to have started around when the tick time on the server exploded, but I still seem to be able to see other people's code running in their rooms. Initially it happened a few times yesterday and the day before shard2, so I respawned into shard3 but still seem to be facing the issue there today.