https://bugs.winehq.org/show_bug.cgi?id=24125
--- Comment #22 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Zebediah Figura from comment #21)
Sure, I figured as much from comment 6. My question is, is there any reason not to just always return AlwaysOn from GetSystemDEPPolicy(), and not bother with Wine-internal configuration?
Hello,
It is difficult to say since this requires enabling AlwaysOn and check if it breaks any application. I think nobody ever did that.
I could give it a try with the applications available to me.
I could also search the web for DEP issues that requires disabling DEP.
I already found that an older version of MDaemon required OptOut for some services, but I don't know if that version is still available or if it is a realistic use case. https://www.altn.com/Support/FAQ/FAQResults/?Number=306
Most program certainly don't care about DEP policy, though, and always returning AlwaysOn would sure simplify things.
Regards.