Package Details: rpcs3-git 0.0.36.r17723.2f8ed1a6bd-2

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: 79
Popularity: 0.56
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2025-03-31 01:11 (UTC)

Latest Comments

« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 37 Next › Last »

klore commented on 2017-06-08 13:34 (UTC)

hello, got this compilation error compilation terminated. make[2]: *** [rpcs3/CMakeFiles/rpcs3.dir/build.make:7527: rpcs3/CMakeFiles/rpcs3.dir/rpcs3_version.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:147: rpcs3/CMakeFiles/rpcs3.dir/all] Error 2 make: *** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :((

tempomolto commented on 2017-06-06 09:51 (UTC) (edited on 2017-06-06 09:51 (UTC) by tempomolto)

I have the same error as logos about a missing git-version.h I tried to compile with clang instead, but no luck. If I do this (following their readme): git clone https://github.com/RPCS3/rpcs3.git cd rpcs3/ #test with clang export CC=/usr/bin/clang export CXX=/usr/bin/clang++ git submodule update --init cmake CMakeLists.txt && make GitVersion && make then it works, and I can launch on a r9 fury with: MESA_GLSL_VERSION_OVERRIDE=450 MESA_GL_VERSION_OVERRIDE=4.5 ./rpcs3/bin/rpcs3

logos commented on 2017-06-05 20:43 (UTC) (edited on 2017-06-05 21:13 (UTC) by logos)

Maybe is related with this https://github.com/RPCS3/rpcs3/issues/1802

alucryd commented on 2017-06-05 18:50 (UTC)

I can't reproduce here, neither locally nor in a clean chroot. Maybe try reaching upstream about it. Also, when you post some output you're supposed to use an english locale.

logos commented on 2017-06-05 06:26 (UTC) (edited on 2017-06-05 06:40 (UTC) by logos)

I get this error compiling: error fatal: git-version.h: No existe el fichero o el directorio #include "git-version.h" ^~~~~~~~~~~~~~~ compilación terminada. make[2]: *** [rpcs3/CMakeFiles/rpcs3.dir/build.make:7527: rpcs3/CMakeFiles/rpcs3.dir/rpcs3_version.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:147: rpcs3/CMakeFiles/rpcs3.dir/all] Error 2 make: *** [Makefile:130: all] Error 2

alucryd commented on 2017-06-04 19:48 (UTC)

Updated, thx for the heads up :)

Behem0th commented on 2017-06-04 19:09 (UTC)

RPCS3 now support Qt https://github.com/RPCS3/rpcs3/commit/6cfb184b1ec798eb209272a404040e7a582516a7

CyberConan commented on 2017-05-25 18:52 (UTC)

Hi! I don't know why but I had this error: /tmp/rpcs3/rpcs3/rpcs3_version.cpp:3:25: fatal error: git-version.h: No such file or directory I needed include make GitVersion before make. https://github.com/RPCS3/rpcs3/issues/2229

hcorion commented on 2017-05-22 18:03 (UTC)

@alucryd RPCS3 now has a make install step, which installs the desktop icons, .desktop and executable.

hcorion commented on 2017-05-12 04:27 (UTC)

Great, thanks! RPCS3 works fine for me on Intel i7 4770 and GTX 1070, no st11range error. It really is a strange error, because some people get it and some don't, some people even have the same hardware but one gets the st11range and the other doesn't.