[Bug 37540] VCDS v12/v14 crashes on startup (Enigma Protector v4.0 DRM scheme incompatible with use of position independent code (PIC) in Wine dlls)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 22 19:45:00 CDT 2015


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

Michael Müller <michael at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael at fds-team.de

--- Comment #8 from Michael Müller <michael at fds-team.de> ---
I am wondering if disabling PIC is not a valid solution for this problem.
Without PIC the library needs to relocated (the same way as on windows) and
Enigma can copy the functions without issues. I just compiled wine with "make
CFLAGS=-fno-PIC" and the application starts without issues.

Is there any obvious disadvantage of disabling PIC, except that it might
consume more memory?

-- 
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