In response to mehdin00 ():open your InfoPanel.cs plugin with notpad++ and remove all and past this and no more errors.Moderat...
Well, this is what I get for copying code that's not official.
Connecting anonymously to Steam Public...Logged in OK
Waiting for user info...OK
Update state (0x5) validating, progress: 0.00 (63243 / 3265553464)
Update state (0x5) validating, progress: 12.49 (407974757 / 3265553464)
Update state (0x5) validating, progress: 26.90 (878416231 / 3265553464)
Update state (0x5) validating, progress: 41.28 (1348178279 / 3265553464)
Update state (0x5) validating, progress: 55.86 (1824231783 / 3265553464)
Update state (0x5) validating, progress: 70.25 (2293993831 / 3265553464)
Update state (0x5) validating, progress: 84.89 (2772144487 / 3265553464)
Update state (0x5) validating, progress: 97.29 (3177131532 / 3265553464)
Error! App '258550' state is 0x4A6 after update job.
It somehow deleted my rust.bat to where it's not there but I cant write a new rust.bat from scratch or restore a copy. I have to name it rust1.bat.
Then it deleted my rustdedicated.exe and the STEAMCMD update-validate cant replace the file thats not even there. It wont take rustdedicated.exe, but it will take rustdedicated1.exe.
WTF?
EDIT: Im not sure if this was caused by the code pasted. it happened within 10 minutes when I shut down.
As I shut down something tried to access my user.cfg file. TBH, in the last couple of weeks I had to write protect user.cfg because it the contents got wiped. Then a week later, my rust dedicated was missing, and my rust.bat, so I set the rust.bat to read only. I didnt do that with rustdedicated.exe.
So this tipe it happened when I shut down after using the code. I literally say an error in console in the shutdown process as follows:
UnauthorizedAccessException: Access to the path "C:\SteamCMD\rust_server\server\
my_server_identity\cfg\users.cfg" is denied.
UnauthorizedAccessException: Access to the path "C:\SteamCMD\rust_server\server\
my_server_identity\cfg\users.cfg" is denied.
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, Sy
stem.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, S
ystem.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <ac823e2bb4
2b41bda67924a45a0173c3>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, Sy
stem.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, S
ystem.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy,
System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in <ac823e2bb42b
41bda67924a45a0173c3>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,Syst
em.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOption
s,string,bool,bool,bool)
at System.IO.StreamWriter.CreateFile (System.String path, System.Boolean appen
So as you can see somethging targeted the user.cfg again as well. They got access denied because I write protected it.
I use AVG with the latest definitions, as well as Norton power erase scans and everything is clean. The odd file behavior is only in the rust server directory and it targets the rust.bat, rustdedicated.exe, and user.cfg.
Could it be something in the last major unity update? That is when the funny file behavior started.
Connecting anonymously to Steam Public...Logged in OK
Waiting for user info...OK
Update state (0x5) validating, progress: 0.00 (63243 / 3265553464)
Update state (0x5) validating, progress: 12.49 (407974757 / 3265553464)
Update state (0x5) validating, progress: 26.90 (878416231 / 3265553464)
Update state (0x5) validating, progress: 41.28 (1348178279 / 3265553464)
Update state (0x5) validating, progress: 55.86 (1824231783 / 3265553464)
Update state (0x5) validating, progress: 70.25 (2293993831 / 3265553464)
Update state (0x5) validating, progress: 84.89 (2772144487 / 3265553464)
Update state (0x5) validating, progress: 97.29 (3177131532 / 3265553464)
Error! App '258550' state is 0x4A6 after update job.
It somehow deleted my rust.bat to where it's not there but I cant write a new rust.bat from scratch or restore a copy. I have to name it rust1.bat.
Then it deleted my rustdedicated.exe and the STEAMCMD update-validate cant replace the file thats not even there. It wont take rustdedicated.exe, but it will take rustdedicated1.exe.
WTF?
EDIT: Im not sure if this was caused by the code pasted. it happened within 10 minutes when I shut down.
As I shut down something tried to access my user.cfg file. TBH, in the last couple of weeks I had to write protect user.cfg because it the contents got wiped. Then a week later, my rust dedicated was missing, and my rust.bat, so I set the rust.bat to read only. I didnt do that with rustdedicated.exe.
So this tipe it happened when I shut down after using the code. I literally say an error in console in the shutdown process as follows:
UnauthorizedAccessException: Access to the path "C:\SteamCMD\rust_server\server\
my_server_identity\cfg\users.cfg" is denied.
UnauthorizedAccessException: Access to the path "C:\SteamCMD\rust_server\server\
my_server_identity\cfg\users.cfg" is denied.
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, Sy
stem.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, S
ystem.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <ac823e2bb4
2b41bda67924a45a0173c3>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, Sy
stem.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, S
ystem.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy,
System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in <ac823e2bb42b
41bda67924a45a0173c3>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,Syst
em.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOption
s,string,bool,bool,bool)
at System.IO.StreamWriter.CreateFile (System.String path, System.Boolean appen
So as you can see somethging targeted the user.cfg again as well. They got access denied because I write protected it.
I use AVG with the latest definitions, as well as Norton power erase scans and everything is clean. The odd file behavior is only in the rust server directory and it targets the rust.bat, rustdedicated.exe, and user.cfg.
Could it be something in the last major unity update? That is when the funny file behavior started.