Counter-Strike Source keeps crashing

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Wormboy
Level 2
Level 2
Posts: 21
Joined: Mon May 04, 2009 3:02 am

Counter-Strike Source keeps crashing

Post by Wormboy »

I did that thing where you set hl2.exe in the CSS folder to run as Windows 98 and where you have to put a certain patch into your cstrike/resource folder but to no avail.
And yes I have steam community disabled.
Detructor
Level 3
Level 3
Posts: 61
Joined: Thu Feb 28, 2008 8:27 am

Post by Detructor »

can confirm that.

Distribution: Ubuntu 9.04

I'll try to run it in console tomorrow.
skythra
Newbie
Newbie
Posts: 1
Joined: Tue May 12, 2009 12:10 am

Post by skythra »

I too cannot get source based games working. On 9.04 ubuntu. About 2 weeks ago i was able to get CS:S online and working in a server on 8.10 and then after format and installing 9.04 none works using the same settings. I installed 8.10 again and it still doesn't work. Not sure if wine was an earlier version or maybe a video driver difference between the latest nvidia driver.

I'll post what the error is when i get home
Cloudef
Level 4
Level 4
Posts: 138
Joined: Wed Mar 18, 2009 3:10 pm

Post by Cloudef »

The proplem is that Ubuntu 9.04 uses Pulseaudio. You have to disable it. More info can be found googling "Disable pulseaudio 9.04 Ubuntu" or so on. I did this and source games started working again.
Detructor
Level 3
Level 3
Posts: 61
Joined: Thu Feb 28, 2008 8:27 am

Post by Detructor »

Cloudef wrote:The proplem is that Ubuntu 9.04 uses Pulseaudio. You have to disable it. More info can be found googling "Disable pulseaudio 9.04 Ubuntu" or so on. I did this and source games started working again.
hmm, are you sure? audio itself works without problems...I'll try now.

*edit
it seems that you are right...

Code: Select all

fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0x41a0d6a8: Downloading rgb texture to reload it as srgb
E: shm.c: mmap() failed: Cannot allocate memory
E: shm.c: mmap() failed: Cannot allocate memory
E: shm.c: mmap() failed: Cannot allocate memory
E: memblock.c: Assertion 'b' failed at pulsecore/memblock.c:438, function pa_memblock_acquire(). Aborting.
wine: Assertion failed at address 0xb8036430 (thread 007d), starting debugger...
Unhandled exception: assertion failed in 32-bit code (0xb8036430).
Register dump:
> http://bugs.winehq.org/show_bug.cgi?id=10495

pasuspender seems to be a good thing...will test it

*edit
okay, I've played now ~ 1 hour without crashing.

the command has to be executed in the Steam directory

Code: Select all

pasuspender -- wine ./Steam.exe
Wormboy
Level 2
Level 2
Posts: 21
Joined: Mon May 04, 2009 3:02 am

Post by Wormboy »

ARRRRRG! I HATE 9.04!
First the fact that its a pain in the ass to install proprietary gfx drivers (especially for ATI)
Nessus not working, now this.
I swear this is like the Oblivion of Ubuntu versions.
ie: ridden with bugs.
Locked