CS:S Error Need help

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Limoon
Newbie
Newbie
Posts: 1
Joined: Mon May 18, 2009 6:59 pm

CS:S Error Need help

Post by Limoon »

Image

I have steam up and running. DL the game form steam. I used to get frequency out of range but fix with the -gl. But now I get this error. I was able play this game on windows xp. I'm using ubuntu 8.04. I'm still a new to ubuntu. So you many need to give me easy step by step to fix my problem.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: CS:S Error Need help

Post by vitamin »

gamblor01
Level 2
Level 2
Posts: 25
Joined: Tue Apr 28, 2009 8:25 am

Post by gamblor01 »

Besides the info on the above link, you might also trying looking for a hanging hl2.exe process. This sometimes happens to me and if you open a terminal and type

Code: Select all

wine taskmgr
You will sometimes see an errant hl2.exe process. Also, you can check your ps output:

Code: Select all

ps -ef | grep -i hl2
If there kill is a process found there you would need to kill it.
Locked