Hello again everyone, been a few weeks, had alot going on in the kitchen lol. Anyhow, i was wondering if anyone could help me with this issue. Our shard, never done this til now (and nope i have changed nothing in the past few weeks), is having random crash restarts. Its occuring during the saves, i posted the crash msg log in hopes it will make sense to someone. I see, if i understand right, the error is occuring in the jail.bin being used by another process but there is no other processes that i can see, here is the message.
Server Crash Report
===================

RunUO Version 0.5, Build 5276.9340
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.NET Framework: 4.0.30319.18444
Time: 8/8/2014 3:00:08 PM
Mobiles: 39749
Items: 265527
Exception:
System.Exception: World Save event threw an exception. Save failed! ---> System.IO.IOException: The process cannot access the file 'C:\Users\Owner\Desktop\ServUO-master\Saves\Jailings\Jailings.bin' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Server.AsyncWriter..ctor(String filename, Int32 buffSize, Boolean prefix) in c:\Users\Owner\Desktop\ServUO-master\Server\Serialization.cs:line 1859
at Server.Commands.JailSystem.onSave(WorldSaveEventArgs e)
at Server.WorldSaveEventHandler.Invoke(WorldSaveEventArgs e)
at Server.World.Save(Boolean message, Boolean permitBackgroundWrite) in c:\Users\Owner\Desktop\ServUO-master\Server\World.cs:line 1133
--- End of inner exception stack trace ---
at Server.World.Save(Boolean message, Boolean permitBackgroundWrite) in c:\Users\Owner\Desktop\ServUO-master\Server\World.cs:line 1161
at Server.Misc.AutoSave.OnTick()
at Server.Timer.Slice() in c:\Users\Owner\Desktop\ServUO-master\Server\Timer.cs:line 387
at Server.Core.Main(String[] args) in c:\Users\Owner\Desktop\ServUO-master\Server\Main.cs:line 622

Clients:
- Count: 0

If anyone sees the "obvious" i would greatly appreciate input/thoughts and opinons on exactly what this new issue is . As usual , thanks everyone
 
In my experience this happens when you try to open a file-stream already in use. Can you provide a copy of the serialization/deserialization?
 
Back