Solved Rust server won't save

Discussion in 'Rust Discussion' started by jmillar121, May 28, 2015.

  1. Each time i restart my rust server nothing saves, i assume oxide is working as everyone can set homes and tp to each other etc. is there any fix for this? or a command line that i am missing? thanks
     
  2. Wulf

    Wulf Community Admin

    Are you using the -load parameter in your startup script?
     
  3. @echo off
    RustDedicated.exe -batchmode +server.port 28015 +rcon.port 28016 +rcon.password "changeme" +server.maxplayers 10 -load

    that is my run.bat file. All i need it for is me and 3 friends
     
  4. Wulf

    Wulf Community Admin

    That should be fine. Could you upload your latest server logs here please?
     
  5. where do i find these?
     
  6. Wulf

    Wulf Community Admin

    Under server/identity and server/identity/oxide/logs.
     
  7. i have two:
    Code:
    [SERVER] Started as service
    [SERVER] Running as service
    [SERVER] Got Message: Ready
    [SERVER] Got Message: Compile
    [SERVER] Console: AirdropControl.cs(109,14): warning CS0114: `Oxide.Plugins.AirdropControl.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\Users\Admin\Desktop\steamcmd\steamapps\common\rust_dedicated\Oxide.Core.dll (Location of the symbol related to previous warning)
    Kits.cs(103,14): warning CS0114: `Oxide.Plugins.Kits.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\Users\Admin\Desktop\steamcmd\steamapps\common\rust_dedicated\Oxide.Core.dll (Location of the symbol related to previous warning)
    AirdropControl.cs(151,17): warning CS0219: The variable `toLeft' is assigned but its value is never used
    AirdropControl.cs(242,29): warning CS0168: The variable `startPos' is declared but never used
    AirdropControl.cs(243,29): warning CS0168: The variable `endPos' is declared but never used
    AirdropControl.cs(244,27): warning CS0168: The variable `distance' is declared but never used
    StackSizes.cs(89,43): warning CS0168: The variable `e' is declared but never used
    AirdropControl.cs(19,27): warning CS0414: The private field `Oxide.Plugins.AirdropControl.CPsecondsTaken' is assigned but its value is never used
    AirdropControl.cs(21,28): warning CS0169: The private field `Oxide.Plugins.AirdropControl.CreateEntity' is never used
    AirdropControl.cs(23,23): warning CS0169: The private field `Oxide.Plugins.AirdropControl.secondsToTake' is never used
    AirdropControl.cs(24,28): warning CS0169: The private field `Oxide.Plugins.AirdropControl.cargoplane' is never used
    AirdropControl.cs(25,49): warning CS0414: The private field `Oxide.Plugins.AirdropControl.dropPoint' is assigned but its value is never used
    AirdropControl.cs(42,24): warning CS0414: The private field `Oxide.Plugins.AirdropControl.syncLock' is assigned but its value is never used
    Kits.cs(30,22): warning CS0169: The private field `Oxide.Plugins.Kits.Changed' is never used
    [SERVER] Connection closed. Shutdown
    [SERVER] Started as service
    [SERVER] Running as service
    [SERVER] Got Message: Ready
    [SERVER] Got Message: Compile
    [SERVER] Console: AirdropControl.cs(109,14): warning CS0114: `Oxide.Plugins.AirdropControl.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\Users\Admin\Desktop\steamcmd\steamapps\common\rust_dedicated\Oxide.Core.dll (Location of the symbol related to previous warning)
    Kits.cs(103,14): warning CS0114: `Oxide.Plugins.Kits.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\Users\Admin\Desktop\steamcmd\steamapps\common\rust_dedicated\Oxide.Core.dll (Location of the symbol related to previous warning)
    AirdropControl.cs(151,17): warning CS0219: The variable `toLeft' is assigned but its value is never used
    AirdropControl.cs(242,29): warning CS0168: The variable `startPos' is declared but never used
    AirdropControl.cs(243,29): warning CS0168: The variable `endPos' is declared but never used
    AirdropControl.cs(244,27): warning CS0168: The variable `distance' is declared but never used
    StackSizes.cs(89,43): warning CS0168: The variable `e' is declared but never used
    AirdropControl.cs(19,27): warning CS0414: The private field `Oxide.Plugins.AirdropControl.CPsecondsTaken' is assigned but its value is never used
    AirdropControl.cs(21,28): warning CS0169: The private field `Oxide.Plugins.AirdropControl.CreateEntity' is never used
    AirdropControl.cs(23,23): warning CS0169: The private field `Oxide.Plugins.AirdropControl.secondsToTake' is never used
    AirdropControl.cs(24,28): warning CS0169: The private field `Oxide.Plugins.AirdropControl.cargoplane' is never used
    AirdropControl.cs(25,49): warning CS0414: The private field `Oxide.Plugins.AirdropControl.dropPoint' is assigned but its value is never used
    AirdropControl.cs(42,24): warning CS0414: The private field `Oxide.Plugins.AirdropControl.syncLock' is assigned but its value is never used
    Kits.cs(30,22): warning CS0169: The private field `Oxide.Plugins.Kits.Changed' is never used
    [SERVER] Connection closed. Shutdown
     
  8. Code:
    6:27 PM [Info] Loading Oxide core v2.0.995...
    6:27 PM [Info] Loading extensions...
    6:27 PM [Info] Loaded extension CSharp v1.0.995 by Oxide Team
    6:27 PM [Info] Loaded extension JavaScript v1.0.995 by Oxide Team
    6:27 PM [Info] Loaded extension Lua v1.0.995 by Oxide Team
    6:27 PM [Info] Loaded extension MySql v1.0.995 by Oxide Team
    6:27 PM [Info] Loaded extension Python v1.0.995 by Oxide Team
    6:27 PM [Info] Loaded extension Rust v1.0.995 by Oxide Team
    6:27 PM [Info] Loaded extension SQLite v1.0.995 by Oxide Team
    6:27 PM [Info] Loaded extension Unity v1.0.995 by Oxide Team
    6:27 PM [Info] Loading plugins...
    6:27 PM [Info] Loaded plugin Rust Core v1.0.0 by Oxide Team
    6:27 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    6:41 PM [Info] Loading Oxide core v2.0.995...
    6:41 PM [Info] Loading extensions...
    6:41 PM [Info] Loaded extension CSharp v1.0.995 by Oxide Team
    6:41 PM [Info] Loaded extension JavaScript v1.0.995 by Oxide Team
    6:41 PM [Info] Loaded extension Lua v1.0.995 by Oxide Team
    6:41 PM [Info] Loaded extension MySql v1.0.995 by Oxide Team
    6:41 PM [Info] Loaded extension Python v1.0.995 by Oxide Team
    6:41 PM [Info] Loaded extension Rust v1.0.995 by Oxide Team
    6:41 PM [Info] Loaded extension SQLite v1.0.995 by Oxide Team
    6:41 PM [Info] Loaded extension Unity v1.0.995 by Oxide Team
    6:41 PM [Info] Loading plugins...
    6:41 PM [Info] Loaded plugin Rust Core v1.0.0 by Oxide Team
    6:41 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    6:41 PM [Info] Loaded plugin Increased Gathering Rate v1.1.2 by Mughisi
    6:41 PM [Info] Resources from gathering is set to: x1.
    6:41 PM [Info] Loaded plugin Teleportation System v1.4.15 by Mughisi
    6:41 PM [Info] Loaded plugin Supply Signals v2.0.0 by LaserHydra
    6:41 PM [Info] Loaded plugin Updater v0.2.10 by Wulfspider
    6:41 PM [Info] Loaded plugin Death Notes v2.5.2 by SkinN
    6:41 PM [Info] [Death Notes v2.5.2] :: Loading default configuration file
    6:41 PM [Info] AirdropControl, Kits, QuickSmelt and StackSizes were compiled successfully in 744ms
    6:41 PM [Info] Loaded plugin AirdropControl v1.1.5 by Reneb
    6:41 PM [Info] [AirdropControl] Airdrop Control: Creating a new config file
    6:41 PM [Info] Loaded plugin Kits v2.0.11 by Reneb
    6:41 PM [Info] Loaded plugin QuickSmelt v1.0.0 by ApocDev
    6:41 PM [Info] Loaded plugin Stack Sizes v1.1.3 by Looking For Gamers <[email][email protected][/email]>
    6:41 PM [Error] Failed to call hook 'LoadDefaultConfig' on plugin 'Stack Sizes' (ArgumentNullException: Argument cannot be null.
    Parameter name: path)
    6:41 PM [Debug]   at System.IO.Path.InsecureGetFullPath (System.String path) [0x00000] in <filename unknown>:0 
      at System.IO.Path.GetFullPath (System.String path) [0x00000] in <filename unknown>:0 
      at Oxide.Core.Configuration.DynamicConfigFile.CheckPath (System.String filename) [0x00000] in <filename unknown>:0 
      at Oxide.Core.Configuration.DynamicConfigFile.Save (System.String filename) [0x00000] in <filename unknown>:0 
      at Oxide.Plugins.StackSizes.CreateDefaultConfig () [0x00000] in <filename unknown>:0 
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    6:41 PM [Info] [Stack Sizes] Stack Sizes: StackSizes by Looking For Gamers, has been started
    6:41 PM [Info] m-Teleportation: To limit Homes to only be set on foundations owned by the player the plugin `Building Owners` is required!
    6:41 PM [Info]                  This plugin can be downloaded at [URL]http://forum.rustoxide.com/plugins/building-owners.682/[/URL]
    6:41 PM [Info]                  The owner check has temporarily been disabled to prevent problems.
    6:41 PM [Info] m-Teleportation: To allow Homes to be set on foundations owned by friends of the player the plugin `Friends API` is required!
    6:41 PM [Info]                  This plugin can be downloaded at [URL]http://forum.rustoxide.com/plugins/friends-api.686/[/URL]
    6:41 PM [Info]                  The friends check has temporarily been disabled to prevent problems.
    6:51 PM [Info] Loading Oxide core v2.0.995...
    6:51 PM [Info] Loading extensions...
    6:51 PM [Info] Loaded extension CSharp v1.0.995 by Oxide Team
    6:51 PM [Info] Loaded extension JavaScript v1.0.995 by Oxide Team
    6:51 PM [Info] Loaded extension Lua v1.0.995 by Oxide Team
    6:51 PM [Info] Loaded extension MySql v1.0.995 by Oxide Team
    6:51 PM [Info] Loaded extension Python v1.0.995 by Oxide Team
    6:51 PM [Info] Loaded extension Rust v1.0.995 by Oxide Team
    6:51 PM [Info] Loaded extension SQLite v1.0.995 by Oxide Team
    6:51 PM [Info] Loaded extension Unity v1.0.995 by Oxide Team
    6:51 PM [Info] Loading plugins...
    6:51 PM [Info] Loaded plugin Rust Core v1.0.0 by Oxide Team
    6:51 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    6:51 PM [Info] Loaded plugin Increased Gathering Rate v1.1.2 by Mughisi
    6:51 PM [Info] Resources from gathering is set to: x1.
    6:51 PM [Info] Loaded plugin Teleportation System v1.4.15 by Mughisi
    6:51 PM [Info] Loaded plugin Supply Signals v2.0.0 by LaserHydra
    6:51 PM [Info] Loaded plugin Updater v0.2.10 by Wulfspider
    6:51 PM [Info] Loaded plugin Death Notes v2.5.2 by SkinN
    6:51 PM [Info] AirdropControl, Kits, QuickSmelt and StackSizes were compiled successfully in 1053ms
    6:51 PM [Info] Loaded plugin AirdropControl v1.1.5 by Reneb
    6:51 PM [Error] AirdropControl: Failed to load config file (is the config file corrupt?) (Value is greater than Int32.MaxValue or less than Int32.MinValue)
    6:51 PM [Info] Loaded plugin Kits v2.0.11 by Reneb
    6:51 PM [Info] Loaded plugin QuickSmelt v1.0.0 by ApocDev
    6:51 PM [Info] Loaded plugin Stack Sizes v1.1.3 by Looking For Gamers <[email][email protected][/email]>
    6:51 PM [Info] [Stack Sizes] Stack Sizes: StackSizes by Looking For Gamers, has been started
    6:52 PM [Info] m-Teleportation: To limit Homes to only be set on foundations owned by the player the plugin `Building Owners` is required!
    6:52 PM [Info]                  This plugin can be downloaded at [URL]http://forum.rustoxide.com/plugins/building-owners.682/[/URL]
    6:52 PM [Info]                  The owner check has temporarily been disabled to prevent problems.
    6:52 PM [Info] m-Teleportation: To allow Homes to be set on foundations owned by friends of the player the plugin `Friends API` is required!
    6:52 PM [Info]                  This plugin can be downloaded at [URL]http://forum.rustoxide.com/plugins/friends-api.686/[/URL]
    6:52 PM [Info]                  The friends check has temporarily been disabled to prevent problems.
    [DOUBLEPOST=1432837105][/DOUBLEPOST]actually now it is saving again. Not sure what happened but working now thanks