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

    • NPC Buy Orders are gone
      • tedivm

      16
      16
      Posts
      18499
      Views

      I can see what do you mean. We're going from this assumption: if some game mechanics numbers have associated constants, only then they are considered constant and cannot be changed without notice. Hardcoding your own constants in your code and relying on them (even based on some empirical observations that seem stable) is speculative and you do it on your own risk.
    • [Prototypes] constructor.name gone missing
      • Dissi

      4
      4
      Posts
      5931
      Views

      Related topic
    • Incorrect energyAvailable and energyCapacityAvailable
      • Admiral

      3
      3
      Posts
      5877
      Views

      One additional piece of information: You are prevented from building your initial five extensions until such a time as you have destroyed/removed all the "hostile" extensions as well.
    • Newly Spawned Area's Lack pathfinding data.
      • Fusspawn

      3
      3
      Posts
      4762
      Views

      Known problem, mentioned in previous threads. Supposed to last for ~5 minutes, actually lasts for 10-30 with recent world expansion. I believe this is due to get improved.
    • Invaders can spawn in immobile formation
      • sparr

      2
      2
      Posts
      4305
      Views

      Fixed, thanks.
    • Missing constants in API Reference
      • Admiral

      3
      3
      Posts
      4811
      Views

      I think this is going to get more important once the open source server goes live and people can mod it  -- though more a feature request than a bug. Once it's properly Open Source, we can add this ourselves
    • Ramparts and walls disappearing if recently built with only 1 HP
      • Jeb

      2
      2
      Posts
      4312
      Views

      This will be because of the decay time on Ramparts. If you don't given them enough HP, they will quickly 'decay' and go below 1 HP, leading to them being removed.
    • Empire wide safemode suddenly ended
      • Dissi

      3
      3
      Posts
      2633
      Views

      The player who originally encountered this bug, coteyr, still has two rooms in safe mode, I think.
    • Game.notify e-mails not being sent/delivered
      • Remco

      9
      9
      Posts
      11882
      Views

      Update: About 15 hours ago I received a notification e-mail with about 100 notifications combined (including the "test" messages submitted from the console). After that massive notification e-mail the service resumed to function once more So for me at least, this issue is resolved. (Can't speak for other players naturally) 
    • Question about Garbage collection
      • Voronoi

      1
      1
      Posts
      3655
      Views

      No one has replied

    • reserveController does not increase controll time
      • Draud

      2
      2
      Posts
      2813
      Views

      nvm, resolved. Though I think the Documentation isn't crystal clear on this. Apparently you need at least 2 CLAIM body parts to increase the counter, else you will just sustain it because every tick decreases you controll counter at the same time that you increase it with you creeper. just fyi if anybody is as confused as I was
    • Incorrect handling of available extension count when placing them manually
      • Voronoi

      6
      6
      Posts
      9505
      Views

      This bug is still present in the simulation room. Whenever I zoom in on a container it will show a construction site underneath. Changing to a different room is impossible because it will reset the sim room. It also happened that containers were never finished, even though the creep.build() returned 0.
    • Invaders trapped by novice protection walls
      • bonzaiferroni

      1
      1
      Posts
      2814
      Views

      No one has replied

    • findPath from a border adjacent to a swamp returns an empty path
      • sparr

      6
      6
      Posts
      7380
      Views

      If more thorough examples and test cases would help get this bug fixed, I would be willing to put them together. Sure, this always helps.
    • New map block W65S65 not configured correctly
      • rbryson74

      5
      5
      Posts
      6650
      Views

      This is intended because of the reasons mentioned above.
    • Not responding message
      • Kojima

      14
      14
      Posts
      16939
      Views

      Just bumped my support request. Would love a response (and hopefully resolution) on this issue.
    • Memory loading CPU usage is all over the place
      • Dissi

      7
      7
      Posts
      9714
      Views

      Thanks Artem, I'll look into this further.The extra time on the first loads could be due to V8 hidden classes compilation.I'll try to roll out a consistent test, if this is the case, there is nothing you could do about it I guess.But WE could do something about it, consistency pay off in javascript
    • NPC Orders bug out when they reach 0
      • Dissi

      4
      4
      Posts
      4547
      Views

      Another example  http://i.imgur.com/EUJzRZg.png
    • [Source keepers] Undocumented changes breaking mining ops
      • Dissi

      8
      8
      Posts
      9775
      Views

      Seems like I missed that part, it looked like it retreated. Sorry about this!
    • room.find(FIND_MY_CREEPS) missing spawnlings
      • cyberblast

      3
      3
      Posts
      4929
      Views

      I have the same issue.I don't understand why FIND_MY_CREEPS does not return creeps in spawning.Same for FIND_CREEPS which I supposed would be exhaustive, turns out it is not.ATM I iterate over all creeps in Game.creeps and split them by room just because this is the only way I found to retrieve ALL my creeps in the room.imho the default behavior should be complete and if you don't want creep in spawning, then you can filter them.If this is the intended design, maybe you should update the documentation... 

    Move Topic