PoEHUD Overlay Updated menu

User Tag List

Page 41 of 461 FirstFirst ... 37383940414243444591141 ... LastLast
Results 601 to 615 of 6913
  1. #601
    Bankageddon's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting a scripting error after running it for ~10 mins, and nothing works even when its grey.

    PoEHUD Overlay Updated
  2. #602
    ?arac Alexandar's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Redownload hud and reinstal things needed to run it. (find them in 1st post)
    Do not run the game in fullscreen mode

    "Scripting error" and "nothing works" isnt helpfull.
    Take a screenshots and post them

  3. #603
    Bankageddon's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PoEHUD Overlay Updated-error-jpg

    I keep getting this. I have the updated NET 4.0, and I downloaded the required items.

  4. #604
    ?arac Alexandar's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try with net framework fix tool (NetFxRepairTool)
    Or just uninstal and delete everything related,than dload 4.5 + slim dx
    Last edited by ?arac Alexandar; 03-02-2015 at 07:35 PM.

  5. #605
    Bankageddon's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe I installed the HUD wrong.. idk?
    PoEHUD Overlay Updated-zippp-jpg
    i clicked that, and installed whatever. Did I do that part wrong?

  6. #606
    Bankageddon's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Because I just repaired/checked both my NET and my Slim dx and nothing was wrong, and I am still having the same issue.

  7. #607
    ?arac Alexandar's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can u please dload net fw 4.5? U said u have v4
    If that doesnt help,than i really cant help and u gotta wait for someone else

  8. #608
    harripgof's Avatar Member
    Reputation
    1
    Join Date
    Feb 2015
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bankageddon View Post
    Because I just repaired/checked both my NET and my Slim dx and nothing was wrong, and I am still having the same issue.
    Try delete file \config\settings.json and then run hud again. its help me.

  9. #609
    UnDrac's Avatar Member
    Reputation
    2
    Join Date
    Jan 2015
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It looks like some GUI stuff are jumbled on the bottom right corner, I see item alert there too ... could be wrong version of HUD

    Wait for it to get updated to the latest version of POE before attempting to use it any further.

  10. #610
    BipolarBearr's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Taskbar shortcut to PoeHud

    Just thought I'd share something. I'm a pretty lazy dude, so I hated going into the folder every time I wanted to run the program, and you can't make a shortcut to it cause the file name changes! lol...

    I made a batch file. Just type this into a .txt file and rename it to whatever.bat

    Code:
    @echo off
    for %%v in ("C:\Users\Andrew\Desktop\PoeHud-master\*.exe") do start "" "%%~v"
    Obviously rename that so it leads towards the PoeHud directory. Don't just copy this word for word.

    On top of that, you can't pin batch files to the taskbar! So you need to make a shortcut to the batch file! So right click it, make a shortcut. Right click the shortcut and go to properties and rename the target to
    Code:
    cmd.exe /C "path-to-your-batch"
    . So mine looks like
    Code:
    cmd.exe /C "C:\Users\Andrew\Desktop\PoeHud-master\1.bat"
    Now you can FINALLY drag that onto your taskbar. Now no matter how many times the .exe renames itself, just click the shortcut on your taskbar :P Oh yea, also make sure you place the batch file inside the PoeHud folder, and make sure there are no other .exe files in the folder.

    Cheers to all the lazy folks like me out there.
    Last edited by BipolarBearr; 03-06-2015 at 09:49 AM.

  11. #611
    Rol's Avatar Member
    Reputation
    2
    Join Date
    Feb 2015
    Posts
    147
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BipolarBearr View Post
    I'm a pretty lazy dude, so I hated going into the folder every time I wanted to run the program, and you can't make a shortcut to it cause the file name changes!
    Great tnx, BipolarBearr. I knew that I should write a *.bat file in order to run Hud properly from the taskbar. But I was too lazy to write it so that I constantly postponed it. Thank U.

  12. #612
    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 BipolarBearr View Post
    Just thought I'd share something. I'm a pretty lazy dude, so I hated going into the folder every time I wanted to run the program, and you can't make a shortcut to it cause the file name changes! lol...

    I made a batch file. Just type this into a .txt file and rename it to whatever.bat

    Code:
    @echo off
    for %%v in ("C:\Users\Andrew\Desktop\PoeHud-master\*.exe") do start "" "%%~v"
    Obviously rename that so it leads towards the PoeHud directory. Don't just copy this word for word.

    On top of that, you can't pin batch files to the taskbar! So you need to make a shortcut to the batch file! So right click it, make a shortcut. Right click the shortcut and go to properties and rename the target to
    Code:
    cmd.exe /C "path-to-your-batch"
    . So mine looks like
    Code:
    cmd.exe /C "C:\Users\Andrew\Desktop\PoeHud-master\1.bat"
    Now you can FINALLY drag that onto your taskbar. Now no matter how many times the .exe renames itself, just click the shortcut on your taskbar :P Oh yea, also make sure you place the batch file inside the PoeHud folder, and make sure there are no other .exe files in the folder.

    Cheers to all the lazy folks like me out there.
    Is not working for me...there is no "v" anywhere to find, so i changed to this :

    @echo off
    for %%i in (*.exe) do start "C:\Users\me\Documents\Visual Studio 2013\Projects\PoeHud-master\*.exe" /b "%%i"

    Now it's working.
    Thanks for the wake up

  13. #613
    andreluizlpg's Avatar Member
    Reputation
    11
    Join Date
    Aug 2012
    Posts
    48
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well, im having a problem using this program on my notebook, when i run it, the monsters location are desync with the game, but when i put in a external monitor it works.

    anyone can help me??? thanks

  14. #614
    xxJoKeRoNexx's Avatar Member
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys,
    is it possible that the hud isnt optimized for 21:9 screens with high resolution?
    everything works fine for me except, that all display functions are shifted to the right and "outside" of my screen.
    can i fix this?

  15. #615
    darktuga's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    after using the HUD and closing the game it will still keep and after i force it to shut , it will change name and aint work

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 05:58 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