[Bug 10404] Wineconsole fails to display text or change color for Renegade FDS

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Dec 18 07:09:11 CST 2007


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


Reijo Sund <reijo.sund at helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reijo.sund at helsinki.fi




--- Comment #3 from Reijo Sund <reijo.sund at helsinki.fi>  2007-12-18 07:09:10 ---
The problem is due to the failing AllocConsole() function, that occurs
because wineconsole has already started a console for the server.dat
process.

Actually that is not a bug. Because server.dat does not call FreeConsole()
to drop the existing console, the AllocConsole function should fail, because
a process can be associated with only one console:
(http://msdn2.microsoft.com/en-us/library/ms681944.aspx).

Try running server.dat (or RenegadeServer.exe) with a standard wine. The
starting console gets a correct title, and something happens in the screen.
There seems to be problems with the output, but that is an issue for 
another bug..


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list