What's new

Can't Configure Mupen under Fedora Core 6

JuanConstrictor

New member
Hello everyone,
I've got a problem; I had downloaded las Mupen version from its website, but after i execute the program (./mupen64) and try to configure the plugins, it says I've got no plugins, and the posibility to change it is disabled.

I am using Fedora Core 6 with compiz enabled, in a Thinkpad x30. Under windows, I had no problems with console emulation.

Thank you all, for any kind of help.

Pd. I'd attached a picture of what says the program.
Pd2. Sorry for mi English, I'm trying to working it our. : )

sinnombreht5.jpg
 

Sri Narayan

New member
Since you didn't compile mupen by yourself I think you have to check if every library is installed.
Open a terminal and check your plugins with:

ldd pluginname.so (i.e.: ldd plugins/Glide64.so)

ciu
 

nonfatalexec

New member
I had the same problem. I solved it by setting the security context of the .so files to be the same as some other .so files in my system. In mupen64-0.5/plugins/, I have a bunch of .so files. I fix their security context by running "chcon -t textrel_shlib_t mupen64-0.5/plugins/*.so".

I found out this problem when I tried to run the emulator and it complained about the permission of the .so files.
 

Top