Search found 8 matches

by gauveldt
Fri Feb 02, 2007 1:22 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 5.6.6 Released
Replies: 38
Views: 6036

Okay, nailed the audio problem. It was a library version issue, which was preventing sound from loading. The fix should be in the next release of Ren'Py, which should be in a few days or so. EDIT: Or you can just drop the attached file into renpy-5.6.6/lib/linux-x86/lib/python2.4/pysdlsound . If yo...
by gauveldt
Thu Feb 01, 2007 6:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 5.6.6 Released
Replies: 38
Views: 6036

Sound issues (cont'd)

PyTom wrote:Try it with -e trace=file rather than -e open. It might be a stat call that's failing.
With my latest post, any ideas about the sound issues I'm having?
by gauveldt
Mon Jan 29, 2007 6:59 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 5.6.6 Released
Replies: 38
Views: 6036

Try it with -e trace=file rather than -e open. It might be a stat call that's failing. I have: declare -x SDL_AUDIODRIVER="alsa" in exports, and created the file debug.rpy in the demo's game directory: init: $ config.sound.debug = True after running the demo (still no sound) with: strace ...
by gauveldt
Mon Jan 29, 2007 2:03 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 5.6.6 Released
Replies: 38
Views: 6036

You can try creating (in the game directory) a file containing: init: $ config.debug_sound = True That will cause Ren'Py to report sound errors. Beyond that, I can't help much, since this part of the sound code is embedded in the SDL library. I would suggest using strace, especially strace -f -eope...
by gauveldt
Mon Jan 29, 2007 1:33 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 5.6.6 Released
Replies: 38
Views: 6036

Compiled in, we have: alsa - requires libasound.so.2 to be on your system. arts - requires libartsc.so.0 esd - requires libesd.so.0 dsp/dma - no requirements (uses OSS devices) There are also disk and dummy drivers. IIRC, you can use the SDL_AUDIODRIVER environment variable to change the driver tha...
by gauveldt
Mon Jan 29, 2007 12:28 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 5.6.6 Released
Replies: 38
Views: 6036

PyTom wrote:I develop Ren'Py on Linux, and haven't had any sound problems.
I'm getting silence what sound system does Ren'Py require? jack, NAS, ALSA, etc?
by gauveldt
Mon Jan 29, 2007 12:03 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 5.6.6 Released
Replies: 38
Views: 6036

Re: Sound or the abscence thereof

I'm not getting sound on my debian system :( It works in XMMS and everywhere else. I'm only running one sound app at a time (crappy one-voice onboard) Sound also works in other applications using SDL (such as Gambas) so I don't know where the trouble is in this case. :?: Has no one else had sound i...
by gauveldt
Sun Jan 21, 2007 12:05 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 5.6.6 Released
Replies: 38
Views: 6036

Sound or the abscence thereof

I'm not getting sound on my debian system :(
It works in XMMS and everywhere else.
I'm only running one sound app at a time (crappy one-voice onboard)
Sound also works in other applications using SDL (such as Gambas) so I don't know where the trouble is in this case. :?: