ExileApi (Old POEHUD) Overlay for Path of Exile menu

User Tag List

Page 25 of 78 FirstFirst ... 21222324252627282975 ... LastLast
Results 361 to 375 of 1160
  1. #361
    hahahalol22's Avatar Member
    Reputation
    4
    Join Date
    Mar 2019
    Posts
    54
    Thanks G/R
    6/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    use my build.
    Same error with your build tho friend. Idk how to fix :x
    some core errors

    ExileApi (Old POEHUD) Overlay for Path of Exile
  2. #362
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hahahalol22 View Post
    Same error with your build tho friend. Idk how to fix :x
    some core errors
    Screenshot please.

  3. #363
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AzuKori View Post
    Did this HUD had Delve plugin ?
    No delve plugin needed - delve icons are built in to the HUD.

  4. Thanks AzuKori (1 members gave Thanks to raretitlez for this useful post)
  5. #364
    hahahalol22's Avatar Member
    Reputation
    4
    Join Date
    Mar 2019
    Posts
    54
    Thanks G/R
    6/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    Screenshot please.
    here it is friend

    Imgur: The magic of the Internet

  6. #365
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hahahalol22 View Post
    Download .NET Framework 4.8 and try running again. That appears to be a reference error.

  7. #366
    hahahalol22's Avatar Member
    Reputation
    4
    Join Date
    Mar 2019
    Posts
    54
    Thanks G/R
    6/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    Download .NET Framework 4.8 and try running again. That appears to be a reference error.
    Same error after installing .NET Framework 4.8 web and dev

    poehud icon is green when it opens

  8. #367
    polygon9000's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    Download .NET Framework 4.8 and try running again. That appears to be a reference error.
    You cant use this with the steam poe version. You need standalone poe.
    Last edited by polygon9000; 09-22-2019 at 02:14 AM.

  9. #368
    hahahalol22's Avatar Member
    Reputation
    4
    Join Date
    Mar 2019
    Posts
    54
    Thanks G/R
    6/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by polygon9000 View Post
    Its pointing to your local username path. c:\Users\Ka****se
    how can it be fixed?

  10. #369
    WillieG's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi really dumb question but how do you enable the plugins after downloading them? First time user here

  11. #370
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    line 162 in Core.cs is: if (pluginManager.Plugins.Count == 0)

    Try removing your Plugin folder temporarily and then load the loader again.

    -Edit: Full code: if (pluginManager.Plugins.Count == 0)
    {
    _coreSettings.Enable.Value = true;
    }

    Graphics.InitImage("missing_texture.png");
    }
    catch (Exception e)
    {
    Logger.Error($"Core constructor -> {e}");
    MessageBox.Show($"Error in Core constructor -> {e}", "Oops... Program fail to launch");
    }

    check your textures folder and see if missing_texture.png is named properly. You are using a foreign language on Windows, and all file names need to be in english with the correct spacing and special characters.
    Last edited by raretitlez; 09-22-2019 at 01:15 AM.

  12. #371
    WillieG's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay tried it. Do i just repaste it and what would the hotkey be to edit the plugins? All I know is how to open the menu using f12

  13. #372
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WillieG View Post
    Hi really dumb question but how do you enable the plugins after downloading them? First time user here
    1) Place source code plugins in plugins/source
    2) Run CompilePlugins.bat
    3) Run loader.exe then hit F12 and choose which plugins you want to use.

  14. #373
    WillieG's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay wow thanks so much got it working!

  15. #374
    xXK1ll3rXx's Avatar Member
    Reputation
    2
    Join Date
    Nov 2009
    Posts
    221
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this versions Stashie plugin different than the one from the other HUD? I seem to remember that it had the option to ignore certain spots in your inventory but this version doesnt have it and instead ignores only the right side with no option to change it. Also there's are no settings for Sac frags, Legion splinters and Fossils etc.

  16. #375
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    212
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xXK1ll3rXx View Post
    Is this versions Stashie plugin different than the one from the other HUD? I seem to remember that it had the option to ignore certain spots in your inventory but this version doesnt have it and instead ignores only the right side with no option to change it. Also there's are no settings for Sac frags, Legion splinters and Fossils etc.
    ye its ignoring fragment sadly

Similar Threads

  1. PoEHUD - Overlay for Path of Exile (Updated for 3.0)
    By TehCheat in forum PoE Bots and Programs
    Replies: 4451
    Last Post: 09-05-2019, 01:53 PM
  2. [Release] ExileHUD - External overlay for Path of Exile (work in progress)
    By Evozer in forum PoE Bots and Programs
    Replies: 1131
    Last Post: 04-04-2015, 05:14 PM
  3. [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
  4. [Trading] Dota2 beta keys for Path of Exile beta keys
    By shaunffs in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 12-13-2012, 04:20 PM
  5. [Trading] 20m D3 Gold for Path of Exiles Beta Key
    By Jam3z in forum Diablo 3 Buy Sell Trade
    Replies: 0
    Last Post: 07-31-2012, 05:30 PM
All times are GMT -5. The time now is 02:18 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