Assertion 's' failed at pulse/simple.c:255, function ...

Only for the brave!
Post Reply
cacaballz
Someone..
Posts: 1
Joined: Wed Jun 25, 2014 9:22 pm

Assertion 's' failed at pulse/simple.c:255, function ...

Post by cacaballz »

Hiya,

Simply to notify you about a problem when running the game from a Linux box which doesn't have Pulseaudio.

Code: Select all

./ysoccer            
Assertion 's' failed at pulse/simple.c:255, function pa_simple_free(). Aborting.
Pulseaudio indeed isn't installed on every linux computer and some prefer to stick to ALSA (or something else).
If this is easy for you to implement, please add support for ALSA.

Thanks.
Massimo32
Chapman's successor
Chapman's successor
Posts: 852
Joined: Wed Dec 29, 2004 1:14 pm
Location: Turin, Italy

Re: Assertion 's' failed at pulse/simple.c:255, function ...

Post by Massimo32 »

cacaballz wrote:Hiya,

Simply to notify you about a problem when running the game from a Linux box which doesn't have Pulseaudio.

Code: Select all

./ysoccer            
Assertion 's' failed at pulse/simple.c:255, function pa_simple_free(). Aborting.
Pulseaudio indeed isn't installed on every linux computer and some prefer to stick to ALSA (or something else).
If this is easy for you to implement, please add support for ALSA.

Thanks.
Hi cacaballz,
thank you for notifying. Unfortunately, it's a known Blitzmax bug, and at present I don't have fix for that.
Post Reply