At a save my server is stalling out here is the crash report i generated.

RunUO Version 0.5, Build 7099.20809
Operating System: Microsoft Windows NT 6.2.9200.0
.NET Framework: 4.0.30319.42000
Time: 6/9/2019 6:58:53 PM
Mobiles: 8428
Items: 321435
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\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)
at Ultima.Art..cctor()
--- 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)
at Server.Engines.VvV.VvVRewards.Initialize()
--- 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\viola\Desktop\RavenMoon 6 9 2019\Server\ScriptCompiler.cs:line 671
at Server.Core.Main(String[] args) in C:\Users\viola\Desktop\RavenMoon 6 9 2019\Server\Main.cs:line 547

Clients:
- Count: 0




any thoughts on this?
 
The issue is something is locking access to C:\Program Files (x86)\Electronic Arts\Electronic Arts\Ultima Online Classic\artlegacymul.uop

I suggest copying your client elsewhere on your computer and using that directory for your server. That way only your server should be accessing those client files.
 
oh OK I do have in 2 places maybe re download the EA file?
Post automatically merged:

The issue is something is locking access to C:\Program Files (x86)\Electronic Arts\Electronic Arts\Ultima Online Classic\artlegacymul.uop

I suggest copying your client elsewhere on your computer and using that directory for your server. That way only your server should be accessing those client files.
IT Worked yaaaa Thank you so much
 
Last edited:
Back