Package Details: rpcs3-git 0.0.33.r16916.53c84577c0-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: 78
Popularity: 0.33
First Submitted: 2014-08-14 11:04 (UTC)
Last Updated: 2024-09-08 18:27 (UTC)

Latest Comments

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

tempomolto commented on 2017-07-15 08:24 (UTC)

The pb is discussed here: https://github.com/RPCS3/rpcs3/issues/2516#issuecomment-315405512 With latest clang and my script, I have to do this to be able to launch a game: " This is because Arch now enables PIE and SSP by default, you can fix this by changing line 104 in rpcs3/CmakeLists.txt from set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -image-base=0x10000") to set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -image-base=0x10000 -nopie") " This works fine

C0rn3j commented on 2017-07-14 07:03 (UTC)

RPCS3 v0.0.2-5456-25fcde950 Alpha F LDR: St11range_error thrown: Narrow error (0x55fcdadf4b00) S LDR: Boot Game: boot done. Can't launch any game either. Though when trying to launch when compiling from their git repo directly, I get a similar error. RPCS3 v0.0.2-5456-25fcde95 Alpha F LDR: St11range_error thrown: Narrow error (0x562e50829940) S LDR: Boot from gamelist per Boot: done

tempomolto commented on 2017-07-11 07:02 (UTC)

on latest package, I can't launch any game by double clicking (or menu boot) RPCS3 v0.0.2-5408-2e47c4236 Alpha F LDR: St11range_error thrown: Narrow error (0x55c58b7fa430) S LDR: Boot from gamelist per doubleclick: done If I compile with this, I can launch the games. It used to work correctly. #!/bin/bash rm -rf rpcs3 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

hcorion commented on 2017-06-23 02:37 (UTC)

@alucryd it was fixed in a recent PR, it now works fine for me. Some weird bug with how GitVersion wasn't required. No idea why it wouldn't trigger though.

alucryd commented on 2017-06-22 17:35 (UTC)

Again, I can't reproduce either locally or in a clean chroot. AUR helpers shouldn't matter because ultimately they should be calling makepkg, but even if they do, they're unsupported anyway. Did you try building with makepkg or devtools ? BTW, I've got nightly builds over here: https://pkgbuild.com/~alucryd/

logos commented on 2017-06-21 09:00 (UTC)

With "make GitVersion && make" instead of make I stopped having "fatal error: git-version.h" and I was able to compile it.

hcorion commented on 2017-06-15 06:42 (UTC) (edited on 2017-06-15 06:43 (UTC) by hcorion)

@alucryd I'm having the same problem as logos and behem0th had, it might have something do to do with AUR helpers? Anyway, try running make GitVersion && make instead of just make. Also, could build a debug build, with gdb bt and file a bug report about the core dump on GitHub?

Behem0th commented on 2017-06-12 19:11 (UTC)

During build c++ compiler eat 16Gb ram + 4gb swap. But after build rpsc3 start normal. I did not update my system for a while, and in system i have Qt 5.8.

alucryd commented on 2017-06-12 18:10 (UTC)

Looks like rsx_program_decompiler is no longer needed. It should build now, but I get a core dump when I try to launch rpcs3.

logos commented on 2017-06-11 10:25 (UTC) (edited on 2017-06-11 20:31 (UTC) by logos)

I am having the same error as Behem0th