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