PoEHUD Overlay Updated menu

Shout-Out

User Tag List

Page 309 of 461 FirstFirst ... 209259305306307308309310311312313359409 ... LastLast
Results 4,621 to 4,635 of 6913
  1. #4621
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah ill test, was looking at the project in VS, and yeah both are configured for 4.5.1. (although Jason seems to be missing, maybe i need to grab that package)

    PoEHUD Overlay Updated
  2. #4622
    Stridemann's Avatar Contributor
    Reputation
    227
    Join Date
    Oct 2016
    Posts
    248
    Thanks G/R
    29/188
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stridemann View Post
    Originally Posted by Treasure_Box View Post
    <loadFromRemoteSources> Element for more information.
    Ok, now I see, thanks.
    I add it to app.config and rebuild exe. I hope that helps.

    Seems that doesn't helps. Users still have a problems with InventoryPreview.dll so I delete it from github until this problem will be solved.

    System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See <loadFromRemoteSources> Element for more information.
    The problem can be solved manually:
    "finding the DLL "plugins\InventoryPreview\InventoryPreview.dll" in Windows Explorer, right clicking, choosing Properties, and then pressing the "unblock" button."
    Can't Grok, Won't Grok: Visual Studio: Unknown Build Error (HRESULT 0x80131515)


    but I'm trying to fix this another way..
    Last edited by Stridemann; 12-21-2016 at 01:21 AM.

  3. Thanks toadskin (1 members gave Thanks to Stridemann for this useful post)
  4. #4623
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stridemann View Post
    Seems that doesn't helps. Users still have a problems with InventoryPreview.dll so I delete it from github until this problem will be solved.
    Did it work for you before you pushed?

    Also running Win 10 x64 with 3.5x and 4.6.2 installed

  5. #4624
    Stridemann's Avatar Contributor
    Reputation
    227
    Join Date
    Oct 2016
    Posts
    248
    Thanks G/R
    29/188
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Treasure_Box View Post
    Did it work for you before you pushed?
    Of course it works for me.
    I think that this dll will works on my PC without any problems because it created on my machine.

    Interesting, is that problem will occure with all dll's or only with this (that contain web code)?

    I will try to make a fix for this problem tomorrow.
    Last edited by Stridemann; 12-21-2016 at 01:29 AM.

  6. Thanks toadskin (1 members gave Thanks to Stridemann for this useful post)
  7. #4625
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stridemann View Post
    Of course it works for me.
    I think that this dll will works on my PC without any problems because it created on my machine.

    Interesting, is that problem will occure with all dll's or only with this (that contain web code)?

    I will try to make a fix for this problem tomorrow.
    I would recommend not trying to bypass non trust/non loading into a sandbox. Testing after clicking continue (to ignore the warning) resulted in a BSOD because of access page fault in non-paged area. Additionally loading web assist in full trust mode could lead to other security issues if say the DNS request is redirected to a scrape.

  8. #4626
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reading about how to load it in a sandbox here

    AppDomain Class (System)

  9. #4627
    ocp15k's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do you turn down the item alert sound?

  10. #4628
    chonic's Avatar Member
    Reputation
    8
    Join Date
    Mar 2009
    Posts
    50
    Thanks G/R
    8/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Patch 2.5.1 is out on US.

  11. Thanks TehCheat (1 members gave Thanks to chonic for this useful post)
  12. #4629
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by chonic View Post
    Patch 2.5.1 is out on US.
    Not at home, is anything broken?
    Last edited by TehCheat; 12-21-2016 at 08:01 PM.

  13. #4630
    zaffrex's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    15
    Thanks G/R
    28/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    Not at home, is anything Brown?

    Everything is working fine, so far.

  14. Thanks TehCheat (1 members gave Thanks to zaffrex for this useful post)
  15. #4631
    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)
    64 client working still

  16. Thanks TehCheat (1 members gave Thanks to datz for this useful post)
  17. #4632
    Stridemann's Avatar Contributor
    Reputation
    227
    Join Date
    Oct 2016
    Posts
    248
    Thanks G/R
    29/188
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Treasure_Box View Post
    I would recommend not trying to bypass non trust/non loading into a sandbox. Testing after clicking continue (to ignore the warning) resulted in a BSOD because of access page fault in non-paged area. Additionally loading web assist in full trust mode could lead to other security issues if say the DNS request is redirected to a scrape.

    Originally Posted by Treasure_Box View Post
    Reading about how to load it in a sandbox here

    AppDomain Class (System)
    That doesn't helps. I just try it. Yes, it can create a new domain without restrictions but it will works like external program and no access to poehud domain.

    I have been playing with all of this. Installing the virtual machine gives me more information.
    The problem only with this dll coz it contains network code for loading images. So I will disable that parts of code and publish the plugin. (also will I place original dll in some subfolder if somebody wants to load it and unblock this dll manually).

  18. Thanks toadskin (1 members gave Thanks to Stridemann for this useful post)
  19. #4633
    tentacionxx's Avatar Member
    Reputation
    2
    Join Date
    Nov 2016
    Posts
    13
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey TehCheat,
    I've been using the update for Breach since you put it out and it's been working fine for me since.
    Aka, no flickers in the hud/no turning off without me doing it myself etc.

  20. Thanks TehCheat (1 members gave Thanks to tentacionxx for this useful post)
  21. #4634
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by tentacionxx View Post
    Hey TehCheat,
    I've been using the update for Breach since you put it out and it's been working fine for me since.
    Aka, no flickers in the hud/no turning off without me doing it myself etc.
    This applies to the x64 branch: What I've found is if your PC puts PoE in (mostly) 32 bit memory addresses, you won't run into problems, because where HUD has had problems (that I think are all now fixed, although they're not pushed to all branches, will do that shortly) was when we were reading 32 bits for some addresses when we should have been reading 64 bits. If the address is in a 32 bit range, HUD was ignoring some zeros, which wouldn't change the address, so everything worked fine. I don't know exactly how Windows decides to allocate memory for a process, but I usually shut my PC down daily, and usually the first thing I do when I start my PC is open PoE. That might mean Windows gives me lower addresses, it seems like it has mostly worked for me. But like I said, I don't know. And different versions of Windows might do this differently. But hopefully we've found all of them and everything should be happy now.
    Last edited by TehCheat; 12-22-2016 at 12:26 PM.

  22. Thanks toadskin (1 members gave Thanks to TehCheat for this useful post)
  23. #4635
    Mudslime's Avatar Member
    Reputation
    -3
    Join Date
    Oct 2013
    Posts
    45
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i just updated to the most recent version and got some error that said something like "NET Framework does not enable CAS policy by default"

    i solved this by deleting the folder called InventoryPreview inside of the plugins folder. maybe this can help someone out if they have same issue


    edit: the item alert also seems to be bugged sometimes, sometimes i hear the sound from the poehud but it doesn't come up in the item list to the ->
    but then if i pick the item up again and then drop it then i hear it and it appears in the item list as it shold (NVM fixed this by disabling "hide others")
    Last edited by Mudslime; 12-22-2016 at 05:29 PM.

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 08:54 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