[pkg-wine-party] Bug#865407: wine-development: Wine cannot execute position-independent (PIE) host executables via CreateProcess()

2017-06-21 Thread Jörn Heusipp
Package: wine-development Version: 2.0-3 Severity: normal Tags: upstream Dear Maintainer, Wine cannot execute position-independent (PIE) host executables via CreateProcess() The problem arises from the fact that `create_process_impl()` in `dlls/kernel32/process.c` ultimately calls

[pkg-wine-party] Bug#865407: wine-development: Wine cannot execute position-independent (PIE) host executables via CreateProcess()

2017-06-21 Thread Jörn Heusipp
Script and source to reproduce attached. #include int main() { fprintf(stderr, "%s\n", "Hello World!"); return 0; } script.sh Description: application/shellscript #include #include #include int main() { STARTUPINFO startupInfo; ZeroMemory(, sizeof(STARTUPINFO));