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'.
Solved TypeLoadException: Could not load type 'Facepunch.Steamworks.ServerInit'
Discussion in 'Rust Discussion' started by AlexTu, Jun 29, 2017.
-
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.
-
Display pictures when creating a server, so what should I do?
Attached Files:
-
-
Wulf Community Admin
Shutdown the server and re-update.
-
Following chartAttached Files:
-
-
Wulf Community Admin
-
-
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'."
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
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
--------------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