http://bugs.winehq.org/show_bug.cgi?id=2203
fox6x6x6@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fox6x6x6@gmail.com
--- Comment #30 from fox6x6x6@gmail.com 2013-04-06 16:50:59 CDT --- I've edited the start_dosbox function in programs/winevdm/winevdm.c by adding the line if (fork()) before the ret = spawnvp( _P_WAIT, args[0], args ); line and now it works.
It also works if you let the child do the work with if (!fork())
Very strange indeed, I don't understand why this fixes the bug, maybe one of you does?