Code:16:40 [Error] Failed to save protobuf data to oxide.covalence.playerdata.data (UnauthorizedAccessException: Access to the path "/home/hwserver/serverfiles/oxide/data/oxide.covalence.playerdata.data" is denied.) 16:40 [Debug] at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.Open (System.String path, FileMode mode) [0x00000] in <filename unknown>:0 at Oxide.Core.ProtoStorage.Save[IDictionary`2] (IDictionary`2 data, System.String[] sub_paths) [0x00000] in <filename unknown>:0 16:40 [Info] [PlayerStats] welcome on the server Doctor Schrdinger(account ID : 76561198091126632 )
Failed to save protobuf data to oxide.covalence.playerdata.data
Discussion in 'Hurtworld Discussion' started by AnonOps, Jan 29, 2016.
-
Wulf Community Admin
That would indicate a permissions issue with your server, either another program or server trying to access the same file, the file being open in a program, or the server not having write permissions to that file. Generally you should never be trying to interact with that file manually or through plugins, it's only meant for Oxide to store to.
-
Yeah i didn't interact with this file, i just checked my log and see this error a lot of time, yeah i'll check the write permission