[Bug 40935] CreateProcess returns empty PROCESS_INFORMATION when starting UNIX process

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 11 09:39:56 CDT 2016


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

Sebastian Lackner <sebastian at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|CreateProcess returns empty |CreateProcess returns empty
                   |handler                     |PROCESS_INFORMATION when
                   |                            |starting UNIX process

--- Comment #6 from Sebastian Lackner <sebastian at fds-team.de> ---
Thanks for confirming that this is a problem with UNIX processes only.
Unfortunately I am not aware of anyone working on this at the moment.

May I ask why exactly you need this feature? For interaction with native UNIX
programs, the preferred way is to compile your application with winegcc, and
then to directly use fork()/exec().

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