[Bug 19939] New: SRCDS - Console only
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(a)winehq.org ReportedBy: laurikoivunen(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=19939 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown Severity|normal |enhancement --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-09-04 22:49:23 ---
While using SRCDS (valve's Source Dedicated Server) There is one for Linux you know...
-- 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.
http://bugs.winehq.org/show_bug.cgi?id=19939 --- Comment #2 from Python1320 <laurikoivunen(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=19939 Anastasius Focht <focht(a)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(a)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(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=19939 Dmitry Timoshkov <dmitry(a)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 | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=19939 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2011-07-22 12:45:51 CDT --- Closing bugs fixed in 1.3.25. -- 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.
participants (1)
-
wine-bugs@winehq.org