-
Contributor
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)
-
Contributor
Originally Posted by
Stridemann
Originally Posted by
Treasure_Box
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.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to Stridemann for this useful post)
-
Contributor
Originally Posted by
Stridemann
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
-
Contributor
Originally Posted by
Treasure_Box
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.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to Stridemann for this useful post)
-
Contributor
Originally Posted by
Stridemann
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.
-
Contributor
Reading about how to load it in a sandbox here
AppDomain Class (System)
-
Member
how do you turn down the item alert sound?
-
Member
Patch 2.5.1 is out on US.
-
Post Thanks / Like - 1 Thanks
TehCheat (1 members gave Thanks to chonic for this useful post)
-
★ Elder ★
Originally Posted by
chonic
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.
-
Member
Originally Posted by
TehCheat
Not at home, is anything Brown?
Everything is working fine, so far.
-
Post Thanks / Like - 1 Thanks
TehCheat (1 members gave Thanks to zaffrex for this useful post)
-
Active Member
64 client working still
-
Post Thanks / Like - 1 Thanks
TehCheat (1 members gave Thanks to datz for this useful post)
-
Contributor
Originally Posted by
Treasure_Box
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
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).
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to Stridemann for this useful post)
-
Member
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.
-
Post Thanks / Like - 1 Thanks
TehCheat (1 members gave Thanks to tentacionxx for this useful post)
-
★ Elder ★
Originally Posted by
tentacionxx
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.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to TehCheat for this useful post)
-
Member
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.