UPDATER PLUGIN:
another plugin:Code:[Oxide] 4:55 AM [Error] Failed to call hook 'OnRunCommand' on plugin 'rustcore v1.0.0' File: Updater.lua Line: 51 Object reference not set to an instance of an object: at Oxide.Core.Libraries.Permission.GetUserData (System.String userid) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Permission.UserHasPermission (System.String userid, System.String perm) [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
that is after latest oxide updateCode:[Oxide] 4:56 AM [Error] Failed to call hook 'ToggleCrosshair' on plugin 'Crosshair v1.1.0' (NullReferenceException: Object reference not set to an instance of an object) [Oxide] 4:56 AM [Debug] at Oxide.Core.Libraries.Permission.GetUserData (System.String userid) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Permission.UserHasPermission (System.String userid, System.String perm) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Crosshair.ToggleCrosshair (.BasePlayer player) [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
2.0.1297
Fixed Permissions file path changed after update
Discussion in 'Rust Discussion' started by C4b4l, Aug 19, 2015.
-
Wulf Community Admin
Your data/oxide.users.json permissions file is corrupt, most likely from a user with a sketchy username, not from the Oxide update. You can try to fix it manually using a site such as jsonlint.com, or start over with a new one by deleting the old while the server is shutdown.
-
what? when i upload a "oxide" and look to data folder. i see there is another new folder
server_instance/oxide/data and there is new folder oxide and in it this files: .groups.json .users.json .covalence/.playerdata.json -
Wulf Community Admin
-
okay.. thx for your good feedback WULF i deleted old files from oxide/data and reworked newly created files
-
I also had to remake it after updating latest oxide..
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Code:{ "ExtensionDirectory": "RustDedicated_Data\\Managed", "PluginDirectory": "plugins", "ConfigDirectory": "config", "DataDirectory": "data", "LogDirectory": "logs", "InstanceCommandLines": [ "{oxide.directory}", "server\\{server.identity}\\oxide", "server\\my_server_identity\\oxide" ] }
Last edited by a moderator: Aug 19, 2015 -
Wulf Community Admin
-
for now nothing.. all things works..
but for future been good do speak this little change
SOLVED -
Wulf Community Admin
-
-
Wulf Community Admin
-
Here's mine.
Attached Files:
-
-
Renaming and moving old (non-moved) files from /data to /data/oxide is fast way to solve this problem without loosing all informations.
So i searching for problem where is it too
Server Provider say me: We dont make any changes on your server settings or files. -
Can confirm this happened to me as well. I had to manually paste my groups/users into NEW files that were created in /oxide/data/oxide/.groups.json.
I was wondering why nobody on my server had their tags after I updated. That was a panic lol. -
Wulf Community Admin
Could all of you provide me with your startup command-line?
-
Code:
@ECHO off Start RustDedicated.exe -batchmode +server.identity "rustserverprocedural" +server.hostname XXXXXX" +server.port 28015 +rcon.password "XXXXX" +rcon.ip XXXXX +rcon.port 28016 +server.saveinterval 300 +server.maxplayers 150 +server.stability true +server.seed 3723533 +server.worldsize 5000