this post was submitted on 18 Feb 2024
23 points (87.1% liked)

Linux

45878 readers
1274 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I use kega fusion on my ubuntu 23.10 to emulate sega's master system, game gear, genesis and cd. I don't need to emulate anything else. The problem with fusion is, it stopped being supported in 2009 and while the latest version is stable, there is no sound. Because it's not supported, I don't know where to ask for help.

if I execute 'kega-fusion' on the terminal I get:

ALSA lib dlmisc.c:337:(snd_dlobj_cache_get0) Cannot open shared library libasound_module_pcm_pipewire.so (/lib/i386-linux-gnu/alsa-lib/libasound_module_pcm_pipewire.so: cannot open shared object file: No such file or directory)

I have this same sound issue with mednaffe. With mednaffe, however, controls don't even work.

Don't suggest retroarch: it seems to be a full suite that's too much for me and I enjoy fusion's minimalist approach.

Don't suggest MAME either, it's also a suite but the mouse reacts oddly and graphics look silly.

I'd also settle for a solution that gives me sound back with fusion.

you are viewing a single comment's thread
view the rest of the comments
[–] Floppybutton@lemmy.world 5 points 5 months ago (1 children)

The flatpak has all of the required dependencies included in the file and are sandboxed when you run the program. Typically installing the app via your package manager or storefront would rely on dependencies previously installed on your system or install them during the setup process, and running them on the system will draw those resources from wherever they're stored. This is why you'll find flatpaks are typically much larger than the footprint of a traditional program on Linux.

I can't say for sure but I'd venture a guess that the code for the emulator hasn't necessarily changed, so they haven't seen fit to iterate the version number in some time, but the flatpak was rebuilt to include the newer versions of dependencies that interface with your newer hardware. Just a guess though.

Have you tried the flatpak to see if it solves your issue?

[–] vestmoria@linux.community 0 points 5 months ago* (last edited 5 months ago) (2 children)
[–] Floppybutton@lemmy.world 5 points 5 months ago (1 children)

You don't need an sdk to set up flathub.

I don't use Ubuntu but reviewing the commands on the flatpak website they seem pretty straightforward.

https://flatpak.org/setup/Ubuntu

From there you should be able to install Kega from the Kega listing by clicking the install button.

https://flathub.org/apps/com.carpeludum.KegaFusion

[–] nailoC5@lemy.lol 3 points 5 months ago (1 children)

set up flathub from here https://flathub.org/setup/Ubuntu then type flatpak install flathub com.carpeludum.KegaFusion in the terminal