kukugt / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

jttL audio makes mupen64plus crash when audio is playing #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe your system:
 - Linux distribution:Ubuntu
 - Machine type: 64-bit
 - Mupen64Plus version: 1.3 
 - Plugins used:rice video plugin 1.3, jttL audio plugin blight input plugin

Describe the problem:when any program is playing audio mupen64plus crash

console output:
(II) JttL's sound plugin version 1.3
(II) Initializing SDL audio subsystem...
ALSA lib pcm_dmix.c:874:(snd_pcm_dmix_open) unable to open slave
(II) Allocating memory for audio buffer: 65536 bytes.
ALSA lib pcm_dmix.c:874:(snd_pcm_dmix_open) unable to open slave
(EE) Couldn't open audio: No available audio device

Original issue reported on code.google.com by lucianobordon on 4 May 2008 at 1:42

GoogleCodeExporter commented 8 years ago
This happens when your hardware is not accessible. However it probably should 
just
spit an error, and continue on. I'll look at it.

Original comment by sgorman07@gmail.com on 4 May 2008 at 9:30

GoogleCodeExporter commented 8 years ago
Now it continues emulation except no sound is heard. Update to r370 to test.

Original comment by sgorman07@gmail.com on 4 May 2008 at 10:36

GoogleCodeExporter commented 8 years ago
i updated to r370 the mupen still crashes. the output is the same :(

Side note: perhaps it crashes because when i compile jttL it says:
Makefile:19: No libsamplerate development libraries found.  jttl_audio will be 
built
without Best Quality SINC resampler.

Original comment by lucianobordon on 5 May 2008 at 1:15

GoogleCodeExporter commented 8 years ago
Did you update the plugins?

cd jttl_audio
make all
mv jttl_audio.so ../plugins/
cd ..
./mupen64plus

Original comment by sgorman07@gmail.com on 5 May 2008 at 1:38

GoogleCodeExporter commented 8 years ago
just to make sure i erased everything and re downloaded mupen64plus with
libsamplerate-dev installed and with r371 i still get the same error and crash

(II) JttL's sound plugin version 1.3
(II) Initializing SDL audio subsystem...
ALSA lib pcm_dmix.c:874:(snd_pcm_dmix_open) unable to open slave
(II) Allocating memory for audio buffer: 65536 bytes.
ALSA lib pcm_dmix.c:874:(snd_pcm_dmix_open) unable to open slave
(EE) Couldn't open audio: No available audio device

Original comment by lucianobordon on 5 May 2008 at 1:47

GoogleCodeExporter commented 8 years ago
perhaps you could compile jttL plugin and send it to me, maybe i am making some 
mistake

Original comment by lucianobordon on 5 May 2008 at 1:50

GoogleCodeExporter commented 8 years ago
Here is my plugin...

Original comment by sgorman07@gmail.com on 5 May 2008 at 2:01

Attachments:

GoogleCodeExporter commented 8 years ago
great man it works thanks a lot:)

Original comment by lucianobordon on 6 May 2008 at 7:18