1. I am having issues today with my server. It was working yesterday, but as of today, when i try to load the server I get the error:

    Error: global.serverinfo - Exception has been thrown by the target of an invocation. (mscorlib)

    my RustAdmin will connect via rcon, but if i try and join the server, it fails to connect via client.

    my startup is:
    RustDedicated.exe -batchmode -nographics +server.ip "94.23.252.71" +server.port "28015" +server.hostname "Crymland Survival PVE" +server.identity "45" +server.level "Procedural Map" +server.seed 12345678 +rcon.port "28016" +rcon.ip "94.23.252.71" +rcon.password "*******" +rcon.web 1 +server.maxplayers "32" +server.worldsize "5000" +server.globalchat true

    and i also have a server.cfg with

    Code:
    ##Uncomment these variables to activate them##Steam group whitelisting. Remove the # and change the numbers to activate.
    #server.steamgroup 0000000000000000000000000000##Below this line can be edited or added to
    server.saveinterval "60"## VAC and EAC secured.
    server.secure "1"## Sets the timescale of crafting to 'amount' (1 = default, 0.5 = half time).
    crafting.timescale "0.1"## Starts airdrops only when minimum X players are online.
    airdrop.min_players "1"##Set Server Refresh Rate Max 100
    server.tickrate "20"##(Server Description, make \nTo make a new line)
    server.description "Welcome to Crymland Survival Server - Hosted by Crymland Gaming"##Sets PVe on or off.
    server.pve false##Sets sleepers on or off.
    sleepers.on true##Server kicks people automatically when they are potentially hacking.
    truth.enforce false##Sets the time until someone times out. Good to fight item glitchers. (Default 2 minutes)
    server.clienttimeout "6"##Sets how long daytime will last. (45 Default)
    env.daylength "50"##Sets how long nighttime will last. (15 Default)
    env.nightlength "10"##Turns fall damage on or off.
    falldamage.enabled false##Logs joining cheaters in the remote console
    cheaters.log true##Set the locktime from the Backpack (0 = OFF)(300 = 5min)
    player.backpackLockTime "300"
    any idea what is causing this?
     
  2. Wulf

    Wulf Community Admin

    Remove the comments and extra lines, the .cfg cannot have those in it last I saw.