You are not logged in.
Pages: 1
Hey just wanted to report that PCSX is broken and missing dependencies
Had to install libsamplerate and said libsamplerate.so.1 was missing so I tried symlinking it like so
/ln -s usr/lib/libsamplerate.so /usr/lib/libsamplerate.so.1
but I ran into a
Illegal instruction (core dumped)
when running the default launch option on the desktop shortcut
env GDK_BACKEND=x11 MESA_NO_ERROR=1 PCSX2
Last edited by gameslayer (2022-05-25 12:44:31)
Offline
What's your arch (in other words what CPU are you using)?
Looks in any case the binary isn't the right arch it claims to be,
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
i686 pentium4 I believe the arch42 install is using on a Intel core 2 T5550 cpu @ 1.66ghz
Last edited by gameslayer (2022-05-26 04:21:46)
Offline
I had more broken libraries:
/usr/bin/PCSX2: error while loading shared libraries: libSoundTouch.so.1: cannot open shared object file: No such file or directory
It needs a rebuilt because it is still linked against old soundtouch.
Offline
if(${PCSX2_TARGET_ARCHITECTURES} MATCHES "x86_64")
message(STATUS "Compiling a ${PCSX2_TARGET_ARCHITECTURES} build on a ${CMAKE
else()
message(FATAL_ERROR "Unsupported architecture: ${PCSX2_TARGET_ARCHITECTURES}
endif()
Well, sorry, no longer supported, I'll blacklist it in Arch32.
Offline
Offline
Ah so the cpu on my Fujitsu laptop doesn't have the capability to run it?
Offline
Yeah, you might be of luck here. The PS2 emulator is quite demanding in terms of hardware needed for emulation.
Intel ARK shows:
https://www.intel.com/content/www/us/en … tions.html
This is a 64-bit capable laptop, so there is no reason to use Archlinux32 (though of course you can). :-)
Offline
yeah I know was just curious to see if it could and any bugs I wanted to report anyways
Offline
Pages: 1