![]() |
|
No Sound Plugin Linux. [Fixed] - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: No Sound Plugin Linux. [Fixed] (/Thread-no-sound-plugin-linux-fixed) |
No Sound Plugin Linux. [Fixed] - diegomichel - 06-12-2010 Work Around: Edit the file SConstruct, find the line Quote:env['HAVE_PULSEAUDIO'] = conf.CheckPKG('libpulse') and comment it: Quote:#env['HAVE_PULSEAUDIO'] = conf.CheckPKG('libpulse') Save the file and compile again. ------------------------------------------------------------------------------------------- Im using the last version from google code. Everything compiles right. when i run dolphin with the param -d this take my attention seems to be that my sdl installation does not include the function pa_simple_free wich is related to pulseaudio, but i make shure reinstall libsdl with pulseaudio support, still got the same error: Quote:DL: Error loading DLL plugins/libPlugin_DSP_HLE.so: plugins/libPlugin_DSP_HLE.so: undefined symbol: pa_simple_free04:51:660 Source/Core/Common/Src/DynamicLibrary.cpp:91 E[COMMON]: DL: Error loading DLL plugins/libPlugin_DSP_HLE.so: (null) Distribution: Gentoo LibSDL installation information: Quote:[I] media-libs/libsdl Well hope someone have an idea of what is happening. Thanks, and sorry for my bad english. |