Next Generation Emulation banner

Linux Plugin Problem

4K views 22 replies 6 participants last post by  cian_bouzu 
#1 ·
Hi.

I'm trying to use the linux version 8 of pcsx2 but cannot configure the pad and usb plugins.

They are not even recognized by the emulator even though i've set plugins directory and the other plugins are seen with no problem.

Is anyone getting the same problem?.
:hdbash:
 
#6 · (Edited)
Hi,

For usb use USB linuz 0.4 (compile it). And for pad no idea, same problem here.
linuzappz, the plugins don't show up in config panel (like if they are from old versions). there is no crash to be logged.

ldd plugins/libPADwin.so: No such file or directory

i can see it with my own eyes in that directory. i removed it copeyd it again. and i compiled it again.i get the same message.
 
#7 ·
Here you go:
linux-gate.so.1 => (0x0011a000)
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x00355000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x0056e000)
libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x00938000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x00dec000)
libdl.so.2 => /lib/libdl.so.2 (0x00a42000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x00111000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x005c5000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x001a1000)
libm.so.6 => /lib/libm.so.6 (0x00ca7000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x0011b000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00ba0000)
libc.so.6 => /lib/libc.so.6 (0x005d3000)
/lib/ld-linux.so.2 (0x00a5e000)
libasound.so.2 => /usr/lib/libasound.so.2 (0x00286000)
 
#10 ·
/root/pcsx2-0.8.1/plugins/libUSBnull.so: undefined symbol: LoadConfig
/root/pcsx2-0.8.1/plugins/libPADwin.so: undefined symbol: _PADclose
running pcs2 in terminal
also i get:
Linux.c:38: warning: static declaration for `_PADopen' follows non-static
Linux.c:45: warning: static declaration for `_PADclose' follows non-static
Linux.c:159:3: warning: no newline at end of file
Linux.c:38: warning: `_PADopen' defined but not used
Linux.c:45: warning: `_PADclose' defined but not used
Linux.c:11: warning: `_PADupdate' defined but not used
while compiling. i hope this helps debugging
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top