Everytime I start up UO it says Application has generated an exception that could not be handled. Then i get this log
Code:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: There are no more files.at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.Directory.InternalGetFileDirectoryNames(String fullPath, String userPath, Boolean file)
at System.IO.Directory.InternalGetFiles(String path, String userPath, String searchPattern)
at System.IO.Directory.GetFiles(String path, String searchPattern)
at Assistant.Macros.MacroManager.Recurse(TreeNodeCollection nodes, String path)
at Assistant.Macros.MacroManager.Initialize()
--- End of inner exception stack trace ---
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess)
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean verifyAccess)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Assistant.Engine.Initialize(Assembly a)
at Assistant.Engine.Main(String[] Args)
I've reinstalled .net framework 1.1 and I've also tried reinstalling UO, but nothing works.