Segmentation Fault,
#6
(02 Oct 10, 04:44PM)tempest Wrote: I think I've found a solution. Appears that AC checks for an "openaldevice" alias (hidden somewhere in soundmanager.cpp).

You have to add this line somewhere in init.cfg (NOT in saved.cfg or autoexec.cfg!):
alias openaldevice "ALSA Software"

However, the problem is that this line is overwritten every time AC quits. So you'll either have to remove write permission for init.cfg or use a shell script that does something like
echo >> ~/.assaultcube_v1.1/config/init.cfg "alias openaldevice \"ALSA Software\""
after AC has quit. Of course, the most convenient place would be assaultcube.sh (if you're using it).

OK, I've run

echo >> ~/.assaultcube_v1.1/config/init.cfg "alias openaldevice \"ALSA Software\""

and also put that command at the end of the assaultcube.sh file. Is this what you mean?

assaultcube is still seg-faulting at the same place.
Thanks given by:


Messages In This Thread
Segmentation Fault, - by beltsonata - 02 Oct 10, 02:18AM
RE: Segmentation Fault, - by RandumKiwi - 02 Oct 10, 10:04AM
RE: Segmentation Fault, - by beltsonata - 02 Oct 10, 11:46AM
RE: Segmentation Fault, - by tempest - 02 Oct 10, 11:01AM
RE: Segmentation Fault, - by tempest - 02 Oct 10, 04:44PM
RE: Segmentation Fault, - by beltsonata - 02 Oct 10, 05:18PM
RE: Segmentation Fault, - by tempest - 02 Oct 10, 05:39PM
RE: Segmentation Fault, - by beltsonata - 02 Oct 10, 06:02PM
RE: Segmentation Fault, - by flowtron - 02 Oct 10, 06:16PM
RE: Segmentation Fault, - by tempest - 02 Oct 10, 06:31PM
RE: Segmentation Fault, - by beltsonata - 02 Oct 10, 06:45PM
RE: Segmentation Fault, - by tempest - 02 Oct 10, 07:06PM