Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 03-09-2006, 10:09 PM   #1 (permalink)
 
Join Date: Apr 2005
Age: 40
Posts: 107
Default Server Crashed ?

Hi all,

Not worried too much as this happened while i was re generating the documents for my server but any ideas as to why it happened.

Server Crash Report
===================

RunUO Version 1.0.0, Build 36918
Operating System: Microsoft Windows NT 5.1.2600.0
.NET Framework: 1.1.4322.573 <<<<<<< MAYBE THIS ???
Time: 10/03/2006 02:01:14
Mobiles: 12432
Items: 101928
Clients:
- Count: 1
+ xxx.xxx.x.x: (account = xxxxxxxx) (mobile = 0x92F 'xxxxxxxx')

Exception:
System.IO.IOException: The process cannot access the file "E:\RunUO 1.0\docs/" because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
at Server.Scripts.Commands.Docs.DeleteDirectory(Strin g path)
at Server.Scripts.Commands.Docs.Document()
at Server.Scripts.Commands.Docs.DocGen_OnCommand(Comm andEventArgs e)
at Server.Commands.Handle(Mobile from, String text)
at Server.Gumps.AdminGump.OnResponse(NetState sender, RelayInfo info)
at Server.Network.PacketHandlers.DisplayGumpResponse( NetState state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns)
at Server.Network.MessagePump.Slice()
at Server.Core.Main(String[] args)

Opps, should i be using some tags or something here... oh well
Thanks in advance for any help.
Megadoobs is offline   Reply With Quote
Old 03-09-2006, 10:14 PM   #2 (permalink)
Forum Expert
 
Tannis's Avatar
 
Join Date: Feb 2004
Age: 27
Posts: 2,047
Default

Quote:
Originally Posted by Megadoobs
Hi all,

Not worried too much as this happened while i was re generating the documents for my server but any ideas as to why it happened.

Server Crash Report
===================

RunUO Version 1.0.0, Build 36918
Operating System: Microsoft Windows NT 5.1.2600.0
.NET Framework: 1.1.4322.573 <<<<<<< MAYBE THIS ???
Time: 10/03/2006 02:01:14
Mobiles: 12432
Items: 101928
Clients:
- Count: 1
+ xxx.xxx.x.x: (account = xxxxxxxx) (mobile = 0x92F 'xxxxxxxx')

Exception:
System.IO.IOException: The process cannot access the file "E:\RunUO 1.0\docs/" because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
at Server.Scripts.Commands.Docs.DeleteDirectory(Strin g path)
at Server.Scripts.Commands.Docs.Document()
at Server.Scripts.Commands.Docs.DocGen_OnCommand(Comm andEventArgs e)
at Server.Commands.Handle(Mobile from, String text)
at Server.Gumps.AdminGump.OnResponse(NetState sender, RelayInfo info)
at Server.Network.PacketHandlers.DisplayGumpResponse( NetState state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns)
at Server.Network.MessagePump.Slice()
at Server.Core.Main(String[] args)

Opps, should i be using some tags or something here... oh well
Thanks in advance for any help.
I'd say it happened because you regen'd the docs while it was going.
Code:
System.IO.IOException: The process cannot access the file "E:\RunUO 1.0\docs/" because it is being used by another process.
But, I'm not good at reading crash messages, so I could be wrong.
__________________


UO Art
Come visit us! It's all about the artwork.
Tannis is offline   Reply With Quote
Old 03-09-2006, 10:17 PM   #3 (permalink)
Forum Expert
 
Greystar's Avatar
 
Join Date: Mar 2004
Location: NorthCentral IL, USA
Age: 35
Posts: 3,848
Default

Quote:
Originally Posted by Megadoobs
Hi all,

Not worried too much as this happened while i was re generating the documents for my server but any ideas as to why it happened.

Server Crash Report
===================

RunUO Version 1.0.0, Build 36918
Operating System: Microsoft Windows NT 5.1.2600.0
.NET Framework: 1.1.4322.573 <<<<<<< MAYBE THIS ???
Time: 10/03/2006 02:01:14
Mobiles: 12432
Items: 101928
Clients:
- Count: 1
+ xxx.xxx.x.x: (account = xxxxxxxx) (mobile = 0x92F 'xxxxxxxx')

Exception:
System.IO.IOException: The process cannot access the file "E:\RunUO 1.0\docs/" because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
at Server.Scripts.Commands.Docs.DeleteDirectory(Strin g path)
at Server.Scripts.Commands.Docs.Document()
at Server.Scripts.Commands.Docs.DocGen_OnCommand(Comm andEventArgs e)
at Server.Commands.Handle(Mobile from, String text)
at Server.Gumps.AdminGump.OnResponse(NetState sender, RelayInfo info)
at Server.Network.PacketHandlers.DisplayGumpResponse( NetState state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns)
at Server.Network.MessagePump.Slice()
at Server.Core.Main(String[] args)

Opps, should i be using some tags or something here... oh well
Thanks in advance for any help.

Using custom resources by any chance? (Like daat99's system OR Karma's system)
__________________
Quote:
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
(")_(")signature to help him gain world domination.
Killable Guards (GS Version)
Just a Simple Staff Tool
You can leave me messages.
Ernest Gary Gygax - Quote "I would like the world to remember me as the guy who really enjoyed playing games and sharing his knowledge and his fun pastimes with everybody else."
Greystar is offline   Reply With Quote
Old 03-09-2006, 10:45 PM   #4 (permalink)
 
Join Date: Apr 2005
Age: 40
Posts: 107
Default REF : Crash

Hi,

Running all my scripts with no problems, errors or warnings when it compliles, run the command to create the documentation from the admin gump last time to build the files same way with no problems. Only thing different that springs to mind was i had a windows explorer window open in the runUO folders but cant see that causing any major problems.

Going to try again, see what happens
Megadoobs is offline   Reply With Quote
Old 03-09-2006, 11:27 PM   #5 (permalink)
 
Join Date: Apr 2005
Age: 40
Posts: 107
Default Doh !!!

Me again,

this was what it said...

Server Crash Report
===================

RunUO Version 1.0.0, Build 36918
Operating System: Microsoft Windows NT 5.1.2600.0
.NET Framework: 1.1.4322.573
Time: 10/03/2006 03:11:51
Mobiles: 12385
Items: 101289
Clients:
- Count: 1
+ xxx.xxx.x.x: (account = xxxxxxxx) (mobile = 0x92F 'xxxxxxxx')

Exception:
System.IO.IOException: The process cannot access the file "E:\RunUO 1.0\docs/" because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
at Server.Scripts.Commands.Docs.DeleteDirectory(Strin g path)
at Server.Scripts.Commands.Docs.Document()
at Server.Scripts.Commands.Docs.DocGen_OnCommand(Comm andEventArgs e)
at Server.Commands.Handle(Mobile from, String text)
at Server.Mobile.DoSpeech(String text, Int32[] keywords, MessageType type, Int32 hue)
at Server.Network.PacketHandlers.UnicodeSpeech(NetSta te state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns)
at Server.Network.MessagePump.Slice()
at Server.Core.Main(String[] args)

did a bit of poking round, yup don't we just love those Viralspyware mofo's that like to screw ya drives up...GRRRR, not sure how this got round the walls but there you go !!! Be warned people, the gremlins are out there.

Reminder : Scan regular for naff things
* Tattoos the above on forehead *
Megadoobs is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5