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

    • Solved construction site (terminal) was broken by enemy creep when move trough him
      • hackgpp

      4
      4
      Posts
      6418
      Views

      Thanks for you replies, i was dont know about this feature... scout come to me when i was rewrite code for towers
    • Solved StructureNuker.ghodium property is broken for newly (post-patch) built nukers
      • Orlet

      3
      3
      Posts
      4497
      Views

      This issue has been fixed with yesterday's path, thank you.
    • Solved Local Server doesn't work though client GUI
      • LordZardeck

      13
      13
      Posts
      13423
      Views

      @artch Updated and seems to be working. Thanks so much!
    • Unsolved Console logging within an infinite loop causes client to freeze
      • hyramgraff

      1
      1
      Posts
      3389
      Views

      No one has replied

    • This topic is deleted!
      • Enteerman

      1
      1
      Posts
      2
      Views

      No one has replied

    • Solved Room.lookAt doesn't include ruins
      • QzarSTB

      4
      4
      Posts
      6135
      Views

      The fix is deployed, it should be solved now.
    • Solved Private server not working since update to v4
      • Atavus

      10
      10
      Posts
      15561
      Views

      @artch @o4kapuk that was it! Thanks for the assist.
    • Unsolved Power enabled in unowned rooms?
      • Trepidimous

      2
      2
      Posts
      3754
      Views

      You can enable power in non-owned rooms after they became unowned. And the only way to reset it is to claim it, then un-claim it.
    • Solved Deposit and power bank on the same tile
      • Tigga

      2
      2
      Posts
      3420
      Views

      Thanks, won't happen again.
    • Solved Simulation mode: Error with structure's Store property
      • levx

      4
      4
      Posts
      5848
      Views

      @o4kapuk thanks, I have confirmed the fix. I notice that calling store.getCapacity() on a strucutre that requires a higher RCL returns null. Also, the store.getFreeCapacity() returns a negative number. Is this the intended behavior? To replicate, create a Storage or Terminal in Simulation mode without have the required RCL and access either method.
    • Unsolved isActive returns false on stronghold buildings
      • Tigga

      1
      1
      Posts
      2803
      Views

      No one has replied

    • Solved Zone Barrier broken in such a way that allows entry into protected zone.
      • Sneaky_Polar_Bear

      2
      2
      Posts
      4144
      Views

      Thanks for the report, it's currently fixed.
    • Solved [breaking bug] Accessing anything in .store of abandoned ruins throws exception in some cases
      • Orlet

      6
      6
      Posts
      8800
      Views

      @o4kapuk confirm it is working.
    • Unsolved room.energyCapacityAvailable returns null due to corrupted spawn store
      • QzarSTB

      4
      4
      Posts
      9037
      Views

      @o4kapuk I've looked further into the issue and I think I've found it. I think it's caused by providing the energyStructures towards the spawnCreep call, and one of the extensions that you pass has no energy and therefore an empty store object. In the "newEnergyHandling" method you have this code: let availableEnergy = _.sum(energyStructures, id => roomObjects[id].store.energy); if(availableEnergy < cost) { return false; } and a bit further: let energyChange = Math.min(cost, energyStructure.store.energy); energyStructure.store.energy -= energyChange; bulk.update(energyStructure, {store:{energy: energyStructure.store.energy}}); The lodash _.sum seems to be very robust and handles null/undefined without a problem. A Math.min() with undefined in it will give NaN, so I think this is were the problem originates from. When not providing energy structures to the spawnCreep call I can't reproduce the issue, so If it's not what I described above there's definitely something else wrong in there.
    • Solved Room edge bugged
      • Tigga

      4
      4
      Posts
      5967
      Views

      @o4kapuk said in Room edge bugged: @tigga Thanks for the report, it will be fixed as soon as possible I think it may have been fixed already by https://github.com/screeps/engine/commit/889d6e25d4a3bb54c4d5245e0420645220f8f9b0
    • Unsolved Order of operations issue with stronghold deployment
      • Tigga

      3
      3
      Posts
      4481
      Views

      @tigga I'll double-check this, thanks
    • Solved store.getCapacity() is null on empty stores
      • qnz

      4
      4
      Posts
      6743
      Views

      This is intended behavior for spawns and extensions. They are not general-purpose stores, so getCapacity without the param returns null.
    • Solved All of the Strongholds respawned already.
      • Smokeman

      2
      2
      Posts
      3187
      Views

      Sometimes it helps to check other forum topics before creating a new one https://screeps.com/forum/post/14236
    • Unsolved Crash on arch linux
      • stripwire

      2
      2
      Posts
      4464
      Views

      https://screeps.com/forum/topic/2797/client-crashes-on-keyboard-input-linux/ seems to be the same issue
    • Unsolved Was absorbed by newbie zone - Empire cut in half
      • Ratstail91

      2
      2
      Posts
      3887
      Views

      Let me ask have you received this message when you spawned in this room? I can see from the room history that the novice zone was already planned in this sector when you spawned, so if you consciously agreed with this, this is now a consequence of that choice.

    Move Topic