[Bug 2203] DOS Navigator failed to run

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 6 16:55:29 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=2203

--- Comment #31 from fox6x6x6 at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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