GameHelper: A light version of PoeHUD/Exile-Api menu

User Tag List

Page 278 of 351 FirstFirst ... 178228274275276277278279280281282328 ... LastLast
Results 4,156 to 4,170 of 5265
  1. #4156
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by suzimia View Post
    Hey there's something wrong with your tool and Jungle valley. I set Gamehelper to close on exit of the game but everytime i enter jungle valley it closes (process terminated). As long as I'm in the map GameHelper keeps crashing
    Share error log file
    If I did not reply to you, it mean the question you are asking is stupid.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #4157
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by hacker143 View Post
    IS their any other animation option for Mark?
    when i cast mark it detects as AOEspell but i have my main skill which is AOE too and it conflicts.

    is their any other way aside from AOEspell animation? as mark is single target
    Maybe use the skill cooldown as well? E.g. if AOEspell and mark skill goes into cooldown then do xyz…I don’t use mark or aoe skill, so no idea.
    If I did not reply to you, it mean the question you are asking is stupid.

  3. #4158
    clozer's Avatar Member
    Reputation
    10
    Join Date
    Mar 2016
    Posts
    61
    Thanks G/R
    17/9
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    Can you walk me through the steps you took in order to reach this state? Is this repeatable? Help me reproduce this issue please.
    Settings are not saved if GH crashes or you don't quit it properly(for example you shut down your pc while it's still running).

    I found myself to just always quit GH and restart after I changed anything in the settings to make sure it's always saved.

  4. #4159
    miracle1's Avatar Active Member
    Reputation
    38
    Join Date
    Jun 2014
    Posts
    270
    Thanks G/R
    114/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Duplicate" button in flask setup would be such a QoL, please!

  5. Thanks GameHelper (1 members gave Thanks to miracle1 for this useful post)
  6. #4160
    suzimia's Avatar Member
    Reputation
    3
    Join Date
    Aug 2020
    Posts
    41
    Thanks G/R
    8/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    Share error log file
    Code:
    21-12-2023 12:42 PM Program exited with message:
     SharpGen.Runtime.SharpGenException: HRESULT: [0x80070057], Module: [General], ApiCode: [E_INVALIDARG/Invalid arguments], Message: [The parameter is incorrect.
    ]
       at SharpGen.Runtime.Result.ThrowFailureException()
       at Vortice.Direct3D11.ID3D11Device.CreateTexture2D(Texture2DDescription desc, Void* initialData)
       at Vortice.Direct3D11.ID3D11Device.CreateTexture2D(Texture2DDescription description, SubresourceData[] initialData)
       at ClickableTransparentOverlay.ImGuiRenderer.CreateImageTexture(Image`1 image, Format format)
       at ClickableTransparentOverlay.Overlay.AddOrGetImagePointer(String name, Image`1 image, Boolean srgb, IntPtr& handle)
       at Radar.Radar.GenerateMapTexture() in D:\a\GameOverlay\GameOverlay\Radar\Radar.cs:line 990
       at Radar.Radar.ClearCachesAndUpdateAreaInfo()+MoveNext() in D:\a\GameOverlay\GameOverlay\Radar\Radar.cs:line 863
       at Coroutine.ActiveCoroutine.MoveNext()
       at Coroutine.ActiveCoroutine.OnEvent(Event evt)
       at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
       at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
       at Coroutine.CoroutineHandlerInstance.InvokeLaterImpl(Wait wait, Action action)+MoveNext()
       at Coroutine.ActiveCoroutine.MoveNext()
       at Coroutine.ActiveCoroutine.Tick(Double deltaSeconds)
       at Coroutine.CoroutineHandlerInstance.<>c__DisplayClass15_0.<Tick>b__0(ActiveCoroutine c)
       at System.Collections.Generic.List`1.RemoveAll(Predicate`1 match)
       at Coroutine.CoroutineHandlerInstance.Tick(Double deltaSeconds)
       at Coroutine.CoroutineHandler.Tick(Double deltaSeconds)
       at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 93
       at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken token)
       at ClickableTransparentOverlay.Overlay.<Start>b__22_0()
       at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
    ------------------------------
    Edit: Occurs on both v178 and v167. Latest preloads/tgt files (Dec 10)
    Last edited by suzimia; 12-21-2023 at 10:36 PM.

  7. #4161
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by suzimia View Post
    Code:
    21-12-2023 12:42 PM Program exited with message:
     SharpGen.Runtime.SharpGenException: HRESULT: [0x80070057], Module: [General], ApiCode: [E_INVALIDARG/Invalid arguments], Message: [The parameter is incorrect.
    ]
       at SharpGen.Runtime.Result.ThrowFailureException()
       at Vortice.Direct3D11.ID3D11Device.CreateTexture2D(Texture2DDescription desc, Void* initialData)
       at Vortice.Direct3D11.ID3D11Device.CreateTexture2D(Texture2DDescription description, SubresourceData[] initialData)
       at ClickableTransparentOverlay.ImGuiRenderer.CreateImageTexture(Image`1 image, Format format)
       at ClickableTransparentOverlay.Overlay.AddOrGetImagePointer(String name, Image`1 image, Boolean srgb, IntPtr& handle)
       at Radar.Radar.GenerateMapTexture() in D:\a\GameOverlay\GameOverlay\Radar\Radar.cs:line 990
       at Radar.Radar.ClearCachesAndUpdateAreaInfo()+MoveNext() in D:\a\GameOverlay\GameOverlay\Radar\Radar.cs:line 863
       at Coroutine.ActiveCoroutine.MoveNext()
       at Coroutine.ActiveCoroutine.OnEvent(Event evt)
       at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
       at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
       at Coroutine.CoroutineHandlerInstance.InvokeLaterImpl(Wait wait, Action action)+MoveNext()
       at Coroutine.ActiveCoroutine.MoveNext()
       at Coroutine.ActiveCoroutine.Tick(Double deltaSeconds)
       at Coroutine.CoroutineHandlerInstance.<>c__DisplayClass15_0.<Tick>b__0(ActiveCoroutine c)
       at System.Collections.Generic.List`1.RemoveAll(Predicate`1 match)
       at Coroutine.CoroutineHandlerInstance.Tick(Double deltaSeconds)
       at Coroutine.CoroutineHandler.Tick(Double deltaSeconds)
       at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 93
       at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken token)
       at ClickableTransparentOverlay.Overlay.<Start>b__22_0()
       at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
    ------------------------------
    Edit: Occurs on both v178 and v167. Latest preloads/tgt files (Dec 10)
    few ppl have reported this error, unfortunately i couldn't reproduce it on my side so i have no clue on how to fix it....i just wish it happen to me one day so i can fix it.
    If I did not reply to you, it mean the question you are asking is stupid.

  8. #4162
    EthEth's Avatar Contributor Authenticator enabled
    Reputation
    81
    Join Date
    Aug 2016
    Posts
    117
    Thanks G/R
    76/67
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by guilhermera View Post
    Does anyone know a way to make a condition to cast Blade Vortex only after you have all the Unleash Support seals?
    You will find my proposition how to do it im PM.

    Originally Posted by guidecc1 View Post
    any plugin to detect unidentified headhunter\mageblood on ground?
    First thing: this tool is as compact as possible to have lightning fast leaguestart / patch update. No additional plugins beyond what you have here will be (probably?) added. As for the plugin you are looking for - to my knowledge - there is no PUBLIC addon like this. My suggestion is to use good item filter that will - for example - mark unique belts on given type on the map and ring the bell.

  9. Thanks GameHelper (1 members gave Thanks to EthEth for this useful post)
  10. #4163
    guidecc1's Avatar Member
    Reputation
    1
    Join Date
    Feb 2022
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there are ~20+ plugins u can add to this tool, that what im talking about. ofc i have loot filter, but I have around 50-100 unique leather and heavy belts every map, and I dont want to check all of them

  11. #4164
    gaucetank's Avatar Member
    Reputation
    1
    Join Date
    Feb 2022
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey! I have a question about adding POIs to radar, is it possible to add map features like Metadata/Terrain/Leagues/Azmeri/Objects/Spawners/Harvest_Scale_Tier_03 to it? So that it is highlighted. I understand preload is a bit fuckywucky and basically preloads it every map, I was wondering if I could somehow have these terrain features highlighted on the radar the same way NPCs are in there.

  12. #4165
    csuhak's Avatar Member
    Reputation
    1
    Join Date
    Apr 2023
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any posibility to add wisps to maphack?

  13. #4166
    suzimia's Avatar Member
    Reputation
    3
    Join Date
    Aug 2020
    Posts
    41
    Thanks G/R
    8/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    few ppl have reported this error, unfortunately i couldn't reproduce it on my side so i have no clue on how to fix it....i just wish it happen to me one day so i can fix it.
    Could it be because of the rendering engine - dx11/12/vulkan? Im on dx12 btw

  14. #4167
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by gaucetank View Post
    Hey! I have a question about adding POIs to radar, is it possible to add map features like Metadata/Terrain/Leagues/Azmeri/Objects/Spawners/Harvest_Scale_Tier_03 to it? So that it is highlighted. I understand preload is a bit fuckywucky and basically preloads it every map, I was wondering if I could somehow have these terrain features highlighted on the radar the same way NPCs are in there.
    Yes you can, Settings -> Radar -> POI -> add it there.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #4168
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by csuhak View Post
    Any posibility to add wisps to maphack?
    Work in progress
    If I did not reply to you, it mean the question you are asking is stupid.

  16. #4169
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by suzimia View Post
    Could it be because of the rendering engine - dx11/12/vulkan? Im on dx12 btw
    I am on DX12 as well.
    What about other settings? Texture size etc? I am everything lowest/off to focus on performance.
    If I did not reply to you, it mean the question you are asking is stupid.

  17. #4170
    gudwls12's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't eat flasks plz

Similar Threads

  1. "Light" Version of PoE HUD
    By deimudda69 in forum Path of Exile
    Replies: 41
    Last Post: 01-04-2020, 09:44 PM
  2. Replies: 34
    Last Post: 12-14-2019, 11:08 AM
  3. US version of TBC needed
    By Victor in forum World of Warcraft General
    Replies: 0
    Last Post: 01-16-2007, 05:08 AM
  4. Cracked version of Fraps?
    By Amedis in forum Community Chat
    Replies: 36
    Last Post: 12-04-2006, 12:00 AM
  5. new version of Studio
    By wrigley in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 12-02-2006, 06:35 PM
All times are GMT -5. The time now is 11:12 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