Emulator Issues #2562
closed[2.0] Error loading plugins/libPlugin_Wiimote.so: can't read info
0%
Description
What steps will reproduce the problem?
- Download the Emulator, start a game
- A window with the message "Error loading plugins/libPlugin_Wiimote.so:
can't read info" pops up
3a. Click 'ok' -> Segmentation fault
3b. Ignore the window -> everything works as expected
What is the expected output? What do you see instead?
There is no wiimote plugin indeed, I guess there should be one
What version of the product are you using? On what operating system?
2.0 x86_64 (from the website) Ubuntu 9.10 x86_64
Please provide any additional information below.
Updated by glennricster over 14 years ago
How are you installing dolphin-emu? Are you building it yourself?
Updated by myutsu150 over 14 years ago
I fetched dolphin-2.0.amd64.tar.bz2 from the website.
Updated by glennricster over 14 years ago
How are you running dolphin? Are you changing to the directory the executable is in
and running ./dolphin-emu? If not you will have to change the path to the plugins to
where you are running it from in Dolphin.ini.
Updated by glennricster over 14 years ago
By the way, I recommend installing the dolphin-emu packages from my ppa if you are
using Ubuntu 9.10. See http://code.google.com/p/dolphin-emu/wiki/DolphinUbuntuPackages
Updated by myutsu150 over 14 years ago
yes, I changed to it's root directory (Binary/Linux-x86_64/) and execute dolphin-emu.
Of course a ppa is more convenient for Ubuntu users, it does not make the bug in your
official 2.0 release go away ;-).
(The plugin is present in the i686 bundle btw.)
Updated by glennricster over 14 years ago
myutsu150: I just download the file and tested it. The wiimote plugin worked fine.
Updated by Sonicadvance1 over 14 years ago
do a "ldd libPlugin_Wiimote.so" and give the results
Updated by segfaultmaker over 14 years ago
Same error here, ldd libPlugin_Wiimote.so show me missing libwiiuse
Downloaded, compiled and installed libwiiuse and it works.
Updated by glennricster over 14 years ago
Ahh, I see the problem. I will rebuild and upload. I need to make sure my libwiiuse
package is not linked in.
Updated by glennricster over 14 years ago
- Status changed from New to Fixed
This issue was closed by revision r5384.
Updated by glennricster over 14 years ago
I uploaded a new build to the page. Download and test please.
Updated by miguel.marmolejog over 14 years ago
***** Solved in Linux *****
input to directory of dolphin --> Binary/Linux-x86..
#cp lib/libwiiuse.so /usr/lib/
#./dolphin-emu
Enjoy the games :)
Updated by glennricster about 13 years ago
This issue was closed by revision 88156cff052a.