Package Details: rpcs3-bin 0.0.36_17723_2f8ed1a6-3

Git Clone URL: https://aur.archlinux.org/rpcs3-bin.git (read-only, click to copy)
Package Base: rpcs3-bin
Description: Open-source Sony PlayStation 3 Emulator
Upstream URL: https://rpcs3.net/
Licenses: GPL2
Conflicts: rpcs3
Provides: rpcs3
Replaces: rpcs3
Submitter: Sanpi
Maintainer: Sanpi
Last Packager: Sanpi
Votes: 43
Popularity: 1.21
First Submitted: 2017-08-17 07:42 (UTC)
Last Updated: 2025-04-16 12:36 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

Sanpi commented on 2025-04-16 12:36 (UTC)

@flamesoulis Fixed, the appimage format has changed.

bcfradella commented on 2025-04-16 03:52 (UTC)

@flamesoulis I can corroborate the strange errors.

flamesoulis commented on 2025-04-10 19:38 (UTC)

Getting some strange errors:

WARNINGS:
There are data after the end of archive
Offset = 178042
Physical Size = 33938
Tail Size = 87597892
Streams = 1
Blocks = 1
Method = decoded: XXH64 unused_bit single-segments wnd-MAX:51233 content-size-frame-max:51233 content-size-total:51233

ERROR: Data Error : rpcs3-v0.0.36-17776-9b7d5cd1_linux64

Sanpi commented on 2025-04-04 08:32 (UTC)

@flavionm Fixed, thank you.

flavionm commented on 2025-04-04 00:24 (UTC) (edited on 2025-04-04 00:25 (UTC) by flavionm)

At least from version 0.0.36_17737_73f2aaf9 onwards, ldd does list some opencv libraries, specifically libopencv_photo.so.411, libopencv_imgproc.so.411, and libopencv_core.so.411.

Installing opencv fixed the issue of it not opening otherwise.

Sanpi commented on 2025-03-01 10:00 (UTC)

@gugylucky opencv is optional. ldd doesn’t list the opencv library, the binary is probably built with the opencv submodule.

gugylucky commented on 2025-03-01 02:22 (UTC)

I think the package needs opencv as a dependency now as of this commit: https://github.com/RPCS3/rpcs3/commit/807c5e2240e62d13fcf697f66d3e6c0b15a61100

vitaliikuzhdin commented on 2024-12-15 10:30 (UTC)

Would you mind adding aarch64 version too? The binaries are hosted here:

https://github.com/RPCS3/rpcs3-binaries-linux-arm64/releases/

Sanpi commented on 2024-08-09 13:15 (UTC)

@italoghost it's probably easier if I add you as a maintainer?

italoghost commented on 2024-07-24 01:15 (UTC)

Hi! I've created a new patch that is heavily inspired by the approach taken on pcsx2-latest-bin: it copies all files from the AppImage to /opt/ and makes a symbolic link to the "AppRun" file (which is a shell script with some instructions from the developer on how the program should be run).

As it seems, it diminishes the burden of checking for dependencies and installing the files.

Could you (or anyone) review it and consider it as well?

I have uploaded on my GitHub page, as it has exceeded the maximum number of characters.