RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Crash on save

amad

Wanderer
Hi everybody,
I searched forum for my problem but nothing give a proper solution...

I'm tried stoppin' Anti-virus application. I don't have any mallware or spyware application.
Win 7 64x

Code:
Server Crash Report
===================
 
RunUO Version 2.5, Build 0.41244
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.NET Framework: 4.0.30319.18052
Time: 11.01.2014 17:56:14
Mobiles: 2698
Items: 107565
Exception:
System.Exception: World Save event threw an exception.  Save failed! ---> System.IO.IOException: The process cannot access the file 'D:\server\aktif\Saves\ServerMessages.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.BinaryFileWriter..ctor(String filename, Boolean prefixStr)
  at Server.Customs.MessageLog.MessageLog.EventSink_WorldSave(WorldSaveEventArgs e)
  at Server.WorldSaveEventHandler.Invoke(WorldSaveEventArgs e)
  at Server.World.Save(Boolean message, Boolean permitBackgroundWrite)
  --- End of inner exception stack trace ---
  at Server.World.Save(Boolean message, Boolean permitBackgroundWrite)
  at Server.Misc.AutoRestart.OnTick()
  at Server.Timer.Slice()
  at Server.Core.Main(String[] args)
 
Clients:
- Count: 1


Regards
 

amad

Wanderer
Post your custom MessageLog script please.


using System;
using System.Collections.Generic;
using System.IO;
using Server.Network;
using System.Drawing;
using Server.Gumps;
using Server.Items;
using Server.Engines.Craft;
using Ultima;// i deleted this line and worked i guess...

I'm still testin' the server. Thanks for your tip :)
 
Top