I always get this error that unifont.mul is in use when I have my UO client in use when starting up my server. Unsure of what I would need to change or do to fix this so I wouldn't have to reload my UO client every time I need to restart to check changes made.

ServUO - [https://www.servuo.com] Version 0.5, Build 6785.34186 - Build on 7/30/2018 6:59:32 PM UTC - Debug
Core: Optimizing for 6 64-bit processors
Core: Compiled for .NET 4.0
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...done (cached)
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...done (6500 items, 1399 mobiles, 5 customs) (0.79 seconds)
Searching for Ultima Online installations...
Found 1 Ultima Online installations:
F:\7.0.73\UO
Error:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'VitaNex.Text.UOFont' threw an exception. ---> System.IO.IOException: The process cannot access the file 'F:\7.0.73\UO\unifont.mul' 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)
at VitaNex.Text.UOFonts.LoadUnicode(Byte id)
at VitaNex.Text.UOFont..cctor()
--- End of inner exception stack trace ---
at VitaNex.Text.UOFont.Configure()
--- 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 System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Server.ScriptCompiler.Invoke(String method) in c:\Users\woahn\Desktop\serveuo\ServUO-master\Server\ScriptCompiler.cs:line 671
at Server.Core.Main(String[] args) in c:\Users\woahn\Desktop\serveuo\ServUO-master\Server\Main.cs:line 627
This exception is fatal, press return to exit
 
Back