http://bugs.winehq.org/show_bug.cgi?id=19939
Summary: SRCDS - Console only Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: laurikoivunen@hotmail.com
While using SRCDS (valve's Source Dedicated Server) over wine you are required to use X even if one issues -console in the program parameters (will launch a wine console). This is extremely frustrating because then you also need to use X to even see something on the console window.
I found a workaround. Hack kernel32's AllocConsole to just return true and make something like this with GetNumberOfConsoleInputEvents: ================ BOOL WINAPI GetNumberOfConsoleInputEvents( HANDLE handle, LPDWORD nrofevents ) { if (nrofevents) *nrofevents = 0; return TRUE; } ================
.. and issue export DISPLAY=''
This will allow running the server in console only mode but this naturally disables text input. My C skills are nonexistent so I am asking here if a wine developer could make this work.
http://bugs.winehq.org/show_bug.cgi?id=19939
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown Severity|normal |enhancement
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-04 22:49:23 ---
While using SRCDS (valve's Source Dedicated Server)
There is one for Linux you know...
http://bugs.winehq.org/show_bug.cgi?id=19939
--- Comment #2 from Python1320 laurikoivunen@hotmail.com 2009-09-08 11:41:44 --- (In reply to comment #1)
While using SRCDS (valve's Source Dedicated Server)
There is one for Linux you know...
The one for linux does not work with the game I am trying to run it with.
http://bugs.winehq.org/show_bug.cgi?id=19939
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED URL| |http://developer.valvesoftw | |are.com/wiki/Source_Dedicat | |ed_Serverhttp://developer.v | |alvesoftware.com/wiki/Sourc | |e_Dedicated_Server CC| |focht@gmx.net Version|unspecified |1.1.29 Resolution| |FIXED Summary|SRCDS - Console only |Valve's Source Dedicated | |Server needs X for console | |mode
--- Comment #3 from Anastasius Focht focht@gmx.net 2011-07-15 00:52:40 CDT --- Hello,
the console part should be fixed for some time now (no longer requires wineconsole). For interacting with server use rcon.
Regards
http://bugs.winehq.org/show_bug.cgi?id=19939
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://developer.valvesoftw |http://developer.valvesoftw |are.com/wiki/Source_Dedicat |are.com/wiki/Source_Dedicat |ed_Serverhttp://developer.v |ed_Server |alvesoftware.com/wiki/Sourc | |e_Dedicated_Server |
http://bugs.winehq.org/show_bug.cgi?id=19939
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2011-07-22 12:45:51 CDT --- Closing bugs fixed in 1.3.25.