http://bugs.winehq.org/show_bug.cgi?id=2203
--- Comment #31 from fox6x6x6@gmail.com 2013-04-06 16:55:29 CDT --- (In reply to comment #30)
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?
Sorry, it doesn't fix the problem, because the dosbox that starts is empty.