[Bug 2203] DOS Navigator failed to run

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 6 16:50:59 CDT 2013


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

fox6x6x6 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fox6x6x6 at gmail.com

--- Comment #30 from fox6x6x6 at 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?

-- 
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