I get this error and i can't enable sound as a result..
ALSA lib dlmisc.c:254:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
Sound section from Fusion.ini below.
ALSADeviceName=default
OSSDeviceName=/dev/dsp
UsingALSA=1
libmpg123path=/usr/lib/kega-fusion/libmpg123.so.0
CurrentWaveFormat=2
SoundOverdrive=0
SoundSuperHQ=1
SoundDisabled=0
SoundFilter=0
Anyone has any idea how to resolve it? I already have lib32-alsa-plugins installed.
Edit : For those who are wondering, the solution was the install lib32-libpulse after or before installing lib32-alsa-plugins. Then modify Fusion.ini to either reflect default or pulse as the ALSADeviceName.
So..
That's
sudo pacman -S lib32-libpulse lib32-alsa-plugins
or
yaourt -S lib32-libpulse lib32-alsa-plugins
then modify Fusion.ini to show this
ALSADeviceName=pulse
OSSDeviceName=/dev/dsp
UsingALSA=1
libmpg123path=/usr/lib/kega-fusion/libmpg123.so.0
CurrentWaveFormat=2
SoundOverdrive=0
SoundSuperHQ=1
SoundDisabled=0
SoundFilter=0
You can play around with the other sound settings after that.
Search Criteria
Package Details: kega-fusion 3.63-17
Package Actions
Git Clone URL: | https://aur.archlinux.org/kega-fusion.git (read-only, click to copy) |
---|---|
Package Base: | kega-fusion |
Description: | An emulator of classic Sega consoles, including SMS/GG, Genesis/Megadrive and add-ons |
Upstream URL: | http://www.carpeludum.com/kega-fusion |
Keywords: | emulator genesis megadrive multilib |
Licenses: | custom |
Submitter: | trya |
Maintainer: | trya |
Last Packager: | trya |
Votes: | 97 |
Popularity: | 0.000010 |
First Submitted: | 2009-09-30 00:36 (UTC) |
Last Updated: | 2024-10-23 20:21 (UTC) |
Dependencies (14)
- alsa-lib
- glu (glu-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- lib32-alsa-lib
- lib32-glu
- lib32-gtk2
- lib32-libsm
- lib32-mpg123
- libsm
- mpg123 (mpg123-svnAUR, mpg321AUR, mpg321-binAUR)
- upx (upx-gitAUR) (make)
- gtk-engines (optional) – libclearlooks.so library
- lib32-alsa-plugins (optional, x86_64) – for PulseAudio users
- lib32-gtk-enginesAUR (optional, x86_64) – libclearlooks.so library
Required by (0)
Sources (6)
Cxpher commented on 2016-08-01 17:12 (UTC) (edited on 2016-08-01 17:26 (UTC) by Cxpher)
jmunin commented on 2015-12-17 18:57 (UTC) (edited on 2015-12-17 18:57 (UTC) by jmunin)
Hi,
It works perfectly now.
Thanks so much, @trya.
Best regards
trya commented on 2015-12-16 23:35 (UTC)
I added ucl as a make dependency, so that should work okay even if upx is not updated quickly.
trya commented on 2015-12-16 19:13 (UTC)
@jmunin: upx has been updated in [community] recently and its maintainer forgot to add ucl as a dependency. Just install ucl from [community] to immediately solve this issue. Otherwise, the upx package will probably be fixed soon.
jmunin commented on 2015-12-16 00:26 (UTC)
Hi,
I get this error:
Entrando en entorno fakeroot...
==> Iniciando package()...
upx: error while loading shared libraries: libucl.so.1: cannot open shared object file: No such file or directory
==> ERROR: Se produjo un fallo en package().
Cancelando...
==> ERROR: Makepkg no ha podido compilar kega-fusion.
I have installed libucl from aur but it not resolved the error.
Any help will be welcome.
Best regards
trya commented on 2015-06-09 23:40 (UTC)
MP3 playback is now provided through system library. Update your Fusion.ini accordingly (see the default Fusion.ini).
trya commented on 2015-03-23 22:35 (UTC)
Done.
Aerion commented on 2015-03-23 21:57 (UTC)
The upstream URL should be updated to http://www.carpeludum.com/kega-fusion/
trya commented on 2015-02-13 21:40 (UTC)
@oholter: lib32-alsa-plugins is optional because the 32-bit modules eventually used by Kega are loaded with dlopen, the modules required depend on the sound system of choice and as with 32-bit DRI packages, the user has to install them explicitly (see https://wiki.archlinux.org/index.php/Pulseaudio#ALSA)
So, the best I can do is putting lib32-alsa-plugins as an optional dependency.
oholter commented on 2015-02-13 20:52 (UTC)
You should list the lib32-alsa-plugins as a dependency as well. It is required for sound support.
Pinned Comments
trya commented on 2012-02-13 13:10 (UTC) (edited on 2021-05-29 23:12 (UTC) by trya)
64-bit users, remember that you have to install the lib32 package corresponding to your GPU. It's one of the lib32-mesa or lib32-nvidia-utils packages.
Also, PulseAudio users must install lib32-libpulse and lib32-alsa-plugins for the sound to work.