Screeps: Why isn't the Memory tab updating anymore?

It seems like the memory is still being read and written correctly, but the memory tab always shows the initial state, as if there were no creeps in the room or spawning. It wasn't like that a couple of days ago. What am I doing? The problem exists in Firefox and Chrome, apparently independent of the cached data.

+3


source to share


3 answers


Thanks, now fixed.



Please keep in mind that it is better to submit bugs to contact@screeps.com rather than post them on StackOverflow, which is related to coding issues.

+3


source


You can click the Refresh button on the left to see the contents of the memory. But I agree that this is a less optimal way to do something.



+2


source


Possibly a problem with localStorage

, artch answered a similar question about these types of problems: fooobar.com/questions/2180638 / ...

You can try running the game in a different browser, or perhaps clearing the cache in your current browser.

0


source







All Articles