Kega Fusion has not been updated in quite some time, meaning for the timebeing it can have issues on newer Linux setups (it also is not open source meaning it cannot be recompiled).
Its main issue is Fusion is only available in 32-bit. If you're using a 64-bit system, it's likely your system does not have the 32-bit libraries that Fusion requires.
A handful of automatic packages have been created to include most of these libraries, including the Arch AUR package and Ubuntu DEB package. If you have a distro that can't use these packages, you can use the dependency list provided by the AUR to acquire the same dependencies for your distro:
- lib32-alsa-lib
- lib32-glu
- lib32-gtk2
- lib32-libsm
- lib32-mpg123
The important thing to remember here is you need the 32-bit versions of these libraries. The provided syntax lib32-*
is how Arch differentiates 32-bit libraries. Ubuntu's apt
uses *:i386
. You may need to do research to determine how your distro/package manager does this.
Related to the above issue, Fusion is not fully equipped for newer Linux systems. Many modern Linux systems use PulseAudio as the audio system which Fusion appears to have no support for, expecting the slightly older ALSA. This problem is usually indicated by the "Disable Sound" option
We provide ALSA support with the earlier lib32-alsa-lib
package, but if your system uses PulseAudio, you'll need these two packages too:
- lib32-alsa-plugins
- lib32-libpulse
As above, these are the package names for Arch. For other systems, you may need to find the equivalent names for these packages. These should install support in 32-bit ALSA for PulseAudio providing audio. You should be able to untick "Disable Sound" now.
Fusion is old and at this point seems basically unsupported. There are other issues I've had running it on Linux, including abnormally high CPU usage. Looking forward, I recommend checking out BlastEm, it's not only more accurate as a Genesis emulator, it's also more optimized for newer systems (uses way less CPU than Fusion on my Linux setup) and open source. It's only issue is lack of support for the Genesis addons (Sega CD/32X) but these appear to be in development as of this writing.
I was having issues with Kega Fusion 3.63 on Fedora 39. I'd installed a bunch of 32-bit libs
and the binary would run fine but I just couldn't get audio working. I took a look at the
~/.Kega Fusion/Fusion.ini
file and realised the path to libmpg123 was incorrect. So I fixed that along with these other settings:Once that was done audio started working as well. It's a shame Steve didn't continue to maintain Kega Fusion, it's a great emulator but could do with some updates to better support modern systems.
For completeness, here's the contents of a desktop launcher I added to
~/.local/share/applications/kega-fusion.desktop
after moving the binary to/opt/kega-fusion-3.63/fusion