Project

General

Profile

Actions

Emulator Issues #2800

closed

Error Load DSP Plugin

Added by utiba.ajeet about 14 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

What steps will reproduce the problem?

  1. SVN checkout
  2. compile the devel build

What is the expected output? What do you see instead?

Throwing an error of unable to load DSP plugin

Dolphin version with the problem? Other Dolphin version without the
problem?

Latest

32-bit or 64-bit and any other build parameters?

32
OS version and versions of tools/libraries used?

Linux localhost.localdomain 2.6.29.4-167.fc11.i686.PAE #1 SMP Wed May 27 17:28:22 EDT 2009 i686 i686 i386 GNU/Linux

Please provide any additional information below.

[Thread debugging using libthread_db enabled]
warning: .dynamic section for "/usr/lib/libogg.so.0" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libltdl.so.7" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
warning: .dynamic section for "/usr/lib/libgnomeprintui-2-2.so.0" is not at the expected address
warning: difference appears to be caused by prelink, adjusting expectations
23:50:012 Source/Core/Common/Src/FileUtil.cpp:92 W[COMMON]: IsDirectory: stat failed on ./user/Wii/title/00000001/00000002/content/:
DL: Error loading DLL plugins/libPlugin_DSP_LLE.so: plugins/libPlugin_DSP_LLE.so: undefined symbol: pa_simple_free23:50:189 Source/Core/Common/Src/DynamicLibrary.cpp:91 E[COMMON]: DL: Error loading DLL plugins/libPlugin_DSP_LLE.so: (null)
23:50:189 Source/Core/Core/Src/PluginManager.cpp:193 W[CONSOLE]: PluginInfo: libPlugin_DSP_LLE.so is not a valid Dolphin plugin. Ignoring.
DL: Error loading DLL plugins/libPlugin_DSP_HLE.so: plugins/libPlugin_DSP_HLE.so: undefined symbol: pa_simple_free23:50:327 Source/Core/Common/Src/DynamicLibrary.cpp:91 E[COMMON]: DL: Error loading DLL plugins/libPlugin_DSP_HLE.so: (null)
23:50:327 Source/Core/Core/Src/PluginManager.cpp:193 W[CONSOLE]: PluginInfo: libPlugin_DSP_HLE.so is not a valid Dolphin plugin. Ignoring.
23:50:474 Source/Core/DolphinWX/Src/X11Utils.cpp:107 N[Video]: XRRExtension-Version 1.3
23:50:724 Source/Core/DolphinWX/Src/X11Utils.cpp:144 N[Video]: Fullscreen Resolution 1440x900


Related issues 1 (0 open1 closed)

Is duplicate of Emulator - Emulator Issues #2812: pulseaudio sound output links to the wrong libFixed

Actions
Actions #1

Updated by utiba.ajeet about 14 years ago

(gdb) bt
#0 0x0822e057 in Common::CPlugin::Config (this=0x0, _hwnd=0x88cb028) at Source/Core/Common/Src/Plugin.cpp:98
#1 0x0811dbf3 in CPluginManager::OpenConfig (this=0x88c8520, _Parent=0x88cb028, _rFilename=0x88c6254 "libPlugin_DSP_HLE.so", Type=PLUGIN_TYPE_DSP)
at Source/Core/Core/Src/PluginManager.cpp:426
#2 0x080999f7 in CFrame::OnPluginDSP (this=0x88c9e30) at Source/Core/DolphinWX/Src/FrameTools.cpp:942
#3 0x0023a31f in wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::)(wxEvent&), wxEvent&) const () from /usr/lib/libwx_baseu-2.8.so.0
#4 0x002db229 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler
, wxEvent&) () from /usr/lib/libwx_baseu-2.8.so.0
#5 0x002dc2c4 in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) () from /usr/lib/libwx_baseu-2.8.so.0
#6 0x002dc3d0 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/libwx_baseu-2.8.so.0
#7 0x002dc359 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/libwx_baseu-2.8.so.0
#8 0x04274322 in wxWindowBase::TryParent(wxEvent&) () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#9 0x002dc369 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/libwx_baseu-2.8.so.0
#10 0x00d63eeb in wxAuiToolBar::OnLeftUp(wxMouseEvent&) () from /usr/lib/libwx_gtk2u_aui-2.8.so.0
#11 0x0023a31f in wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::)(wxEvent&), wxEvent&) const () from /usr/lib/libwx_baseu-2.8.so.0
#12 0x002db229 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler
, wxEvent&) () from /usr/lib/libwx_baseu-2.8.so.0
#13 0x002dc2c4 in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) () from /usr/lib/libwx_baseu-2.8.so.0
#14 0x002dc3d0 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/libwx_baseu-2.8.so.0
#15 0x0416346b in wxWindow::GTKProcessEvent(wxEvent&) const () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#16 0x041686df in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#17 0x03a93cc8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x00350352 in g_closure_invoke () from /lib/libgobject-2.0.so.0
#19 0x00365bc8 in ?? () from /lib/libgobject-2.0.so.0
#20 0x00366e08 in g_signal_emit_valist () from /lib/libgobject-2.0.so.0
#21 0x00367406 in g_signal_emit () from /lib/libgobject-2.0.so.0
#22 0x03bc7eee in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#23 0x03a8b128 in gtk_propagate_event () from /usr/lib/libgtk-x11-2.0.so.0
#24 0x03a8c5ea in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#25 0x00a5292a in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#26 0x00df81e8 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#27 0x00dfb7f8 in ?? () from /lib/libglib-2.0.so.0
#28 0x00dfbcaf in g_main_loop_run () from /lib/libglib-2.0.so.0
#29 0x03a8cc09 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#30 0x04153858 in wxEventLoop::Run() () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#31 0x041e707e in wxAppBase::MainLoop() () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#32 0x041e6c51 in wxAppBase::OnRun() () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#33 0x002756da in wxEntry(int&, wchar_t**) () from /usr/lib/libwx_baseu-2.8.so.0
#34 0x002758b7 in wxEntry(int&, char**) () from /usr/lib/libwx_baseu-2.8.so.0
#35 0x080f3819 in main (argc=1, argv=0xbffff394) at Source/Core/DolphinWX/Src/Main.cpp:49

Actions #2

Updated by blubberdiblub about 14 years ago

It looks like that bug was introduced in r5626 when fiddling with pulseaudio.

Actions #3

Updated by blubberdiblub about 14 years ago

Well, it seems it's just a missing library or something like that. On Debian, try installing libsdl1.2debian-all instead of libsdl1.2debian-alsa. The former apparently has pulseaudio bindings while the latter does not.

Actions #4

Updated by BhaaL about 14 years ago

  • Status changed from New to Duplicate

Merged into the newer Issue 2812 since it contains a patch aswell.

Actions

Also available in: Atom PDF