You are not logged in.

#1 2022-05-25 12:42:19

gameslayer
Member
Registered: 2021-12-14
Posts: 81

PCSX2 is broken

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

#2 2022-05-25 17:45:22

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: PCSX2 is broken

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

#3 2022-05-26 04:20:40

gameslayer
Member
Registered: 2021-12-14
Posts: 81

Re: PCSX2 is broken

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

#4 2022-05-26 07:50:56

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: PCSX2 is broken

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

#5 2022-05-26 07:56:24

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: PCSX2 is broken

Rebuilding pcsx2 yields:

Unsupported architecture: i386

I don't think that it is still officially supported on 32-bit..

Offline

#6 2022-05-26 08:00:52

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: PCSX2 is broken

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

#7 2022-05-26 19:22:54

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: PCSX2 is broken

https://github.com/PCSX2/pcsx2

Minimum CPU:
- Supports SSE4.1

That's the illegal opcode then. :-)

Offline

#8 2022-05-27 09:25:32

gameslayer
Member
Registered: 2021-12-14
Posts: 81

Re: PCSX2 is broken

Ah so the cpu on my Fujitsu laptop doesn't have the capability to run it?

Offline

#9 2022-05-27 09:30:13

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: PCSX2 is broken

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

#10 2022-05-27 09:31:05

gameslayer
Member
Registered: 2021-12-14
Posts: 81

Re: PCSX2 is broken

yeah I know was just curious to see if it could and any bugs I wanted to report anyways tongue

Offline

#11 2022-05-27 09:38:26

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: PCSX2 is broken

much appreciated for that. :-)

Offline

Board footer

Powered by FluxBB