Running error - need help pls.

For any problems with Dawn of Light website or game server, please direct questions and problems here.

Moderator: Support Team

Running error - need help pls.

Postby Joku » Mon Feb 09, 2015 9:27 am

Hi folks,

i got the following error on my server, probably i tried to find out whats the problem, but obviously this error exceeds my knowledge :oops: . Could anybody help me out on this, please?! ty!!
Servers actual Rev. 3385
03:23:27,035 - [RegionTime2] - ERROR - DOL.WeakMulticastDelegate - InvokeSafe
System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.Collections.Generic.KeyNotFoundException: Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
bei System.Collections.Generic.Dictionary`2.get_Item(TKey key)
bei DOL.GS.ArtifactMgr.ArtifactGainedExperience(GamePlayer player, InventoryArtifact item, Int64 xpAmount) in c:\Users\Administrator\**************Censored**************\GameServer\gameutils\Atlantis\ArtifactMgr.cs:Zeile 397.
bei DOL.GS.ArtifactMgr.PlayerGainedExperience(DOLEvent e, Object sender, EventArgs args) in c:\Users\Administrator\**************Censored**************\GameServer\gameutils\Atlantis\ArtifactMgr.cs:Zeile 351.
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bei System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
bei DOL.WeakMulticastDelegate.InvokeSafe(Object[] args) in c:\Users\Administrator\**************Censored**************\DOLBase\WeakMulticastDelegate.cs:Zeile 307.
thanks for your time!

greetings and br.

Joku
Joku
DOL Apprentice
 
Posts: 27
Joined: Wed Jul 30, 2014 11:28 am

Re: Running error - need help pls.

Postby HunabKu » Mon Feb 09, 2015 11:08 am

Can you translate the German parts to english please ?
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Running error - need help pls.

Postby Xanth » Mon Feb 09, 2015 12:16 pm

it is searching for a key which doesnt exist, (cant find a key).
User avatar
Xanth
DOL Acolyte
 
Posts: 141
Joined: Tue Sep 30, 2014 7:01 pm
Location: Germany

Re: Running error - need help pls.

Postby Joku » Mon Feb 09, 2015 12:28 pm

of course - find the translated error below;
03:23:27,035 - [RegionTime2] - ERROR - DOL.WeakMulticastDelegate - InvokeSafe
System.Reflection.TargetInvocationException: a target of an invocation has generated an exception. ---> System.Collections.Generic.KeyNotFoundException: The given key was not defined in the dictionary.
bei System.Collections.Generic.Dictionary`2.get_Item(TKey key)
bei DOL.GS.ArtifactMgr.ArtifactGainedExperience(GamePlayer player, InventoryArtifact item, Int64 xpAmount) in c:\Users\Administrator\**************Censored**************\GameServer\gameutils\Atlantis\ArtifactMgr.cs:Zeile 397.
bei DOL.GS.ArtifactMgr.PlayerGainedExperience(DOLEvent e, Object sender, EventArgs args) in c:\Users\Administrator\**************Censored**************\GameServer\gameutils\Atlantis\ArtifactMgr.cs:line 351.
--- End of inner exception stack trace ---
bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bei System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
bei DOL.WeakMulticastDelegate.InvokeSafe(Object[] args) in c:\Users\Administrator\**************Censored**************\DOLBase\WeakMulticastDelegate.cs:line 307.
Thanks in advance

Joku
Joku
DOL Apprentice
 
Posts: 27
Joined: Wed Jul 30, 2014 11:28 am

Re: Running error - need help pls.

Postby HunabKu » Mon Feb 09, 2015 1:14 pm

have you changed the ArtifactMgr file ?
Please give me the ArtifactMgr paragraphs about lines 351 and 397
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Running error - need help pls.

Postby Joku » Mon Feb 09, 2015 2:57 pm

No i didnt change anything in there ...

here are the line-infos of the ArtifactMgr:

