https://bugs.winehq.org/show_bug.cgi?id=40935 Sebastian Lackner <sebastian(a)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(a)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.