[SOLVED] So where is the linux server?

2»

Comments

  • TarsusTarsus Join Date: 2013-08-27 Member: 187114Members
    It's 7.1 debian so wheezy , 64 bits ,headless.
  • BigDaveBigDave Join Date: 2013-05-22 Member: 185335Members
    I too have the same issue as Tarsus and i am unable to solve i will try for a few more hours and let you know
  • Omega_K2Omega_K2 Join Date: 2011-12-25 Member: 139013Members, Reinforced - Shadow
    Airfire wrote: »
    If i wan't to run ./server_linux32 i get this
    ./server_linux32: error while loading shared libraries: libspeex.so.1: cannot open shared object file: No such file or directory
    

    ...so i did this
    Omega_K2 wrote: »
    apt-get install libspeex1:i386 libspeexdsp1:i386 libgtk2.0-0:i386

    ...but get that :-O
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libspeex1:i386
    E: Unable to locate package libspeexdsp1:i386
    E: Unable to locate package libgtk2.0-1:i386
    E: Couldn't find any package by regex 'libgtk2.0-1'
    

    I'm running a Debian Whezzy 64bit server
    Copying libspeex.so.1 by hand is also not a good idea.
    ./server_linux32: error while loading shared libraries: /home/steam/Steam/SteamApps/common/ns2_ds/libspeex.so.1: file too short
    

    You can try to get the packages manually and install them with dpkg or unzip the files from them. Are you sure you copied the file and not a link or something? And whether it unpacked correctly?
  • BigDaveBigDave Join Date: 2013-05-22 Member: 185335Members
    edited August 2013
    Whoop i did it hears a quick how to

    Started with Ubuntu 12.04 LTS for long term support

    Run these commands first
    sudo apt-get install ubuntu-desktop
    sudo apt-get install xrdp
    sudo apt-get install nvidia-current
    sudo useradd <username>
    sudo passwd <username>
    wget http://media.steampowered.com/client/installer/steam.deb
    sudo apt-get install gdebi-core
    sudo gdebi steam.deb
    

    If your running 64Bit also install
    sudo apt-get install ia32-libs
    

    Then i opened steam which looks like crap with remote desktop may i add but if your familiar with it its usable
    Went to tools and installed NS2 dedicated server may i add that it installed in less than a minute on a 24 core server with 32GB ram :D

    with steam still logged in i ran
    cd "/home/dave/.local/share/Steam/SteamApps/common/Natural Selection 2 Dedicated Server"
    
    Use the quotes because of spaces in file path
    then i ran
    ./server_linux32 -name "ZMHub.com - Linux Test" -map ns2_tram -webuser admin -webpassword <your web admin password>
    

    Enjoy your server :)


  • Omega_K2Omega_K2 Join Date: 2011-12-25 Member: 139013Members, Reinforced - Shadow
    BigDave, that'S quite random information. You don't need a GUI for the server, nor drivers that might not even work or RDP or anything like that, neither you need steam.


    A bit of a follow up on the configs, it doesn't seem to write them, it is probably a bug in the api, but as a workaround copying the configs from windows works. I installed shine administration, it also had the same issue with the configs not being created (with a file not found error lol), but it created directories at least.
  • gH0sTygH0sTy Join Date: 2013-02-01 Member: 182727Members, Reinforced - Shadow
    edited August 2013
    Omega_K2 wrote: »
    A bit of a follow up on the configs, it doesn't seem to write them, it is probably a bug in the api, but as a workaround copying the configs from windows works. I installed shine administration, it also had the same issue with the configs not being created (with a file not found error lol), but it created directories at least.
    That's because shine's pathing is still on windows.
    It tries to create files under the path
    config://shine\BaseConfig.json
    
    while it should be
    config://shine/BaseConfig.json
    
    I manually had to change ExtensionDir and LogDir in shine/BaseConfig.json because I got a loading error.
    Airfire wrote: »
    If i wan't to run ./server_linux32 i get this
    ./server_linux32: error while loading shared libraries: libspeex.so.1: cannot open shared object file: No such file or directory
    

    ...so i did this
    Omega_K2 wrote: »
    apt-get install libspeex1:i386 libspeexdsp1:i386 libgtk2.0-0:i386

    ...but get that :-O
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libspeex1:i386
    E: Unable to locate package libspeexdsp1:i386
    E: Unable to locate package libgtk2.0-1:i386
    E: Couldn't find any package by regex 'libgtk2.0-1'
    

    I'm running a Debian Whezzy 64bit server
    Copying libspeex.so.1 by hand is also not a good idea.
    ./server_linux32: error while loading shared libraries: /home/steam/Steam/SteamApps/common/ns2_ds/libspeex.so.1: file too short
    

    You did a apt-get update before you try to install packages?
    I'm also on Wheezy 64bit and it worked fine for me.
  • TarsusTarsus Join Date: 2013-08-27 Member: 187114Members
    edited August 2013
    Indeed BigDave you suceed to make it works but it's quite a heavy solution , you have install bunch of stuff which are normaly useless for n2 server. So in these all installations there is something usefull ...
  • AirfireAirfire Join Date: 2002-11-03 Member: 6390Members
    gH0sTy wrote: »
    You did a apt-get update before you try to install packages?
    I'm also on Wheezy 64bit and it worked fine for me.

    Yes i did.
    Omega_K2 wrote: »
    You can try to get the packages manually and install them with dpkg or unzip the files from them. Are you sure you copied the file and not a link or something? And whether it unpacked correctly?

    I first installed multiarch-support
    apt-get install multiarch-support
    

    downloaded libspeex1_1.2~rc1-7_i386.deb, libspeexdsp1_1.2~rc1-7_i386.deb and libgtk2.0-0_2.24.10-2_i386.deb

    and ran
    dpkg --force-architecture -i libspeex1_1.2~rc1-7_i386.deb
    dpkg --force-architecture -i libspeexdsp1_1.2~rc1-7_i386.deb
    

    this worked fine but as i tryed
    dpkg --force-architecture -i libgtk2.0-0_2.24.10-2_i386.deb
    

    i got many dependency problems
    Preparing to replace libgtk2.0-0 2.24.10-2 (using libgtk2.0-0_2.24.10-2_i386.deb) ...
    Unpacking replacement libgtk2.0-0 ...
    dpkg: dependency problems prevent configuration of libgtk2.0-0:
     libgtk2.0-0 depends on libgtk2.0-common; however:
      Package libgtk2.0-common is not installed.
     libgtk2.0-0 depends on libatk1.0-0 (>= 1.12.4); however:
      Package libatk1.0-0 is not installed.
     libgtk2.0-0 depends on libcairo2 (>= 1.6.4-6.1); however:
      Package libcairo2 is not installed.
     libgtk2.0-0 depends on libcups2 (>= 1.4.0); however:
      Package libcups2 is not installed.
     libgtk2.0-0 depends on libfontconfig1 (>= 2.9.0); however:
      Version of libfontconfig1 on system is 2.8.0-2.1.
     libgtk2.0-0 depends on libgdk-pixbuf2.0-0 (>= 2.22.0); however:
      Package libgdk-pixbuf2.0-0 is not installed.
     libgtk2.0-0 depends on libglib2.0-0 (>= 2.31.8); however:
      Version of libglib2.0-0 on system is 2.24.2-1.
     libgtk2.0-0 depends on libgnutls26 (>= 2.12.17-0); however:
      Version of libgnutls26 on system is 2.8.6-1+squeeze2.
     libgtk2.0-0 depends on libpango1.0-0 (>= 1.28.3); however:
      Package libpango1.0-0 is not installed.
     libgtk2.0-0 depends on libx11-6 (>= 2:1.4.99.1); however:
      Version of libx11-6 on system is 2:1.3.3-4+squeeze1.
     libgtk2.0-0 depends on libxcomposite1 (>= 1:0.3-1); however:
      Package libxcomposite1 is not installed.
     libgtk2.0-0 depends on libxcursor1 (>> 1.1.2); however:
      Package libxcursor1 is not installed.
     libgtk2.0-0 depends on libxdamage1 (>= 1:1.1); however:
      Package libxdamage1 is not installed.
     libgtk2.0-0 depends on libxfixes3; however:
      Package libxfixes3 is not installed.
     libgtk2.0-0 depends on libxinerama1; however:
      Package libxinerama1 is not installed.
     libgtk2.0-0 depends on libxrandr2 (>= 2:1.2.99.3); however:
      Package libxrandr2 is not installed.
     libgtk2.0-0 depends on libxrender1; however:
      Package libxrender1 is not installed.
    dpkg: error processing libgtk2.0-0 (--install):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     libgtk2.0-0
    

    so i would download all this debs by hand i freak out. @-)
  • gH0sTygH0sTy Join Date: 2013-02-01 Member: 182727Members, Reinforced - Shadow
    Have you added the i386 architecture?
    dpkg --add-architecture i386
    
  • ionfluxionflux Join Date: 2012-11-24 Member: 173039Members, Reinforced - Diamond, Reinforced - Shadow
    does this work only in ubuntu/debian? any guide for centos?
  • BigDaveBigDave Join Date: 2013-05-22 Member: 185335Members
    edited August 2013
    Omega_K2 wrote: »
    BigDave, that'S quite random information. You don't need a GUI for the server, nor drivers that might not even work or RDP or anything like that, neither you need steam.


    A bit of a follow up on the configs, it doesn't seem to write them, it is probably a bug in the api, but as a workaround copying the configs from windows works. I installed shine administration, it also had the same issue with the configs not being created (with a file not found error lol), but it created directories at least.

    So your saying that the error when launching the server saying that theres a massive error because steam is not runnning should be ignored and your server does not show in the server list i could have skipped wow that could have saved me a whole 24 hours
    [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
    


    And i used xrdp because the server is in the US and im in the UK should i just fly over there and ask them to hook a monitor and add a GPU so i can launch steam?

    As i had not seen any other guide on here showing how to set it up on a dedicated server and the wiki is not updated i thought id share my success you can bitch to me about it all day long the fact i did it without any of your help just says it all really

    And as steam would not launch without what i did above i kind of had no choice
  • Omega_K2Omega_K2 Join Date: 2011-12-25 Member: 139013Members, Reinforced - Shadow
    edited August 2013
    Okay, since you guys had trouble I tried it with an VM:

    General:


    apt-get install multiarch-support
    dpkg --add-architecture i386
    apt-get update
    apt-get install ia32-libs
    apt-get install libspeex1:i386 libspeexdsp1:i386 libgtk2.0-0:i386

    Do once:

    mkdir tmp
    cd tmp
    wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6_2.15-0ubuntu10.4_i386.deb
    ar x libc6_2.15-0ubuntu10.4_i386.deb
    tar xzf data.tar.gz
    cp lib/i386-linux-gnu/libm.so.6 ~/
    cd ../
    rm -R tmp

    For each NS2 server:

    cp ~/libm.so.6 /yourserverdir/

    Then you can run it on debian.
    BigDave wrote: »

    And i used xrdp because the server is in the US and im in the UK should i just fly over there and ask them to hook a monitor and add a GPU so i can launch steam?

    As i had not seen any other guide on here showing how to set it up on a dedicated server and the wiki is not updated i thought id share my success you can bitch to me about it all day long the fact i did it without any of your help just says it all really

    And as steam would not launch without what i did above i kind of had no choice

    You *should* use ssh and login in with a ssh client (i.e. ssh on linux or putty on windows). Similarily you use SteamCMD (server tool/steam "command line") intead of the Steam GUI.

    I actually updated the wiki before you posted. Besides that errors occurs if SteamCMD is not in the same folder as the servers afaik, but usually it can just be ingored.
  • BigDaveBigDave Join Date: 2013-05-22 Member: 185335Members
    edited August 2013
    this is maybe what i missed
    I actually updated the wiki before you posted. Besides that errors occurs if SteamCMD is not in the same folder as the servers afaik, but usually it can just be ingored.
    

    Don't be an idiot and use your brain how else would run said commands without first using an ssh client

    20130831130219897.png

    I apologize if i seem bitchy but my site database was stolen a few weeks ago and put live on the web so im horrible to everyone now
  • CompizfoxCompizfox Join Date: 2013-08-31 Member: 187406Members
    It seems the config files aren't being created under the given config path. Is there any fix for that yet?
  • AirfireAirfire Join Date: 2002-11-03 Member: 6390Members
    I got the linux server process running.

    But now i get the same issue as Tarsus.
    Tarsus wrote: »
    Anyone else got this ? : could not open maps/ns2_summit.level-server.tile_cache_grid for write ( i'm on debian ) :
    Build 254
    Linux
    [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
    Setting breakpad minidump AppID = 4920
    Connected to Steam servers
    VAC Enabled
    Loading config://ServerConfig.json
    Loading config://ServerAdmin.json
    Loading config://BannedPlayers.json
    Loading config://MapCycle.json
    Loading config://ConsistencyConfig.json
    Loading 'maps/ns2_summit.level'
    Cooked mesh with 27359 faces, 19963 vertices
    Cooked mesh with 37638 faces, 26410 vertices
    Cooked mesh with 6665 faces, 5486 vertices
    Cooked mesh with 3442 faces, 2087 vertices
    Cooked mesh with 4 faces, 4 vertices
    Cooked mesh with 4 faces, 4 vertices
    WARNING: Corrected case of '/root/Steam/NS2/ns2/ns2/models/marine/Dropship/dropShip.model'
    Building pathing mesh for level maps/ns2_summit.level
    Error: Could not open maps/ns2_summit.level-server.tile_cache_grid for write
    Finished loading 'maps/ns2_summit.level'
    

    Build 254
    Linux
    [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
    Setting breakpad minidump AppID = 4920
    Connected to Steam servers
    VAC Enabled
    Loading config://ServerConfig.json
    Loading config://ServerAdmin.json
    Loading config://BannedPlayers.json
    Loading config://MapCycle.json
    Loading config://ConsistencyConfig.json
    Hashed 1 game_setup.xml files for consistency
    Hashed 763 *.lua files for consistency
    Hashed 41 *.fx files for consistency
    Hashed 17 *.screenfx files for consistency
    Hashed 130 *.surface_shader files for consistency
    Hashed 3 *.fxh files for consistency
    Hashed 3 *.render_setup files for consistency
    Hashed 2 *.shader_template files for consistency
    Loading 'maps/ns2_biodome.level'
    Cooked mesh with 34059 faces, 31317 vertices
    WARNING: Corrected case of '/home/steam/Steam/SteamApps/common/ns2_ds/ns2/materials/biodome/biodome_ceilingmods_D_03.material'
    Cooked mesh with 34059 faces, 28783 vertices
    Cooked mesh with 43039 faces, 31931 vertices
    Cooked mesh with 8221 faces, 7308 vertices
    Cooked mesh with 1667 faces, 1175 vertices
    Error: PhysX: ConvexHullBuilder: convex hull has more than 255 polygons!
    Error: PhysX: Gu::ConvexMesh::loadConvexHull: convex hull init failed!
    Error: PhysX: Error cooking body 0 of model models/props/biodome/biodome_container_01_top.model
    WARNING: Corrected case of '/home/steam/Steam/SteamApps/common/ns2_ds/ns2/models/props/biodome/biodome_cabletray_01_b_corner_45_01_left.model'
    WARNING: Corrected case of '/home/steam/Steam/SteamApps/common/ns2_ds/ns2/models/props/biodome/biodome_plant_07_low.model'
    WARNING: Corrected case of '/home/steam/Steam/SteamApps/common/ns2_ds/ns2/models/props/biodome/Biodome_plant_01_high.model'
    WARNING: Corrected case of '/home/steam/Steam/SteamApps/common/ns2_ds/ns2/models/props/biodome/Biodome_Special_Plant_01.model'
    Error: Couldn't open file 'models/effects/windowcracks.model'
    WARNING: Corrected case of '/home/steam/Steam/SteamApps/common/ns2_ds/ns2/models/props/biodome/biodome_Robot_Arm_wall_start.model'
    WARNING: Corrected case of '/home/steam/Steam/SteamApps/common/ns2_ds/ns2/models/props/biodome/biodome_Robot_Arm_wall_tile.model'
    WARNING: Corrected case of '/home/steam/Steam/SteamApps/common/ns2_ds/ns2/models/props/biodome/biodome_Robot_Arm.model'
    Cooked mesh with 4 faces, 4 vertices
    Cooked mesh with 4 faces, 4 vertices
    Cooked mesh with 4 faces, 4 vertices
    Cooked mesh with 32 faces, 18 vertices
    WARNING: Corrected case of '/home/steam/Steam/SteamApps/common/ns2_ds/ns2/models/props/biodome/biobome_Atmosphere_Exchange_cylinder.model'
    WARNING: Corrected case of '/home/steam/Steam/SteamApps/common/ns2_ds/ns2/models/props/biodome/biobome_Atmosphere_Exchange.model'
    Building pathing mesh for level maps/ns2_biodome.level
    Error: Could not open maps/ns2_biodome.level-server.tile_cache_grid for write
    Finished loading 'maps/ns2_biodome.level'
    
    (no matter which map load)
    And thats it. The server never completely comes up.
  • gH0sTygH0sTy Join Date: 2013-02-01 Member: 182727Members, Reinforced - Shadow
    edited September 2013
    I have the same warning and error messages in the logs but the server runs smooth.
    From your log it looks like your server is up and running.

  • TarsusTarsus Join Date: 2013-08-27 Member: 187114Members
    I confirm like GHosTy , my server was up and running despite these errors.
  • dgibbsdgibbs Join Date: 2013-08-31 Member: 187443Members
    Like AirFire I have the same issue. All starts up then just dies. There is nothing to tell me why either.
    ns2server@ubuntu:~/serverfiles$ ./server_linux32
    GetInstanceCount currently unimplemented
    Press Tab to open the console window
    Press Ctrl-C to exit
    Build 254
    Ubuntu 13.04 x86_64
    [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
    Setting breakpad minidump AppID = 4920
    Connected to Steam servers
    VAC Enabled
    Loading config://ServerConfig.json
    Loading config://ServerAdmin.json
    Loading config://BannedPlayers.json
    Loading config://MapCycle.json
    Loading config://ConsistencyConfig.json
    Loading 'maps/ns2_summit.level'
    Cooked mesh with 27359 faces, 19963 vertices
    Cooked mesh with 37638 faces, 26410 vertices
    Cooked mesh with 6665 faces, 5486 vertices
    Cooked mesh with 3442 faces, 2087 vertices
    Cooked mesh with 4 faces, 4 vertices
    Cooked mesh with 4 faces, 4 vertices
    WARNING: Corrected case of '/home/ns2server/serverfiles/ns2/models/marine/Dropship/dropShip.model'
    Building pathing mesh for level maps/ns2_summit.level
    Error: Could not open maps/ns2_summit.level-server.tile_cache_grid for write
    Finished loading 'maps/ns2_summit.level'
    Killed
    
  • elysiumelysium Join Date: 2013-09-01 Member: 187516Members, Reinforced - Shadow
    edited September 2013
    My Linux Debian Wheezy 64bit server just crashed after ~6hours with:

    Warning: A Babbler went out of bounds, destroying...
    JvvJansen died
    żuberKOTOJELEŃ died
    thebenoit974 died
    Juan died
    [Tutt Tutt, Im A Tr died
    JvvJansen died
    Rewobarg died
    KaZio died
    Funky Monkey died
    Network variable 'posx' of class 'Damage' has value -nan which is outside the range -1638.000000 to 1638.000000
    Network variable 'posy' of class 'Damage' has value -nan which is outside the range -1638.000000 to 1638.000000
    Network variable 'posz' of class 'Damage' has value -nan which is outside the range -1638.000000 to 1638.000000
    Sirene died
    HolyWiz died
    Satarius died
    Rock Boy 108 died


    Bug?

    EDIT: Seems it was my fault ! Linux Client does minimize after some minutes and then it disconnects me, only a small disconnect-icon is blinking on the left side. I thought server crashed and restarted ^_^ but guess it was running clean. everything's fine so far, only multithreading should be priorized
  • TarsusTarsus Join Date: 2013-08-27 Member: 187114Members
    I have the same in my logs ,but server still up still 2 days for the moment.
  • DarkflameQDarkflameQ Join Date: 2013-02-28 Member: 183451Members
    edited September 2013
    So may mods don't work with the linux version, it sucks.

    Although Shine admin mod has already updated to work, Person works fast :)
  • elysiumelysium Join Date: 2013-09-01 Member: 187516Members, Reinforced - Shadow
    Where is the right place to ask the DEVs for Hyper/Multithreading for the Linux Server? If they'll promise to give this i'll spend 70$ ^_^
  • RebelRebel Join Date: 2003-04-10 Member: 15371Members, NS2 Playtester, NS2 Map Tester, Subnautica Playtester
    You know it's in HLDS for the command line?
  • ionfluxionflux Join Date: 2012-11-24 Member: 173039Members, Reinforced - Diamond, Reinforced - Shadow
    elysium wrote: »
    Where is the right place to ask the DEVs for Hyper/Multithreading for the Linux Server? If they'll promise to give this i'll spend 70$ ^_^

    i bought a diamond badge without expecting a deal in return
  • Cross1337Cross1337 Join Date: 2013-09-07 Member: 187925Members
    Build 255
    Ubuntu 13.04 x86_64
    Error: Couldn't bind socket (unknown)
    Error: Error binding server to 5.9.28.130:27015
    Error: SteamGameServer_Init call failed
    Error: Couldn't connect to Steam
    Web server running at 5.9.28.130:8888
    Downloading mods
    Finished downloading and installing mods
    Mounting mod from /home/gameserver/css/NS2Server/Workshop/m706d242_1378509216/
    Mounting mod from /home/gameserver/css/NS2Server/Workshop/m5fd7a38_1378478489/
    Compress library loaded
    Error: lua/RBPSconfig.lua:33: attempt to index local 'configFile' (a nil value)
    [Server] Script Error #1: lua/RBPSconfig.lua:33: attempt to index local 'configFile' (a nil value)
        Call stack:
        #1: WriteDefaultConfigFile lua/RBPSconfig.lua:33
            self =  {AddTimedCallback=function, DisableOnPreUpdate=function, DisableOnUpdatePhysics=function, DisableOnUpdateRender=function, GetAngles=function, GetAttachPoint=function, GetAttachPointCoords=function, GetAttachPointIndex=function, GetChildAtIndex=function, GetClassName=function, GetCoords=function, GetDistance=function, GetDistanceSquared=function, GetDistanceSquaredToEntity=function, GetDistanceSquaredToVector=function, GetDistanceToEntity=function, GetDistanceToVector=function, GetDistanceXZ=function, GetId=function, GetIsDestroyed=function, GetIsMapEntity=function, GetIsVisible=function, GetLagCompensated=function, GetMapName=function, GetNumChildren=function, GetOrigin=function, GetParent=function, GetParentId=function, LoadConfigFile=function, OnCreate=function, OnDestroy=function, OnGetIsRelevant=function, OnInitialized=function, OnInvalidOrigin=function, OnParentChanged=function, OnProcessMove=function, OnProcessSpectate=function, OnThink=function, OnUpdate=function, OverrideInput=function, PlaySound=function, PlaySoundAtVolume=function, Propagate_Always=0, Propagate_Callback=3, Propagate_Mask=2, Propagate_Never=1, SetAngles=function, SetAttachPoint=function, SetCoords=function, SetExcludeRelevancyMask=function, SetIncludeRelevancyMask=function, SetIsVisible=function, SetLagCompensated=function, SetMapEntity=function, SetNextThink=function, SetOrigin=function, SetParent=function, SetPhysicsBoundingBox=function, SetPropagate=function, SetRelevancyDistance=function, SetUpdates=function, StopSound=function, UpdatePhysicsBoundingBox=function, WriteDefaultConfigFile=function, invalidId=-1, isa=function, kMapName="RBPS", saveConfig=function }
            fileName = "ns2stats_config.json"
            defaultConfig =  {afkKickEnabled=true, afkKickIdleTime=180, afkKickPlayersToEnable=8, awardsEnabled=true, chatMessageSayer="NS2Stats", enableCh
    Error: lua/RBPSadvancedConfig.lua:13: attempt to index local 'configFile' (a nil value)
    [Server] Script Error #2: lua/RBPSadvancedConfig.lua:13: attempt to index local 'configFile' (a nil value)
        Call stack:
        #1: WriteDefaultAdvancedConfigFile lua/RBPSadvancedConfig.lua:13
            self =  {AddTimedCallback=function, DisableOnPreUpdate=function, DisableOnUpdatePhysics=function, DisableOnUpdateRender=function, GetAngles=function, GetAttachPoint=function, GetAttachPointCoords=function, GetAttachPointIndex=function, GetChildAtIndex=function, GetClassName=function, GetCoords=function, GetDistance=function, GetDistanceSquared=function, GetDistanceSquaredToEntity=function, GetDistanceSquaredToVector=function, GetDistanceToEntity=function, GetDistanceToVector=function, GetDistanceXZ=function, GetId=function, GetIsDestroyed=function, GetIsMapEntity=function, GetIsVisible=function, GetLagCompensated=function, GetMapName=function, GetNumChildren=function, GetOrigin=function, GetParent=function, GetParentId=function, LoadConfigFile=function, OnCreate=function, OnDestroy=function, OnGetIsRelevant=function, OnInitialized=function, OnInvalidOrigin=function, OnParentChanged=function, OnProcessMove=function, OnProcessSpectate=function, OnThink=function, OnUpdate=function, OverrideInput=function, PlaySound=function, PlaySoundAtVolume=function, Propagate_Always=0, Propagate_Callback=3, Propagate_Mask=2, Propagate_Never=1, SetAngles=function, SetAttachPoint=function, SetCoords=function, SetExcludeRelevancyMask=function, SetIncludeRelevancyMask=function, SetIsVisible=function, SetLagCompensated=function, SetMapEntity=function, SetNextThink=function, SetOrigin=function, SetParent=function, SetPhysicsBoundingBox=function, SetPropagate=function, SetRelevancyDistance=function, SetUpdates=function, StopSound=function, UpdatePhysicsBoundingBox=function, WriteDefaultAdvancedConfigFile=function, WriteDefaultConfigFile=function, invalidId=-1, isa=function, kMapName="RBPS", saveAdvancedConfig=function, saveConfig=function }
            fileName = "ns2stats_advanced_settings.json"
            defaultConfig =  {awardsMax=5, helpTex
    NS2Stats loaded. Check out stats at ns2stats.com
    Error writing config file: config://shine/BaseConfig.json: No such file or directory
    Loading extensions...
    Error writing basecommands config file: config://shine/plugins/BaseCommands.json: No such file or directory
    - Extension 'basecommands' loaded.
    Error writing votesurrender config file: config://shine/plugins/VoteSurrender.json: No such file or directory
    - Extension 'votesurrender' loaded.
    Error writing bans file: config://shine/plugins/Bans.json: No such file or directory
    - Extension 'ban' loaded.
    Error writing unstuck config file: config://shine/plugins/Unstuck.json: No such file or directory
    - Extension 'unstuck' loaded.
    Error writing mapvote config file: config://shine/plugins/MapVote.json: No such file or directory
    - Extension 'mapvote' loaded.
    Error writing motd config file: config://shine/plugins/MotD.json: No such file or directory
    - Extension 'motd' loaded.
    Completed loading Shine extensions.
    Loading config://ServerConfig.json
    Loading config://ServerAdmin.json
    Loading config://BannedPlayers.json
    Loading config://MapCycle.json
    Loading config://ConsistencyConfig.json
    Loading 'maps/ns2_biodome.level'
    Cooked mesh with 34322 faces, 32075 vertices
    WARNING: Corrected case of '/home/gameserver/css/NS2Server/ns2/materials/biodome/biodome_ceilingmods_D_03.material'
    Cooked mesh with 34322 faces, 29355 vertices
    Cooked mesh with 43467 faces, 32281 vertices
    Cooked mesh with 1714 faces, 1218 vertices
    Cooked mesh with 8466 faces, 7490 vertices
    Error: PhysX: ConvexHullBuilder: convex hull has more than 255 polygons!
    Error: PhysX: Gu::ConvexMesh::loadConvexHull: convex hull init failed!
    Error: PhysX: Error cooking body 0 of model models/props/biodome/biodome_container_01_top.model
    WARNING: Corrected case of '/home/gameserver/css/NS2Server/ns2/models/props/biodome/biodome_cabletray_01_b_corner_45_01_left.model'
    WARNING: Corrected case of '/home/gameserver/css/NS2Server/ns2/models/props/biodome/biodome_plant_07_low.model'
    WARNING: Corrected case of '/home/gameserver/css/NS2Server/ns2/models/props/biodome/Biodome_plant_01_high.model'
    WARNING: Corrected case of '/home/gameserver/css/NS2Server/ns2/models/props/biodome/Biodome_Special_Plant_01.model'
    Error: Couldn't open file 'models/effects/windowcracks.model'
    WARNING: Corrected case of '/home/gameserver/css/NS2Server/ns2/models/props/biodome/biodome_Robot_Arm_wall_start.model'
    WARNING: Corrected case of '/home/gameserver/css/NS2Server/ns2/models/props/biodome/biodome_Robot_Arm_wall_tile.model'
    WARNING: Corrected case of '/home/gameserver/css/NS2Server/ns2/models/props/biodome/biodome_Robot_Arm.model'
    Cooked mesh with 4 faces, 4 vertices
    Cooked mesh with 4 faces, 4 vertices
    Cooked mesh with 4 faces, 4 vertices
    Cooked mesh with 32 faces, 18 vertices
    WARNING: Corrected case of '/home/gameserver/css/NS2Server/ns2/models/props/biodome/biobome_Atmosphere_Exchange_cylinder.model'
    WARNING: Corrected case of '/home/gameserver/css/NS2Server/ns2/models/props/biodome/biobome_Atmosphere_Exchange.model'
    Building pathing mesh for level maps/ns2_biodome.level
    Error: Could not open maps/ns2_biodome.level-server.tile_cache_grid for write
    Finished loading 'maps/ns2_biodome.level'
    Loading config://ServerAdmin.json
    NS2Stats: Key 3e563770b3f8aec2b62e382d3a2f72fa has been assigned to this server
    NS2Stats: You may use admin commands (sv_help) to change NS2Stats settings.
    NS2Stats: You may use admin command sv_verity_server to claim this server.
    NS2Stats setup complete.
    

    Sorry if thats the wrong place or anything but i cannot get the Server to connect to Steam.
    I installed everything from the Wiki and i didnt find someone with the same problem.
    Ubuntu 13.04 minimal
  • gH0sTygH0sTy Join Date: 2013-02-01 Member: 182727Members, Reinforced - Shadow
    There's already a CSS server running at 5.9.28.130:27015.
    You'll have to choose an unused port.
  • Cross1337Cross1337 Join Date: 2013-09-07 Member: 187925Members
    derp D: yea thank you i shouldn't do stuff at 4:00am -.-
  • cgountaniscgountanis Join Date: 2003-08-10 Member: 19314Members, Reinforced - Gold
    Exceeded maximum number of snapshots after doing a reconnect in console???
This discussion has been closed.