LINE 351
ArtifactGainedExperience(player, item as InventoryArtifact, xpAmount);
LINE 397
Artifact artifact = m_artifacts[item.ArtifactID];
i also noticed the error occures after this RegionTime "Crash?!" - i added the following "pre-errors", maybe it helps ...
02:10:47,903 - [RegionTime1] - ERROR - DOL.GS.GameTimer+TimeManager - Timer callback (DOL.GS.Effects.GameSpellEffect+PulsingEffectTimer tick:0x0008A7AC interval:2500 manager:'RegionTime1' effect: (Duration=15000, Owner.Name=Medusa Sister, PulseFreq=2500, RemainingTime=2501, Effectiveness=1, m_expired=False
SpellHandler info: Caster=Kinot, IsCasting=False, m_interrupted=False
Spell: Name=Dmg-Over-Time, ID=30199, SpellType=DamageOverTime
SpellLine: KeyName=Item Effects, ID=0, Icon=0, Level=1))
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei DOL.GS.GameNPC.DropLoot(GameObject killer) in c:\Users\Administrator\**************Censored**************\GameServer\gameobjects\GameNPC.cs:Zeile 4550.
bei DOL.GS.GameNPC.Die(GameObject killer) in c:\Users\Administrator\**************Censored**************\GameServer\gameobjects\GameNPC.cs:Zeile 4009.
bei DOL.GS.GameLiving.TakeDamage(GameObject source, eDamageType damageType, Int32 damageAmount, Int32 criticalAmount) in c:\Users\Administrator\**************Censored**************\GameServer\gameobjects\GameLiving.cs:Zeile 4045.
bei DOL.GS.GameObject.TakeDamage(AttackData ad) in c:\Users\Administrator\**************Censored**************\GameServer\gameobjects\GameObject.cs:Zeile 1070.
bei DOL.GS.GameLiving.DealDamage(AttackData ad) in c:\Users\Administrator\**************Censored**************\GameServer\gameobjects\GameLiving.cs:Zeile 4170.
bei DOL.GS.Spells.SpellHandler.DamageTarget(AttackData ad, Boolean showEffectAnimation, Int32 attackResult) in c:\Users\Administrator\**************Censored**************\GameServer\spells\SpellHandler.cs:Zeile 3791.
bei DOL.GS.Spells.SpellHandler.DamageTarget(AttackData ad, Boolean showEffectAnimation) in c:\Users\Administrator\**************Censored**************\GameServer\spells\SpellHandler.cs:Zeile 3768.
bei DOL.GS.Spells.DoTSpellHandler.OnDirectEffect(GameLiving target, Double effectiveness) in c:\Users\Administrator\**************Censored**************\GameServer\spells\DoTSpellHandler.cs:Zeile 249.
bei DOL.GS.Spells.DoTSpellHandler.OnEffectPulse(GameSpellEffect effect) in c:\Users\Administrator\Desktop\**************Censored**************\GameServer\spells\DoTSpellHandler.cs:Zeile 216.
bei DOL.GS.Effects.GameSpellEffect.PulseCallback() in c:\Users\Administrator\**************Censored**************\GameServer\effects\GameSpellEffect.cs:Zeile 311.
bei DOL.GS.Effects.GameSpellEffect.PulsingEffectTimer.OnTick() in c:\Users\Administrator\**************Censored**************\GameServer\effects\GameSpellEffect.cs:Zeile 368.
bei DOL.GS.GameTimer.TimeManager.TimeThread() in c:\Users\Administrator\**************Censored**************\GameServer\gameutils\GameTimer.cs:Zeile 856.

(usually no space here - just for your overview)

02:10:50,017 - [8546] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type ZoAura
02:11:07,468 - [8547] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type PowerHealthEnduranceRegenBuff
02:11:19,940 - [8549] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type BeltOfLight
02:12:38,786 - [8559] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type YouthIllness
02:12:42,102 - [8561] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type YouthIllness
02:12:44,756 - [8560] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type YouthIllness
02:13:12,856 - [8564] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type YouthIllness
02:13:15,724 - [8564] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type YouthIllness
02:13:18,288 - [8565] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type YouthIllness
02:13:20,574 - [8565] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type YouthIllness
02:13:37,373 - [8568] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type BeltOfLight
02:13:41,185 - [8569] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type ZoAura
02:14:27,684 - [8575] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type ZoAura
02:15:11,626 - [8579] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type ZahurAura
02:15:43,430 - [8583] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type ZoAura
02:33:54,645 - [8688] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type PowerHealthEnduranceRegenBuff
02:34:00,917 - [8689] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type BeltOfLight
02:34:50,475 - [8693] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type ZoAura
02:35:38,175 - [8697] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type UnyeldingProc
02:36:13,159 - [8698] - ERROR - DOL.GS.ScriptMgr - Couldn't find spell handler for spell type UnyeldingProc

(usually no space here - just for your overview)

