Maybe we will not deal with bullshit, and wait for the main developer HvC?
Maybe we will not deal with bullshit, and wait for the main developer HvC?
Don't go all heroic. There is no bullshit, everyone just wants it badly, some allrdy managed to make it work, I doubt HvC will go mad if someone posted a temp solution that can be used by the people with no programing skils.
compiled exe
http://www.filedropper.com/poehud_1
just keep getting unhandled exceptions
************** Exception Text **************
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
at PoeHUD.Hud.Loot.ItemAlertPlugin.Render()
at PoeHUD.Hud.ExternalOverlay.<OnRender>b__12(IPlugin x)
at System.Collections.Generic.List`1.ForEach(Action`1 action)
at PoeHUD.Hud.ExternalOverlay.OnRender()
at PoeHUD.Framework.Helpers.ActionHelper.SafeInvoke(Action action)
at PoeHUD.Hud.UI.Graphics.RenderLoop()
at PoeHUD.Hud.ExternalOverlay.<OnLoad>b__b()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at PoeHUD.Hud.ExternalOverlay.<OnLoad>d__c.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
any help with this greatly appreciated
edit/ seems i've fixed with a quick rename of the file from the random name it spit out
edit2/ nvm still need help the rename didn't fix it.
Last edited by Slayerofasz; 02-18-2015 at 07:30 AM.
Getting this error:
************** Ausnahmetext **************
System.ArgumentException: Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt.
bei System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
bei System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
bei System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
bei PoeHUD.Hud.Loot.ItemAlertPlugin.Render()
bei PoeHUD.Hud.ExternalOverlay.<OnRender>b__12(IPlugin x)
bei System.Collections.Generic.List`1.ForEach(Action`1 action)
bei PoeHUD.Hud.ExternalOverlay.OnRender()
bei PoeHUD.Framework.Helpers.ActionHelper.SafeInvoke(Action action)
bei PoeHUD.Hud.UI.Graphics.RenderLoop()
bei PoeHUD.Hud.ExternalOverlay.<OnLoad>b__b()
bei System.Threading.Tasks.Task.InnerInvoke()
bei System.Threading.Tasks.Task.Execute()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
bei PoeHUD.Hud.ExternalOverlay.<OnLoad>d__c.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
Yes same error. After dropped a item it's throwing that error. Rare/Currency doesn't matter. Something wrong with itemalert function.
An offset is not good on ItemAlert...
dont use item alert!
we need new offsets for that![]()
Think i've fixed item alert.
Someone try it out
http://www.filedropper.com/poehud_2