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

User Tag List

Page 21 of 351 FirstFirst ... 17181920212223242571121 ... LastLast
Results 301 to 315 of 5265
  1. #301
    beachgod1's Avatar Member
    Reputation
    2
    Join Date
    Oct 2021
    Posts
    9
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Uploaded a new version, please download it from the first post. All the offsets are fixed other than 1 critical one (ServerData offset) which is required by the flask manager.
    Flask manager will not work, if you try to make it work, it will do weird things. I would recommend turning off. Radar should work 100%, preload alert should work 100%.

    if you like my work, please donate, all donation links are in the first post. Thanks! This league was a bit tough since 50% of my tools broke and GGG did some major changes to their game objects. Again, sorry for the delay.
    Thanks for slugging through the tough update for us zaafar.. much appreciated!

    GameHelper: A light version of PoeHUD/Exile-Api
  2. Thanks GameHelper (1 members gave Thanks to beachgod1 for this useful post)
  3. #302
    sweeb's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    35
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you run this the same way as HUD? nothing happend after i click the exe and run as admin

  4. #303
    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 sweeb View Post
    Do you run this the same way as HUD? nothing happend after i click the exe and run as admin
    Check if there is an error log file in the GameHelper folder. Also, make sure you follow the instructions from first post. Thanks!

  5. #304
    Breached's Avatar Active Member
    Reputation
    23
    Join Date
    Dec 2017
    Posts
    86
    Thanks G/R
    3/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Uploaded a new version, please download it from the first post. All the offsets are fixed other than 1 critical one (ServerData offset) which is required by the flask manager.
    Flask manager will not work, if you try to make it work, it will do weird things. I would recommend turning off. Radar should work 100%, preload alert should work 100%.

    if you like my work, please donate, all donation links are in the first post. Thanks! This league was a bit tough since 50% of my tools broke and GGG did some major changes to their game objects. Again, sorry for the delay.
    Hey man. Thanks for smashing through updating it all for us.

    Just wondering if you could advise on my issue at all sorry? It was 6 posts above so not sure if you just missed it or didn't have any suggestions. Not to worry if you don't though, I know you're busy ha. Will quote it below too:

    Originally Posted by Breached View Post
    Hey Zaafar ,

    And fellow Exiles of course XD.

    Great work on getting it updated, Zaafar, GG man. Thank you.

    Having a little issue with mine though, hoping you might get a chance to help. I've redownloaded and put the files in folder 3 times to make sure too.

    Here are the Error.log entries:

    Code:
    23/10/2021 00:12 Program exited with message:
     System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
     ---> System.UnauthorizedAccessException: Access to the path 'D:\Users\Gazza732\OneDrive\Documents\Gaming\Recipe Container\New Recipes\preload_dumps' is denied.
       at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
       at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
       at System.IO.StreamWriter.ValidateArgsAndOpenPath(String path, Boolean append, Encoding encoding, Int32 bufferSize)
       at System.IO.StreamWriter..ctor(String path)
       at System.IO.File.WriteAllText(String path, String contents)
       at GameHelper.RemoteObjects.LoadedFiles.ToImGui() in D:\a\GameOverlay\GameOverlay\GameHelper\RemoteObjects\LoadedFiles.cs:line 81
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at GameHelper.Core.RemoteObjectsToImGuiCollapsingHeader() in D:\a\GameOverlay\GameOverlay\GameHelper\Core.cs:line 160
       at GameHelper.Ui.DataVisualization.DataVisualizationRenderCoRoutine()+MoveNext() in D:\a\GameOverlay\GameOverlay\GameHelper\Ui\DataVisualization.cs:line 79
       at Coroutine.ActiveCoroutine.MoveNext()
       at Coroutine.ActiveCoroutine.OnEvent(Event evt)
       at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
       at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
       at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 78
       at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken cancellationToken)
       at ClickableTransparentOverlay.Overlay.<Start>b__11_0()
       at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__139_1(Object state)
       at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    ------------------------------
    Thanks in advance

    EDIT:

    Oh, and the issue is, its pretty much not working at all. Not displaying anything, not hitting flasks, preloads etc.
    It does seem to read some information though having a look at the Data Visualization window but a lot is showing as like "0".

  6. #305
    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)
    It looks like you tired to dump the preload on some location and that failed due to disk access issue. Try downloading the latest version and also dumping preload in a different location ( desktop maybe ).


    I got multiple reports that preload alert and radar is working. Are you using some other client? E.g. epic, steam version? What’s the error msg you get, other than the one you shared above? Make sure you don’t start Cheat engine before starting GameHelper. Also restart the computer, just start game + game helper, once you see radar working then use CE.
    Last edited by GameHelper; 10-22-2021 at 07:27 PM.

  7. Thanks Breached (1 members gave Thanks to GameHelper for this useful post)
  8. #306
    stephen1617's Avatar Active Member
    Reputation
    40
    Join Date
    Oct 2010
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im having some trouble getting the maphack to work in game it shows when the game is minimized but not when the game is open

    also when i click in the game it minimizes the game

  9. #307
    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 stephen1617 View Post
    Im having some trouble getting the maphack to work in game it shows when the game is minimized but not when the game is open

    also when i click in the game it minimizes the game
    Hmm, that’s the first time I heard that issue. If you click the game, it minimizes the game? Sounds like a graphic driver issue.

    Was it working in 3.15? I mean before the league start?

  10. Thanks Breached (1 members gave Thanks to GameHelper for this useful post)
  11. #308
    Breached's Avatar Active Member
    Reputation
    23
    Join Date
    Dec 2017
    Posts
    86
    Thanks G/R
    3/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    It looks like you tired to dump the preload on some location and that failed due to disk access issue. Try downloading the latest version and also dumping preload in a different location ( desktop maybe ).


    I got multiple reports that preload alert and radar is working. Are you using some other client? E.g. epic, steam version? What’s the error msg you get, other than the one you shared above? Make sure you don’t start Cheat engine before starting GameHelper. Also restart the computer, just start game + game helper, once you see radar working then use CE.
    Excellent, thanks for the suggestions man.

    Will try the restart first because I've done fresh installs of it since then that don't work but don't give errors and if that fixes it, consider me an idiot for not thinking of it in the first place ha.

    Thanks again man.

  12. #309
    stephen1617's Avatar Active Member
    Reputation
    40
    Join Date
    Oct 2010
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Hmm, that’s the first time I heard that issue. If you click the game, it minimizes the game? Sounds like a graphic driver issue.
    well its where the menu for gamehelper should be it will minimize the game hitting f12 dosnt make it show in game only if games minimized

    all drivers are up to date as of today

  13. #310
    Breached's Avatar Active Member
    Reputation
    23
    Join Date
    Dec 2017
    Posts
    86
    Thanks G/R
    3/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    It looks like you tired to dump the preload on some location and that failed due to disk access issue. Try downloading the latest version and also dumping preload in a different location ( desktop maybe ).


    I got multiple reports that preload alert and radar is working. Are you using some other client? E.g. epic, steam version? What’s the error msg you get, other than the one you shared above? Make sure you don’t start Cheat engine before starting GameHelper. Also restart the computer, just start game + game helper, once you see radar working then use CE.
    Yup, you the man XD. Restart fixed the issue ha. Should have tried that from the get go but I didn't pay any attention to the fact I hadn't restarted it since ha. Should I avoid telling you I'm actually an IT Support Technician? Not in this side with game stuff but not the point ha *facepalm*.

    Thanks again, appreciate your time .

  14. Thanks GameHelper (1 members gave Thanks to Breached for this useful post)
  15. #311
    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 stephen1617 View Post
    well its where the menu for gamehelper should be it will minimize the game hitting f12 dosnt make it show in game only if games minimized

    all drivers are up to date as of today
    are you running game on full-screen? please never do that.

  16. Thanks Breached (1 members gave Thanks to GameHelper for this useful post)
  17. #312
    sweeb's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    35
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Check if there is an error log file in the GameHelper folder. Also, make sure you follow the instructions from first post. Thanks!
    it is in its own folder in the same dirc that i have my HUD in and there is no error file. when i click the exe nothing happens tried runing as admin still nothing. DL and unpacked 3 times now. not sure what im missing,

  18. #313
    stephen1617's Avatar Active Member
    Reputation
    40
    Join Date
    Oct 2010
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    are you running game on full-screen? please never do that.
    RIP IM AN IDIOT lol thanks working good now

  19. #314
    Breached's Avatar Active Member
    Reputation
    23
    Join Date
    Dec 2017
    Posts
    86
    Thanks G/R
    3/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stephen1617 View Post
    RIP IM AN IDIOT lol thanks working good now
    You and me both, my friend XD.

  20. #315
    springofcrime's Avatar Member
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    16
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by botelho View Post
    It looks like this is a you problem. Read the excelent, with pictures, super complete tutorial, with the added FAQ. There isnt anything hard at all, as long as you actually read the main post.
    I did, and it's not easy - by any stretch of the imagination. Compare it with the east of ExileAPI.. Just trying to give OP some constructive criticism. Either way, the HUD is much appreciated while exileapi is down.

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 01:53 AM. 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