Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Dragonisser
    3. Posts
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Posts made by Dragonisser

    • RE: Black window on startup

      @artch said in Black window on startup:

      This is very interesting. Anyway, it seems to be an issue with NW.js itself, we're unable to help here. I would recommend sending this to NW.js issue tracker.

      There is a similar issue on their github already https://github.com/nwjs/nw.js/issues/6152. Gonna try and see if they can sort out this bug. Thanks for the help tho.

      posted in Technical Issues and Bugs
      Dragonisser
    • RE: Black window on startup

      @artch Oh im sorry that i didnt answered, but i didnt received any notification that you answered me.

      Same issue. Black overlay above the rendered nw logo and whatever else is there. Even with the newest nw.js version 0.30 it persists.

      Is there some sort of debug mode i could run?

      Edit:

      I just removed my laptop from the docking station and now it worked. Im not sure if its an issue witht he docking station or with tripple monitor(including laptop monitor) setup

      posted in Technical Issues and Bugs
      Dragonisser
    • RE: Private server missing thumbnails

      @artch i will try as soon as im home since i can test if from my laptop at work(blackscreen issue)

      Works again, ty!

      posted in Private servers
      Dragonisser
    • RE: Black window on startup

      @artch Lenovo p51 with Windows 10 Pro and NVIDIA Quadro M1200.

      posted in Technical Issues and Bugs
      Dragonisser
    • RE: Private server missing thumbnails

      @gankdalf yes it is for me

      posted in Private servers
      Dragonisser
    • Black window on startup

      Started screeps via steam and the window is just black. Already reinstalled game and update graphic drivers. Works fine on the website using chrome.

      It appears that i can click on something, but even if i do, nothing happens.

      When i try to drag in it i can clearly see that the whole stuff is rendered but overlayed with something black

      posted in Technical Issues and Bugs
      Dragonisser
    • RE: Private server missing thumbnails

      Good to see that someone else also has this problem.

      posted in Private servers
      Dragonisser
    • RE: Are private servers limited to 1 tick/s?

      It gets faster but it should go a lot more faster or at least at the same speed as the server on my pc.

      posted in Private servers
      Dragonisser
    • RE: Are private servers limited to 1 tick/s?

      Im using the tick-duration.js on a linux server and it seems like it wont go any faster. Ive adjusted it to 5ms which should be fast as hell, since the server on my own pc runs fast enough on 20ms.

      And the https://github.com/ScreepsMods/screepsmod-tickrate mod doesnt rally change it either.

      50ms windows pc: https://streamable.com/omb0v

      5ms linux root-server: https://streamable.com/2m962

      posted in Private servers
      Dragonisser
    • RE: Screeps server Manager for Linux

      Got it to work. Seems like Node really was to low. Anyway thanks for the help, script is fully working ^^

      posted in Private servers
      Dragonisser
    • RE: Screeps server Manager for Linux

      Already deleted it several times but there is nothing in it.

       

      Using Debian and all dependencies installed.

      Distributor ID: Debian
      Description: Debian GNU/Linux testing (stretch)
      Release: testing
      Codename: stretch

       

      What i also dont understand is why it checks for the package.json in the root folder.

      posted in Private servers
      Dragonisser
    • RE: Screeps server Manager for Linux

      Tried ./screepsserver install, asked me for the location and said the node-modules were missing. After it nothing happens.

       

      Using Debian and all dependencies installed.

      Distributor ID: Debian
      Description: Debian GNU/Linux testing (stretch)
      Release: testing
      Codename: stretch

      posted in Private servers
      Dragonisser
    • RE: Screeps server Manager for Linux

      How long does it normally take to generate the package.json? I'm pretty sure i have all and it still tries to generate some.

       

      Because its at 

      ├─┬ Checking for package.json file
      │ ├─── Warning: The package.json file is missing!
      │ ├─── Generating package.json file with default options...

       

      and nothing happens, no new files only the node-modules folder is created.

      posted in Private servers
      Dragonisser
    • RE: Creep keeps switching between 2 rooms

      Seems like it is working now.

      posted in Help
      Dragonisser
    • Creep keeps switching between 2 rooms

      I've wrote a code so my harvester moves to a flag in the next room, harvests the source till hes full and then returns to my main room and store the energy in the storage.

       

      The problem is sometimes they stuck in an infinite lop of switching the rooms so triangle exit > switch > triangle exit > switch...

       

      http://pastebin.com/U5Q4nkQJ

       

      posted in Help
      Dragonisser
    • RE: Name not checked for undefined-ness but for falsy-ness

      Thanks, finally the annoying error is gone.

      Im doing a lot of java coding that's why i also assumed its "", null, false or even undefined.

      posted in Technical Issues and Bugs
      Dragonisser