Your host seems to be giving you a line as we've not received anything from them or any host. The only major changes the last few Oxide updates have been just updated Rust DLLs, nothing from Oxide aside from minor changes unrelated to the errors you are receiving.
I've merged your thread with others having the same issue, which they resolved by removing the XP data from Rust (also something Oxide does not control).
Solved QueryErrorException and NullReferenceException on server start
Discussion in 'Rust Discussion' started by PUREjaguar, Jul 8, 2016.
-
Wulf Community Admin
-
Somehow it's happening with the DB files in the Server directory. If you wipe them out the issue goes away. I've tried 100s of things on a server that was experiencing the issue and what fixed it was the new DB files.
-
I have the issue now, can't connect to console and server is not starting
Code:Loaded database server/my_server_identity/UserPersistence.db (446 entries) (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)QueryErrorException: Query Error: SELECT AgentId, Data FROM AgentData (no such table: AgentData) at Facepunch.SQLite.QueryPrepare (System.String query) [0x00000] in <filename unknown>:0 at Rust.Xp.Convert.FromVersion2 (System.String olddb, System.String newdb) [0x00000] in <filename unknown>:0 at ServerMgr.Initialize (Boolean loadSave, System.String saveFile, Boolean allowOutOfDateSaves, Boolean skipInitialSpawn) [0x00000] in <filename unknown>:0 at Bootstrap+<StartServer>c__IteratorF.MoveNext () [0x00000] in <filename unknown>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0 (Filename: Line: -1)NullReferenceException: Object reference not set to an instance of an object at ServerMgr.Update () [0x00000] in <filename unknown>:0 (Filename: Line: -1)
Last edited by a moderator: Jul 13, 2016