[Bug 37540] Multiple games and applications wrapped with Enigma v4 and GG DRM schemes crash on startup (incompatible with use of position independent code (PIC) in Wine dlls)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 26 12:40:07 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=37540

--- Comment #24 from Gabriel Ivăncescu <gabrielopcode at gmail.com> ---
To clarify: I don't know what exactly Windows does internally, I just based it
on the fact that *compiled apps* for Windows have those defaults, even from
code compiled with Visual Studio. So it's pretty safe to say Microsoft probably
use the same defaults in their own code, but I don't think we'll ever know that
for sure.

I definitely agree that -fPIC should be used on x86-64, just not on 32-bit
code. Basically, we should have the same as default apps on Windows do (32-bit
no-PIC, 64-bit PIC).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list