Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Technical Issues and Bugs
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes

    Technical Issues and Bugs

    • [README] - Reporting a bug
      • dissi-mark

      1
      1
      Posts
      4018
      Views

      No one has replied

    • Unsolved memory problem,plz help me!
      • chencreep

      4
      4
      Posts
      645
      Views

      @chencreep you can recreate the missing properties with Memory.creeps={} and Memory.rooms={} and Memory.spawns={} In your main.js you can write if (!_.isPlainObject(Memory.rooms)) Memory.rooms = {}; for rooms, creeps, spawns to automatically fix issues like this.
    • Unsolved Crashing on m1 macs
      • W4rl0ck

      19
      19
      Posts
      11252
      Views

      It seems that nwjs starts to support apple silicon from 0.77 released two months ago. So is there a plan of updating Screeps for apple arm support?
    • Unsolved Link "Report a problem" is broken!
      • KyberPrizrak

      1
      1
      Posts
      906
      Views

      No one has replied

    • Unsolved White rectangle (bar) top left of screen
      • RemarkablyAverage

      2
      2
      Posts
      901
      Views

      I've also experienced this, I think only with the desktop client.
    • Unsolved Can't buy pixels with money to support devs with steam client
      • Malkaar

      1
      1
      Posts
      898
      Views

      No one has replied

    • Unsolved My WebAssembly module is unable to be properly loaded in node10, and manual destruction is not logged by `Room.getEventLog()`
      • Astro_angelfish

      1
      1
      Posts
      803
      Views

      No one has replied

    • Unsolved Shard3 avg tick duration increased in a sudden.
      • StarkLyu

      3
      3
      Posts
      1304
      Views

      I think the Dev's are targeting a tick duration of 5 seconds. So 11 was quite bad, likely a something went wrong. I think the devs are kinda best effort on fixing these. They'll usually poke / restart or whatever during their workday but otherwise a server might remain quite bad for a day or more on a weekend.
    • Unsolved Create structure wall -7 near exit
      • Earwig

      1
      1
      Posts
      977
      Views

      No one has replied

    • Solved sim room resets globals all the time
      • JestDotty

      2
      2
      Posts
      1291
      Views

      @jestdotty sim is an approximation of the server running locally in your browser, so no, ivm in sim will very likely never be a thing. you should move your testing to a private server, check out https://github.com/screepers/screeps-launcher and #servers on the discord will be helpful if you run into any trouble setting it up
    • Solved Bug/Feature? Incomplete error codes for the `creep.move()` and related methods.
      • FFT

      3
      3
      Posts
      1415
      Views

      Many thanks for the reply. Indeed, your explanation has cleared up the matter in my mind. I see now that my assumption on why the error codes are returned was incorrect. I did not even consider that it indicates the legality of an action rather than its successful execution. Also thanks for directing me to discord. I did join the server and had a look around. Although the discord server has a lot more traffic I still prefer to post topics similar to this on the forum. The way I see it: discord for social chatting, forum for (more formal) organized thought and discussion.
    • Unsolved Issues Setting up Git
      • curleyc

      4
      4
      Posts
      2311
      Views

      This is most likely due to Github changing what authentication methods are allowed to be used for 3rd party apps when connecting to a repository. You will notice the following error produced when clicking the "Sync from repository" button: error: "{"message":"Must specify access token via Authorization header. https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param","documentation_url":"https://docs.github.com/v3/#oauth2-token-sent-in-a-header"}" This will need to be fixed on the Devs end
    • Unsolved "Sync from repository" button not doing anything on click
      • MarvinTMB

      7
      7
      Posts
      3822
      Views

      This is most likely due to Github changing what authentication methods are allowed to be used for 3rd party apps when connecting to a repository. You will notice the following error produced when clicking the "Sync from repository" button: error: "{"message":"Must specify access token via Authorization header. https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param","documentation_url":"https://docs.github.com/v3/#oauth2-token-sent-in-a-header"}"
    • Unsolved Error during loading: only nw.js window appears
      • kartoch

      2
      2
      Posts
      1509
      Views

      The nw.js window
    • Unsolved Missing top 30 icon from season III on profile page
      • Trepidimous

      2
      2
      Posts
      1564
      Views

      @trepidimous Thanks for the report, we'll look into it a bit later
    • Unsolved Confusing return codes when room is in safeMode
      • nascosta

      1
      1
      Posts
      1323
      Views

      No one has replied

    • Unsolved Desktop Fullscreen
      • MarvinTMB

      1
      1
      Posts
      1284
      Views

      No one has replied

    • Unsolved [Private server] Continuous errors for Invader and Source Keeper
      • SystemParadox

      3
      3
      Posts
      2524
      Views

      I've seen this many times over the years but I have never managed to find out what causes it. A reinstall usually seems to fix it, but I wish I knew what the problem was. Once I got it working on my current server it hasn't done it again since so maybe it is a bad install issue.
    • Unsolved GeneratePixel() contextual information is out of date
      • wykrmn

      1
      1
      Posts
      1373
      Views

      No one has replied

    • Unsolved cpu.getUsed() negative result?
      • Jerdaz

      3
      3
      Posts
      1960
      Views

      It's in this code: https://github.com/jerdaz/FormicAI/blob/main/src/meta_operation.js Every class ending with 'Op', including MainOp extends this class, so it is called 100's of times each tick. The variable is stored locally in the function. It happens only once every few hours so it happens only once every 1.000.000 calls or so and only one random operation is affected. It happens in different child classes (CreepOp, AttackOp, BuildingOp, HarvestingOp etc) and if it happens I only see one notification in the tick.

    Move Topic