ExileHUD - External overlay for Path of Exile (work in progress) menu

User Tag List

Page 19 of 76 FirstFirst ... 15161718192021222369 ... LastLast
Results 271 to 285 of 1132
  1. #271
    DivineWizard's Avatar Active Member
    Reputation
    32
    Join Date
    May 2012
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reinstalled with x64 version of SlimDX, having the same issue.. uninstalled slimx64 trying x86 now.

    ExileHUD - External overlay for Path of Exile (work in progress)
  2. #272
    DivineWizard's Avatar Active Member
    Reputation
    32
    Join Date
    May 2012
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DivineWizard View Post
    Reinstalled with x64 version of SlimDX, having the same issue.. uninstalled slimx64 trying x86 now.
    reinstalled with x86 still no luck.. calling it a program problem by this point.

  3. #273
    Evozer's Avatar Contributor
    Reputation
    150
    Join Date
    Jan 2011
    Posts
    214
    Thanks G/R
    1/15
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by upsala View Post
    btw, ur app affected by this

    https://www.netiq.com/communities/co...ll-dependency/

    rebuild with late binding. Otherwise it will not work on XP. sure i can decompile and rebuild myself, but not everyone can repair decompiled project )
    I use DwmExtendFrameIntoClientArea in the program so it is not a mistake that dwmapi.dll is required.

    Originally Posted by DivineWizard View Post
    reinstalled with x86 still no luck.. calling it a program problem by this point.
    I think I can fix it, just found a way to reproduce

  4. #274
    monstereater's Avatar Member
    Reputation
    3
    Join Date
    Oct 2013
    Posts
    64
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is awesome. Thank you

  5. #275
    DivineWizard's Avatar Active Member
    Reputation
    32
    Join Date
    May 2012
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Evozer View Post
    I use DwmExtendFrameIntoClientArea in the program so it is not a mistake that dwmapi.dll is required.



    I think I can fix it, just found a way to reproduce
    Any luck? If you need me for anything LMK.

  6. #276
    Pibadi's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Program exited with message:
    System.IO.FIleNotFoundExeption:"SlimDX, Version=4.0.13.43, Culture=neutral, PublickKeyToken=blablablabher"
    In ExileHUD.TransparentDXOverlay.InitD3D()
    in ExileHUD.Program.Main(String[] args)

    - Well, dunno how to fix it.
    Win 8.1 Enterprise x64

  7. #277
    Druzil01's Avatar Member
    Reputation
    7
    Join Date
    Mar 2014
    Posts
    93
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using SlimDX 64 or 32 has nothing to do if you have a 64 bit or 32 bit Os.
    ExiledHUD is compiled as 32 Bit version, so it uses the 32 bit version of Slim.

    thats the whole Magic.

  8. #278
    prequelaz's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way to move the location of the item level on hover number to the top right instead of the top left? sometimes when you are looking at gray jewelery or belts the ilvl number covers the number on the implicit value

  9. #279
    Samser's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any advices how not to be banned? Better in PM. :>

  10. #280
    Druzil01's Avatar Member
    Reputation
    7
    Join Date
    Mar 2014
    Posts
    93
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Samser View Post
    Any advices how not to be banned? Better in PM. :>
    - dont use those parts that write into memory (memory reads cant be technicaly detected)
    - dont behave like an idiot (see the unseen in a group or something alike).

  11. #281
    alexandrubenza's Avatar Member
    Reputation
    4
    Join Date
    Mar 2014
    Posts
    65
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Druzil01 View Post
    - dont use those parts that write into memory (memory reads cant be technicaly detected)
    - dont behave like an idiot (see the unseen in a group or something alike).
    what parts write into memory?

  12. #282
    ragnaphobia's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    9
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i migrated from international POE to GarenaPOE. sadly it doesnt work now although they share the same process name.

  13. #283
    Evozer's Avatar Contributor
    Reputation
    150
    Join Date
    Jan 2011
    Posts
    214
    Thanks G/R
    1/15
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New version:
    • Added corrupted areas to preload alert.
    • Fixed a crash related to lost Direct3D devices.
    • Will no longer display minimap icons and healthbars for certain shrine effects.


    Originally Posted by alexandrubenza View Post
    what parts write into memory?
    Maphack, zoomhack and fullbright

  14. #284
    Acidburn6's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Corrupted area alert works perfectly

  15. #285
    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)
    sucks u updated it now.. in a few hours it will need to be updated again for patch 1.1.3

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. [Buying] Looking for path of exile high lvl account
    By kevel1 in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 01-29-2013, 09:46 PM
  3. [Selling] Dota 2 cd-key or trade for Path of Exile
    By neepz in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 01-13-2013, 11:22 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:28 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