1. The server does not work after the update

    TypeLoadException: Could not load type 'Facepunch.Steamworks.ServerInit' from assembly 'Facepunch.Steamworks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
     
  2. Wulf

    Wulf Community Admin

    Errors like that would imply your server is not fully updated. Shutdown, kill any RustDedicated.exe processes, then start the update process again with SteamCMD and Oxide if you use it.
     
  3. Display pictures when creating a server, so what should I do?
     

    Attached Files:

  4. Wulf

    Wulf Community Admin

    Shutdown the server and re-update.
     
  5. Thank you I also had a problem with updating, as if I could not connect
    Following chart
     

    Attached Files:

  6. Wulf

    Wulf Community Admin

    All I can suggest is to try again, else contact Steam support.
     
  7. Well, OK, I thank you. I'm from China
     
  8. Whenever I try to boot my server I get an error that states:

    "TypeLoadException: Could not load type 'Facepunch.Steamworks.ServerInit' from assembly 'Facepunch.Steamworks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'."

    error.PNG

    I am aware someone had this exact problem not too long ago in the forum, but it seems the fix for them was just to re-update their server. I have tried that and it did not work for me, I have also tried to re-download Oxide.
    This is what I have for the update text:
    Code:
    @ShutdownOnFailedCommand 1
    @NoPromptForPassword 1
    login anonymous
    force_install_dir ../rustds
    app_update 258550 -validate
    quit
    This is my launcher:
    Code:
    @echo off
    cls
    :start
    echo Updating Server
    cd C:\Users\User\Desktop\SteamCMD
    steamcmd.exe +runscript C:\Users\User\Desktop\SteamCMD\steamapps\common\rust_dedicated\update_script.txt
    cls
    echo Starting server...
    cd C:\Users\User\Desktop\SteamCMD\steamapps\common\rust_dedicated
    RustDedicated.exe -batchmode -nographics ^
    +rcon.ip 0.0.0.0 ^
    +rcon.port 28016 ^
    +rcon.password "passwordhere" ^
    +server.ip 0.0.0.0 ^
    +server.port 28015 ^
    +server.maxplayers 10 ^
    +server.hostname "My Oxide Server" ^
    +server.identity "irs2" ^
    +server.level "Procedural Map" ^
    +server.seed 12345 ^
    +server.worldsize 4000 ^
    +server.saveinterval 300 ^
    +server.globalchat true ^
    +server.description "Powered by Oxide" ^
    +server.headerimage "http://i.imgur.com/xNyLhMt.jpg" ^
    +server.url "Oxide" ^
    +ai.move "False" ^
    +server.radiation "False" ^
    -autoupdate
    echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
    Anyone know how to fix this, or if I've made a dumb mistake without realizing?

    --------------UPDATE---------------
    I have fixed the issue, due to the way my update was written, it was updating into the directory rustds, instead of the directory that I was actually using for my server, sorry for not realizing this sooner.
     
    Last edited by a moderator: Jun 30, 2017