I'm also seeing this issue when using a local server. I closed it the server rather abruptly last time so maybe if we close it down gently it won't do this?
Trepidimous
@Trepidimous
Posts made by Trepidimous
-
RE: room.energyAvailable returns null on private server
-
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.
-
RE: Game.cpu.generatePixel change
@artch could we please update the documentation to reflect this change? I'm not sure how somebody would know about this other than finding this article or perhaps reading screeps source code.
https://docs.screeps.com/api/#Game.cpu.generatePixel
[edit] Sorry, I didn't read the full thread but it sounds like intents are no longer cancelled. Docs are up to date then. Thx.
-
Missing top 30 icon from season III on profile page
I got the room decorator but the icon that shows up under my profile is still missing.
Perhaps not the most important bug but maybe an easy fix?
-
RE: Season #4 is open!
Will caravans just accept "Basic regional commodities" or will they also accept "Higher commodities" for more points? see: https://docs.screeps.com/resources.html
-
Seaons API docs need a little update
It looks like there's no generate pixel command on seasons,
[10:04:32 PM][shardSeason]TypeError: Game.cpu.generatePixel is not a function
which is fine but the seasons api docs still shows it.
https://docs-season.screeps.com/api/#Game.cpu.generatePixel
I'm fearful about other features that are assumed to be included because nobody said that they weren't like power, invader cores, factory elements, etc.
-
RE: Factories, new resources, NPC Strongholds
Took down a lvl 4 stronghold for the first time: https://screeps.com/a/#!/history/shard1/W6S25?t=27636900
pretty shakey.
-
Small Suggestion that is an easy fix
Imagine somebody joining screeps, getting a message from another player and seeing the message icon in the upper left of their UI.
I suspect that simply because it is red predisposes the recipient with a danger/error/wrong/bad mindset before they even know who it is from or what it says.
I know full well that most people use slack chat as their main means of communication but I can't help but wonder if a simple color change would have a more positive psychological effect to say green or a neutral color blue.
-
RE: Statistics look to have the incorrect numbers
They seem to have been corrected now. Not sure what happened
-
Statistics look to have the incorrect numbers
For 1 hour, 24 hours and 1 week I am seeing negative numbers for energy. Are other people seeing this and is there a fix in the works?