Linux - Software This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-23-2003, 09:15 PM
|
#1
|
|
LQ Newbie
Registered: Jul 2003
Location: New Zealand
Distribution: Mandrake 9.1
Posts: 19
Rep:
|
Wine + Counter Strike
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.
Thx
|
|
|
|
07-23-2003, 10:38 PM
|
#2
|
|
LQ Newbie
Registered: Jul 2003
Posts: 16
Rep:
|
Wine does not support direct X
downloade wineX or was that xine
either way. one of them thingumys will do the job .
cheers
|
|
|
|
07-23-2003, 11:10 PM
|
#3
|
|
LQ Newbie
Registered: Jul 2003
Location: New Zealand
Distribution: Mandrake 9.1
Posts: 19
Original Poster
Rep:
|
I will try it cheers but I am running counter strike in open gl anyway or does it not matter?
|
|
|
|
07-23-2003, 11:27 PM
|
#4
|
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
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 :
wine hl.exe -- hl.exe -console -game cstrike -w 1024 -h 768 -windowed -noipx -toconsole +connect insertSERVERip
|
|
|
|
07-24-2003, 12:25 AM
|
#5
|
|
LQ Newbie
Registered: Jul 2003
Location: New Zealand
Distribution: Mandrake 9.1
Posts: 19
Original Poster
Rep:
|
DrOzz this is what I get with your command line
[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'
Any ideas
|
|
|
|
07-24-2003, 12:30 AM
|
#6
|
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
well where i state "insertSERVERip" did you put an ip address?
|
|
|
|
07-24-2003, 01:02 AM
|
#7
|
|
LQ Newbie
Registered: Jul 2003
Location: New Zealand
Distribution: Mandrake 9.1
Posts: 19
Original Poster
Rep:
|
Opps no I didnīt but wine wonīt run half life even now
|
|
|
|
07-24-2003, 01:44 AM
|
#8
|
|
LQ Newbie
Registered: Jul 2003
Posts: 16
Rep:
|
hi again
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..
perhaps you should have a look at it.
cheers
|
|
|
|
07-24-2003, 05:40 AM
|
#9
|
|
LQ Newbie
Registered: Jul 2003
Location: New Zealand
Distribution: Mandrake 9.1
Posts: 19
Original Poster
Rep:
|
Ok now I have got the command sussed but when cs loads it just brings up the cs menu screen and doesnīt do anything no console no connection.
Help!
|
|
|
|
07-24-2003, 09:21 AM
|
#10
|
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
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.
|
|
|
|
07-24-2003, 07:07 PM
|
#11
|
|
LQ Newbie
Registered: Jul 2003
Location: New Zealand
Distribution: Mandrake 9.1
Posts: 19
Original Poster
Rep:
|
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.
Cheers for trying to help me to this point DrOzz
|
|
|
|
07-25-2003, 12:24 AM
|
#12
|
|
LQ Newbie
Registered: Jul 2003
Location: New Zealand
Distribution: Mandrake 9.1
Posts: 19
Original Poster
Rep:
|
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. 
|
|
|
|
07-26-2003, 09:27 PM
|
#13
|
|
LQ Newbie
Registered: Jul 2003
Location: New Zealand
Distribution: Mandrake 9.1
Posts: 19
Original Poster
Rep:
|
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. 
|
|
|
|
09-28-2003, 11:11 PM
|
#14
|
|
Member
Registered: Jul 2003
Distribution: Slackware 11
Posts: 439
Rep:
|
stick to cvs
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:54 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|