I see this in console:
(14:59:11) | Invalidate Network Cache took 0.05 seconds
(14:59:12) | Couldn't write save file! We got an exception: System.IO.IOException: Win32 IO returned 112. Path: C:\\server\identity\proceduralmap.3700.12.188.sav.new
at System.IO.FileStream.WriteInternal (System.Byte[] src, System.Int32 offset, System.Int32 count) [0x00077] in <a8ed250850854b439cedc18931a314fe>:0
at System.IO.FileStream.Write (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00090] in <a8ed250850854b439cedc18931a314fe>:0
at System.IO.File.WriteAllBytes (System.String path, System.Byte[] bytes) [0x00007] in <a8ed250850854b439cedc18931a314fe>:0
at SaveRestore+<Save>d__5.MoveNext () [0x00403] in <d2c4022d6f8b46048878340fb617169d>:0
(14:59:12) | Error when saving to disk: System.IO.FileNotFoundException: server/identity/proceduralmap.3700.12.188.sav.new does not exist
File name: 'server/identity/proceduralmap.3700.12.188.sav.new'
at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x000b6] in <a8ed250850854b439cedc18931a314fe>:0
at SaveRestore+<Save>d__5.MoveNext () [0x00473] in <d2c4022d6f8b46048878340fb617169d>:0
and when I manually run server.save I get this:
(14:59:12) | Saved 159,234 ents, cache(0.90), write(0.08), disk(0.01).
(14:59:12) | Saving complete
but i'm afraid that it somehow wont work and I will get a rollback on map restart. Im getting alot of errors in console too. What could be the cause of this?