02:36:17,466 - [RegionTime2] - ERROR - DOL.WeakMulticastDelegate - InvokeSafe
System.Reflection.TargetInvocationException: a target of an invocation has generated an exception. ---> System.Collections.Generic.KeyNotFoundException: The given key was not defined in the dictionary.
bei System.Collections.Generic.Dictionary`2.get_Item(TKey key)
bei DOL.GS.ArtifactMgr.ArtifactGainedExperience(GamePlayer player, InventoryArtifact item, Int64 xpAmount) in c:\Users\Administrator\**************Censored**************\GameServer\gameutils\Atlantis\ArtifactMgr.cs:Zeile 397.
bei DOL.GS.ArtifactMgr.PlayerGainedExperience(DOLEvent e, Object sender, EventArgs args) in c:\Users\Administrator\**************Censored**************\GameServer\gameutils\Atlantis\ArtifactMgr.cs:line 351.
--- End of inner exception stack trace ---
bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bei System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
bei DOL.WeakMulticastDelegate.InvokeSafe(Object[] args) in c:\Users\Administrator\**************Censored**************\DOLBase\WeakMulticastDelegate.cs:line 307.
i hope thats what you need, if not, give me a sign ill provide everything you need :) !

Thanks for your help!!

Br Joku
Joku
DOL Apprentice
 
Posts: 27
Joined: Wed Jul 30, 2014 11:28 am

Re: Running error - need help pls.

Postby Xanth » Mon Feb 09, 2015 6:10 pm

i guess u have a broken artifact script or broken items in db, which need to be deleted, i would use the deathwish artifacts

ps: Kinot aha ;)
User avatar
Xanth
DOL Acolyte
 
Posts: 141
Joined: Tue Sep 30, 2014 7:01 pm
Location: Germany

Re: Running error - need help pls.

Postby Joku » Tue Feb 10, 2015 7:27 am

Well Xanth, thx for your answer, but obviously this script is from deathwish ;) - i also double checked all entries in my DB for Artifact Bonus etc. all seems ok ... Hanabku are you still active on this topic, or is it useless to ask for any other help?

Br. Joku
Joku
DOL Apprentice
 
Posts: 27
Joined: Wed Jul 30, 2014 11:28 am

Re: Running error - need help pls.

Postby HunabKu » Tue Feb 10, 2015 8:21 am

1. If I do not answer, is that I see no solution with my knowledge and I let those who can respond.
2. I think you should be more diplomatic to get help.
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Running error - need help pls.

Postby Joku » Tue Feb 10, 2015 9:48 am

1. If I do not answer, is that I see no solution with my knowledge and I let those who can respond.
2. I think you should be more diplomatic to get help.
Hanabku, first of all ... please, think before you post!
Diplomacy is for me a matter of communication, real help would have been if you would admit your not-knowledge, but you did not - you just ignored this topic! so where did you communicate before I asked you for further help?! Nowhere ,damnit!
You asked me for the lines, thats all i could find ... so what the heck is your problem?!
Stand your man/woman whatever you are and tell people if you cant go/help any further, and please just save such uninformative tastifies for yourself.

EDIT: and the best thing on this topic, is your signature, mate you are just embarrassing yourself ... IGNORANCE is what u did!

so do me a favor, and get the fuck out! - ty
Joku
DOL Apprentice
 
Posts: 27
Joined: Wed Jul 30, 2014 11:28 am

Re: Running error - need help pls.

Postby HunabKu » Tue Feb 10, 2015 1:54 pm

The whole world knows me here for the help I bring. I do not need and DoL're not someone like Iqui to insult my knowledge and integrity.
And if i want to ignore your post i go out, i don't respond ....
Last edited by HunabKu on Wed Feb 11, 2015 6:53 am, edited 1 time in total.
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Running error - need help pls.

Postby Xanth » Tue Feb 10, 2015 9:50 pm

i think this thread needs to be closed and joku needs to be kicked from dol after this action, wtf who insult one who was trying to help, if u insulted me too here i would not just report u for being a kid, i would ddos your server(joke)...
User avatar
Xanth
DOL Acolyte
 
Posts: 141
Joined: Tue Sep 30, 2014 7:01 pm
Location: Germany

Re: Running error - need help pls.

Postby HunabKu » Wed Feb 11, 2015 6:55 am

+1 for ip and account ban.
DoL works thanks to the community and probably did not need kids such as Joku.
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Running error - need help pls.

Postby Joku » Wed Feb 11, 2015 7:09 am

i think this thread needs to be closed and joku needs to be kicked from dol after this action, wtf who insult one who was trying to help, if u insulted me too here i would not just report u for being a kid, i would ddos your server(joke)...
aye, Xanth - if you dont know whats going on right here, just stfu. please, and let the adults discuss till the end.
-by the way, your "GM Apply", is of course, therefore invalid ;) (no-joke)

and just as addition and final sentence for you guys, if you feel personally attacked from my postings - Get a live! -
i neither abused anybody, nor shown bad language, or said anything bad about your knowledge (in HunabKu`s case)
so i just stood my personal opinion for this dying "open-source community".

ps.: and if anyone has to be kicked, in my opinion it should be ppl. who announe a DDos-attack on a forum, scumbag.
Joku
DOL Apprentice
 
Posts: 27
Joined: Wed Jul 30, 2014 11:28 am

Re: Running error - need help pls.

Postby HunabKu » Wed Feb 11, 2015 7:53 am

if u insulted me too here i would not just report u for being a kid, i would ddos your server(joke)...
For the I personally took that as of humor not as a threat.

I tried to help you and you insult directly me.
Xanth helped you and you consider he's the kid you are.
Be sure you have not a place in this community. The forum Masters will decide, i just gave my opinion.

In any case, this is a shame for DoL Community
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am


Return to “%s” Support

Who is online

Users browsing this forum: No registered users and 0 guests