Package Details: rpcs3-git 0.0.32.r16522.e8899bf9fc-1

Git Clone URL: https://aur.archlinux.org/rpcs3-git.git (read-only, click to copy)
Package Base: rpcs3-git
Description: A Sony PlayStation 3 emulator
Upstream URL: https://github.com/RPCS3/rpcs3
Licenses: GPL-2.0-only
Conflicts: rpcs3
Provides: rpcs3
Submitter: alucryd
Maintainer: hcorion
Last Packager: hcorion
Votes: 73
Popularity: 1.46
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2024-05-24 05:23 (UTC)

Dependencies (31)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 Next › Last »

Epsilon commented on 2017-01-29 18:34 (UTC)

Current upstream is https://github.com/RPCS3/rpcs3 The one in the pkgbuild is over 7 months old source.

logos commented on 2017-01-28 11:32 (UTC)

If someone has the same problem, is related to this bug: https://github.com/RPCS3/rpcs3/issues/2132

logos commented on 2017-01-14 22:39 (UTC)

Where can I find this folders of RPCS3 in the system: \dev_flash\sys\external \dev_hdd0\game

Enverex commented on 2016-12-02 16:02 (UTC)

Behem0th: This isn't a support forum for the program, only for issues relating to the PKGBUILD specifically.

Behem0th commented on 2016-10-30 06:43 (UTC)

I have this issue when install game E LDR: PKG: Could not create the installation directory /usr/bin/dev_hdd0/game/NPEA00271 I try create dev_hdd0 folder and chmod 777, try ln -s ~/ps3 /usr/bin/dev_hdd0 but still get this error. How can a change hdd0 emullation directory?

ProfessorKaos64 commented on 2016-10-05 17:03 (UTC)

Has anyone been able to build this with clang?

Enverex commented on 2016-09-21 15:40 (UTC)

You -have- to use GCC 6.2+ for it to build correctly. Don't expect it to work with GCC 6.1. Also, it won't work correctly when installed to /bin or /usr/bin because the program's a bit silly right now and tries to write to (exedir)/(stuff) which obviously won't work if it's installed to one of the system bin folders due to permissions. Using /opt instead for now is probably a good idea.

Sanpi commented on 2016-08-10 10:28 (UTC) (edited on 2016-08-10 10:28 (UTC) by Sanpi)

@tesfabpel I have an error with your PKGBUILD: [100%] Linking CXX executable ../bin/rpcs3 /usr/bin/ld: CMakeFiles/rpcs3.dir/__/Utilities/dynamic_library.cpp.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/lib/libdl.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [rpcs3/CMakeFiles/rpcs3.dir/build.make:9812: bin/rpcs3] Error 1 make[1]: *** [CMakeFiles/Makefile2:245: rpcs3/CMakeFiles/rpcs3.dir/all] Error 2 make: *** [Makefile:84: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

tesfabpel commented on 2016-08-07 12:18 (UTC) (edited on 2016-08-07 12:19 (UTC) by tesfabpel)

I've edited the PKGBUILD and now it compiles (but sadly, it doesn't link: it says that it could not find something related to YAML) Anyway here's my PKGBUILD: https://gist.github.com/tesfabpel/3030acc8faa54aacefe986adb4e6a7ec PS: BTW, isn't it better to let git handle the submodules itself instead of letting makepkg do it (by using `git submodule update --recursive`)?

tesfabpel commented on 2016-08-03 13:00 (UTC)

It fails to compile with this error: In file included from /tmp/yaourt-tmp-tesfabpel/aur-rpcs3-git/src/rpcs3/rpcs3/Emu/RSX/RSXThread.h:12:0, from /tmp/yaourt-tmp-tesfabpel/aur-rpcs3-git/src/rpcs3/rpcs3/Emu/RSX/GSRender.h:3, from /tmp/yaourt-tmp-tesfabpel/aur-rpcs3-git/src/rpcs3/rpcs3/Emu/Cell/Modules/cellGcmSys.cpp:8: /tmp/yaourt-tmp-tesfabpel/aur-rpcs3-git/src/rpcs3/rpcs3/Emu/RSX/rsx_methods.h:12:34: fatal error: cereal/types/array.hpp: File or directory does not exist. #include <cereal/types/array.hpp>