Been awhile since i have posted in this forum lol but i have a issue with something i am working on loading, I have it save but when it loads it throws this crash log.
Code:
RunUO Version 2.0, Build 3022.28592
Operating System: Microsoft Windows NT 6.0.6000.0
.NET Framework: 2.0.50727.1433
Time: 8/5/2008 4:06:00 PM
Mobiles: 232
Items: 111164
Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Item has already been added. Key in dictionary: '0xA "Lancelot"' Key being added: '0xA "Lancelot"'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at Server.FSCoreSystem.FSCore.Load() in e:\Extraz\Ultima Online\Server\Fallen Souls ML\Scripts\Custom\FS Customs\Systems\FSCore\Core\FSCoreSystem.cs:line 224
at Server.FSCoreSystem.FSCore.Initialize() in e:\Extraz\Ultima Online\Server\Fallen Souls ML\Scripts\Custom\FS Customs\Systems\FSCore\Core\FSCoreSystem.cs:line 51
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
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.Compile(Boolean debug, Boolean cache)
at Server.Core.Main(String[] args)
Clients:
- Count: 0
Now i have another script of mine that works the same way and its fine on save and load but this one gives me problems lol, I have tried a total rewrite same issue. Never seen the error about if anyone has any clue please let me know.
Thanks
Ronin