The newest Servuo keeps crashing when I put it in debug mode here is crash report-


Server Crash Report

===================

RunUO Version 0.5, Build 6227.8688

Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1

.NET Framework: 4.0.30319.42000

Time: 1/18/2017 10:10:09 AM

Mobiles: 3251

Items: 117055

Exception:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'Ultima.Art' threw an exception. ---> System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\Electronic Arts\Ultima Online Classic\artlegacymul.uop' is denied.

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)

at Ultima.FileIndex..ctor(String idxFile, String mulFile, String uopFile, Int32 length, Int32 file, String uopEntryExtension, Int32 idxLength, Boolean hasExtra) in c:\Users\N\Desktop\DraconianRun\Ultima\FileIndex.cs:line 241

at Ultima.Art..cctor() in c:\Users\N\Desktop\DraconianRun\Ultima\Art.cs:line 15

--- End of inner exception stack trace ---

at Ultima.Art.Measure(Bitmap bmp, Int32& xMin, Int32& yMin, Int32& xMax, Int32& yMax)

at Server.CollectionItem..ctor(Type type, Int32 itemID, Int32 tooltip, Int32 hue, Double points, Boolean questitem) in c:\Users\N\Desktop\DraconianRun\Scripts\Services\CommunityCollections\CollectionItem.cs:line 45

at Server.Engines.VvV.VvVRewards.Initialize() in c:\Users\N\Desktop\DraconianRun\Scripts\Services\ViceVsVirtue\VvVRewards.cs:line 96

--- End of inner exception stack trace ---

at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)

at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)

at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

at Server.ScriptCompiler.Invoke(String method) in c:\Users\N\Desktop\DraconianRun\Server\ScriptCompiler.cs:line 667

at Server.Core.Main(String[] args) in c:\Users\N\Desktop\DraconianRun\Server\Main.cs:line 547

Clients:

- Count: 0
 
This can't just be because ServUO is in debug mode, it has always run fine.

The real issue is this:
System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\Electronic Arts\Ultima Online Classic\artlegacymul.uop' is denied.

Access Denied. Run ServUO in Administrator mode, or make sure that the owner-creator of the Ultima Online/Classic/ folder is a member of your Administrators group.
 
I did try running it in admin. I didn't change anything even tried it with a fresh install. this install is new has an ultima folder now that the servuo.exe takes its lead from. it compiles fine then crashes
[doublepost=1484774612][/doublepost]I deleted all saves out of fresh install and it worked

ok I copied and deleted all saves compiled it made new account info ran razor made character saved closed out then added old saves back and it works. I am totally confused to why it crashed. sorry for the post and the wrong area I posted in
 
Last edited:
using same UO folder for servuo as another UO app like UO Fiddler.
both cant get an exclusive lock on the same file, nothing to do with debug mode.
 
Back