Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have just installed wine and have half life running ok including online but when I try to go online with counter strike I get the followling error message:
err:x11drv:X11DRV_ChangeDisplaySettingsExW No matching mode found
I am running a nvidia geforce 4 + lastest drivers with KDE 3.1 on Mandrake 9.1
Anyone suggestions on how to get cs running would be very much appreciated.
disregard arex's post, because counter-strike runs flawlessly on the regular version of wine.
try passing some arguments to your command line when executing...for instance this is my command i use...
wine hl.exe -- hl.exe -console -game cstrike -w 1280 -windowed -noipx -toconsole +connect insertSERVERip
the only thing you would have to change is the -w parameter which i use 1280 so my cs loads up at 1280x960...you can also pass the -h to specify a height if you like...
so for example say you wanna load cs at 1024x768 your command could be :
[murph@localhost Half-life]$ [murph@localhost Half-life]$ wine hl.exe -- hl.exe -console -game cstrike -w 1024 -h 768 -windowed -noipx -toconsole +connect insertSERVERip
bash: [murph@localhost: command not found
[murph@localhost Half-life]$ fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
bash: fixme:keyboard:X11DRV_KEYBOARD_DetectLayout: command not found
[murph@localhost Half-life]$ Using closest match instead (United States keyboard layout (phantom key version)) for scancode mapping.
bash: syntax error near unexpected token `('
[murph@localhost Half-life]$ Please define your layout in dlls/x11drv/keyboard.c and submit them
bash: Please: command not found
[murph@localhost Half-life]$ to us for inclusion into future Wine releases.
bash: to: command not found
[murph@localhost Half-life]$ See the Wine User Guide, chapter "Keyboard" for more information.
bash: See: command not found
[murph@localhost Half-life]$ fixme:file:SetFileAttributesW Couldn't set file attributes for existing file "/mnt/win_c/SIERRA/Half-Life/sierra.inf".
> Check permissions or set VFAT "quiet" mount flag
> fixme:file:SetFileAttributesW Couldn't set file attributes for existing file "/mnt/win_c/SIERRA/Half-Life/valve/config.cfg".
bash: fixme:file:SetFileAttributesW: command not found
[murph@localhost Half-life]$ Check permissions or set VFAT "quiet" mount flag
bash: Check: command not found
[murph@localhost Half-life]$ fixme:reg:RegFlushKey (0x68): stub
bash: syntax error near unexpected token `0x68'
if your game supports GL then I cannot say that it will or will not run. (never tried it.). But direct x stuff .. is why they made the other version's of wine. So Direct x is suported.
but if it works.. (than that is great.. and let's hope more GL games come out.
As I play army operations myself. a linux based GL game..
and it is free..
try issusing the command without the +connect serverIP and see if it brings you dircetly to the console and if it does just type in the console without quotes "connect 1.2.3.4" where 1.2.3.4 is the ip address you want to connect to.
Right I can get Counter strike to load with the console using:
wine hl.exe -- hl.exe -console -game cstrike -toconsole
But as soon as I type connect ĻserveripĻ in exits back to the main menu and freezes but wine doesnīt seem to crash.
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:winmm:MMDRV_Exit Closing while ll-driver open
fixme:winmm:MMDRV_Exit Closing while ll-driver open
thatīs the ouput I get when menu is frozen but wine is still running.
If I connect to a counter strike server using the command without -game -cstrike then it atempts to connect and stops with an error saying to can write to the file config.cfg. The file is located in Half-life/Valve/ which is strange since halflife works fine online.
I can now play cs on a LAN game but still crashes when connecting to a server online but from what Iīve read itīs a problem with VAC updates server side so I guess I will have to wait for an update of wine.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.