After updating from 2.0.1877 to 2.0.1906 i got this error when players are in server, the cant wake up and do anything.
Code:Server Network Exception(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)MissingMethodException: Method not found: 'PlayerTick.Deserialize'. at ServerMgr.OnPlayerTick (Network.Message packet) [0x00000] in <filename unknown>:0 at ServerMgr.OnNetworkMessage (Network.Message packet) [0x00000] in <filename unknown>:0 at Network.Implementation.Raknet.Server.ConnectedPacket (Network.Implementation.Raknet.RaknetConnection connection) [0x00000] in <filename unknown>:0 at Network.Implementation.Raknet.Server.Cycle () [0x00000] in <filename unknown>:0 at ServerMgr.Update () [0x00000] in <filename unknown>:0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception, Object) ServerMgr:Update()
Solved Method not found: 'PlayerTick.Deserialize' (outdated Rust)
Discussion in 'Rust Discussion' started by Hi Im Evangeline, Apr 28, 2016.
-
Wulf Community Admin
Your server is outdated, make sure you update Rust before installing Oxide.
-
hey Wulf...I am getting the same message/error as well...any idea on what's up...when i run SteamCMD, i run it as this.
app_update 258550 validate
Unless i am doing it wrong..i am not sure..your help will be much appreciated..
r3d -
Same issue and updating Rust did not solve the issue?
-
yeah i've went back and double checked everything i did...and it all is the exact same way i've been update except for the force install dir portion.
-
Same here. Double checked everything and I keep getting this error.
-
is this an error with Oxide itself or is this an error with Rust itself??
[DOUBLEPOST=1461885906][/DOUBLEPOST]Plus like the server will actually load up and people can join it...but they cannot spawn in..so i'm guessing that's the error we are all using -
It must be Oxide since there are other community and official servers up that we can connect to? And yeah, it shows us sleeping but we cant spawn in.
-
i have not checked nor have i researched any other servers..i just know i had people messaging me all day about the server..so i get off of work update rust and update oxide and boom..no one can spawn in the map...i may uninstall oxide and try it that way...not something i really wanna do, unless wulf has a simple fix for it
-
Same thing. Come home from work and a million messages. Hope it will be fixed soon..
-
I hope so..i got a rust itch that needs to be fixed..lol..what's the name of your server??
-
Right now its Called Pyro's Rusty Server. I had an official name and everything but that was before I shut my server down. Now I reopened it up with a simple name. haha
[DOUBLEPOST=1461886355][/DOUBLEPOST]This thread says 'Solved' but it is clearly not... -
i may just go ahead and remove oxide for the time being and relaunch it as vanilla...what files would i remove??
-
The same ones that are in the Oxide folder when you download it
-
my server is doing the same thing. I tried updating server twice and then install newest oxide and no luck still same error. Please help!
-
Glad to hear we are not the only ones with the issue pyro..just sad that everyone is having this issue..oxide is a fantastic mod...i love this program..i'm sure they are aware of it and maybe working on a fix....#fingerscrossed
-
Wulf Community Admin
The error is from Rust, not Oxide. It means that your server install doesn't match up with the Assembly-CSharp.dll (Rust's main DLL) you installed on it from Oxide. So either you are using an old build of Oxide on the new Rust update, or you're using a few build of Rust with an old version of Rust.
Simplified:
- Old Oxide on new Rust= mostly new server files with old Rust DLL = errors like this
- New Oxide on old Rust = mostly old server files with new Rust DLL = errors like this
-
Got mine fixed I was using a batch file to update and it didnt work right . Then when I updated again it put it in a new rustserver file so I copied and pasted those on the original and reinstalled new oxide and it fixed it. Thanks for the help.
-
gidzilla or wulf could you simplify this for a dumb ass like myself..like what do i need to do to correct this..thank you again..i'm still a n00b when it comes to this running a rust server..
-
Wulf Community Admin