http://bugs.winehq.org/show_bug.cgi?id=10404
Reijo Sund reijo.sund@helsinki.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |reijo.sund@helsinki.fi
--- Comment #3 from Reijo Sund reijo.sund@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..