PoEHUD Overlay Updated menu

Shout-Out

User Tag List

Page 139 of 461 FirstFirst ... 3989135136137138139140141142143189239 ... LastLast
Results 2,071 to 2,085 of 6913
  1. #2071
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Silent_Warrior View Post
    hmm... there're still some crashes sometimes:
    Code:
    ************** Текст исключения **************
    System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
       в PoeHUD.Poe.Elements.InventoryItemIcon.GetToolTipType()
       в PoeHUD.Poe.Elements.InventoryItemIcon.get_ToolTipType()
       в PoeHUD.Poe.Elements.InventoryItemIcon.get_Tooltip()
       в PoeHUD.Hud.AdvancedTooltip.AdvancedTooltipPlugin.Render()
       в PoeHUD.Hud.ExternalOverlay.<>c.<OnRender>b__15_0(IPlugin x)
       в System.Collections.Generic.List`1.ForEach(Action`1 action)
       в PoeHUD.Hud.ExternalOverlay.OnRender()
       в PoeHUD.Framework.Helpers.ActionHelper.SafeInvoke(Action action)
       в PoeHUD.Hud.UI.Graphics.RenderLoop()
       в PoeHUD.Hud.ExternalOverlay.<OnLoad>b__14_0()
       в System.Threading.Tasks.Task.InnerInvoke()
       в System.Threading.Tasks.Task.Execute()
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
       в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       в System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
       в PoeHUD.Hud.ExternalOverlay.<OnLoad>d__14.MoveNext()
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
       в System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
    Yes, there are, here and there...luckily we can use all skills when this happens, and just endTask from Task Manager, then reopen the hud. Magically, all is fine after that, even if you don't pick any item from ground. What can trigger the error when things are dropped, but after reloading the hud, all is fine...!?
    Last edited by vmv; 12-30-2015 at 12:05 PM.

    PoEHUD Overlay Updated
  2. #2072
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no, it's not fine if i pick the same thing that bring the error)
    i don't use alternative method and using border if this helps... last crash bring the blue map
    Last edited by Silent_Warrior; 12-30-2015 at 12:32 PM.

  3. #2073
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Silent_Warrior View Post
    no, it's not fine if i pick the same thing that bring the error)
    i don't use alternative method and using border if this helps... last crash bring the blue map
    Last crash has given you a "Blue Screen of Death (BSOD)" ..computer restart ??

  4. #2074
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by vmv View Post
    Last crash has given you a "Blue Screen of Death (BSOD)" ..computer restart ??
    I think he was saying the last item that caused the crash was a blue map. I think he's still using the version with item levels and advanced tooltip on ground items, which we know crashes.

  5. #2075
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    I think he was saying the last item that caused the crash was a blue map. I think he's still using the version with item levels and advanced tooltip on ground items, which we know crashes.
    He doesn't use a filter, but old method with crafting base...
    I am using a filter and i have the same problem. Random crashes..out of nowhere....with only 1 item dropped, picked after restarted the hud and nothing happen...really weird.
    Can't be a code function, that will always crash. I think it's something with the offsets.

  6. #2076
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    Last crash has given you a "Blue Screen of Death (BSOD)" ..computer restart ??
    ermm, no, standard .NET crash of hud
    Originally Posted by TehCheat View Post
    I think he was saying the last item that caused the crash was a blue map. I think he's still using the version with item levels and advanced tooltip on ground items, which we know crashes.
    now, i'm using the latest version by vmv on github...
    btw, now the crash appears when i moved and clicked mouse on chaos orb...
    Code:
    ************** Текст исключения **************
    System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
       в PoeHUD.Poe.Elements.InventoryItemIcon.GetToolTipType()
       в PoeHUD.Poe.Elements.InventoryItemIcon.get_ToolTipType()
       в PoeHUD.Poe.Elements.InventoryItemIcon.get_Tooltip()
       в PoeHUD.Hud.AdvancedTooltip.AdvancedTooltipPlugin.Render()
       в PoeHUD.Hud.ExternalOverlay.<>c.<OnRender>b__15_0(IPlugin x)
       в System.Collections.Generic.List`1.ForEach(Action`1 action)
       в PoeHUD.Hud.ExternalOverlay.OnRender()
       в PoeHUD.Framework.Helpers.ActionHelper.SafeInvoke(Action action)
       в PoeHUD.Hud.UI.Graphics.RenderLoop()
       в PoeHUD.Hud.ExternalOverlay.<OnLoad>b__14_0()
       в System.Threading.Tasks.Task.InnerInvoke()
       в System.Threading.Tasks.Task.Execute()
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
       в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       в System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
       в PoeHUD.Hud.ExternalOverlay.<OnLoad>d__14.MoveNext()
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
       в System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
    Last edited by Silent_Warrior; 12-30-2015 at 03:41 PM.

  7. #2077
    IcemanSR's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    75
    Thanks G/R
    30/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    new t1 talisman
    Code:
    Metadata/Monsters/Daemon/TalismanT1AttackAuras
    increased attack damage
    Last edited by IcemanSR; 12-30-2015 at 10:21 PM.

  8. #2078
    datz's Avatar Active Member
    Reputation
    23
    Join Date
    Aug 2013
    Posts
    538
    Thanks G/R
    170/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not sure why but i reformatted my comp and now when i start the shortcut.bat file it opens 1209-32013940182934809 programs and files and forces me to restart my comp so it doesnt explode anyone no why its doin that now?

  9. #2079
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by datz View Post
    not sure why but i reformatted my comp and now when i start the shortcut.bat file it opens 1209-32013940182934809 programs and files and forces me to restart my comp so it doesnt explode anyone no why its doin that now?
    You should keep the hud in one folder,...not on desktop . The shortcut command is to open any .exe file from where is located.

  10. #2080
    arthemis1er's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not being a programmer, i have a silly idea.
    Is it possible to copy all the memory assigned to a process without the process knowing about it ?

  11. #2081
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Well, Happy New Year to everyone !!!
    Let's hope for something equal or even better then what we had last year,

  12. Thanks doragon, SickBro (2 members gave Thanks to vmv for this useful post)
  13. #2082
    pthnmj's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    26
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Happy New Years...

    Of all the HUD's this is the only one that has a 1/51 detection hmmm can you tell me what could be throwing a false positive?

    And another thing... after about 30 minutes or so I get a remoteObject error and have to reopen the program...

  14. #2083
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pthnmj View Post
    Happy New Years...

    Of all the HUD's this is the only one that has a 1/51 detection hmmm can you tell me what could be throwing a false positive?

    And another thing... after about 30 minutes or so I get a remoteObject error and have to reopen the program...
    What 1/51 detection ...what does it missing ?

  15. #2084
    gulba's Avatar Member
    Reputation
    8
    Join Date
    Mar 2012
    Posts
    36
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Silent_Warrior View Post
    ermm, no, standard .NET crash of hud

    now, i'm using the latest version by vmv on github...
    btw, now the crash appears when i moved and clicked mouse on chaos orb...
    Code:
    ************** Текст исключения **************
    System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
       в PoeHUD.Poe.Elements.InventoryItemIcon.GetToolTipType()
       в PoeHUD.Poe.Elements.InventoryItemIcon.get_ToolTipType()
       в PoeHUD.Poe.Elements.InventoryItemIcon.get_Tooltip()
       в PoeHUD.Hud.AdvancedTooltip.AdvancedTooltipPlugin.Render()
       в PoeHUD.Hud.ExternalOverlay.<>c.<OnRender>b__15_0(IPlugin x)
       в System.Collections.Generic.List`1.ForEach(Action`1 action)
       в PoeHUD.Hud.ExternalOverlay.OnRender()
       в PoeHUD.Framework.Helpers.ActionHelper.SafeInvoke(Action action)
       в PoeHUD.Hud.UI.Graphics.RenderLoop()
       в PoeHUD.Hud.ExternalOverlay.<OnLoad>b__14_0()
       в System.Threading.Tasks.Task.InnerInvoke()
       в System.Threading.Tasks.Task.Execute()
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
       в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       в System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
       в PoeHUD.Hud.ExternalOverlay.<OnLoad>d__14.MoveNext()
    --- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
       в System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
    I just started using the Hud for the first time and got the same error shortly after using, so I decided to have a quick look at the Code. After changing a Code line which is think could be the Isssue, my internet was gone for the last 10h thanks to my great ISP Im currently testing it with the change and no error yet.

  16. #2085
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gulba View Post
    I just started using the Hud for the first time and got the same error shortly after using, so I decided to have a quick look at the Code. After changing a Code line which is think could be the Isssue, my internet was gone for the last 10h thanks to my great ISP Im currently testing it with the change and no error yet.
    Awesome, thank you for your help

Similar Threads

  1. [Release] PoeHUD - Overlay for Path of Exile
    By Coyl in forum PoE Bots and Programs
    Replies: 1870
    Last Post: 01-27-2015, 02:28 AM
  2. [Tool] Exp per hour overlay (needs offset update)
    By moustache in forum PoE Bots and Programs
    Replies: 15
    Last Post: 11-08-2013, 09:00 PM
  3. Site updates 6/19/2006
    By Matt in forum OC News
    Replies: 1
    Last Post: 06-19-2006, 08:48 AM
  4. Updated(FuxxoZ|WoWGlider)
    By ih8blizz in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 06-16-2006, 09:24 PM
  5. New Update on the Patch!
    By Dwarpy in forum World of Warcraft General
    Replies: 1
    Last Post: 05-22-2006, 12:50 AM
All times are GMT -5. The time now is 01:07 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search