Package Details: proton-ge-custom 2:GE.Proton9.5-1

Git Clone URL: https://aur.archlinux.org/proton-ge-custom.git (read-only, click to copy)
Package Base: proton-ge-custom
Description: Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build
Upstream URL: https://github.com/GloriousEggroll/proton-ge-custom
Keywords: dxvk proton steam valve vkd3d wine
Licenses: custom
Provides: proton
Submitter: loathingkernel
Maintainer: loathingkernel
Last Packager: loathingkernel
Votes: 37
Popularity: 0.121516
First Submitted: 2020-03-23 23:52 (UTC)
Last Updated: 2024-05-12 08:59 (UTC)

Required by (7)

Sources (12)

Pinned Comments

loathingkernel commented on 2023-10-12 10:43 (UTC) (edited on 2023-10-12 10:45 (UTC) by loathingkernel)

@rekman, thank you for looking into CUDA issues, at least it gives me an idea on how to fix it. That being said, my position remains to build it in a clean chroot, away from the locally installed packages. It is not feasible for me to carry patches for the build systems of various subprojects in the long run.

By enabling the 0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of patch, you lose voice recognition which I assume is not that big of a loss as I haven't encountered a use for it, so I think it is an acceptable alternative.

patlefort commented on 2022-09-22 00:33 (UTC)

Compilation will fail if you happen to have jwasm installed, due to vulkan loader. Workaround: uninstall jwasm or add this line to prepape() in the PKGBUILD:

sed -i 's/VULKAN_LOADER_CMAKE_ARGS = -DUSE_MASM=OFF/VULKAN_LOADER_CMAKE_ARGS = -DUSE_MASM=OFF -DJWASM_FOUND=0/' "$srcdir/$pkgname/Makefile.in"

loathingkernel commented on 2020-11-21 10:28 (UTC) (edited on 2022-09-13 10:55 (UTC) by loathingkernel)

Notes about this package

  • If you encounter issues while using this package, please contact me here first before reporting an issue to the upstream repository.

  • Don't post logs, link to them. If you are using Manjaro, another derivative or an AUR helper, please mention it, I DO NOT TEST AGAINST THEM AND I CANNOT KNOW WHAT MIGHT BE WRONG WITH THE DISTRO/HELPER OF YOUR CHOICE.

  • It takes a LOT of time and space to build. Building with multiple jobs helps but might cause builds to fail in rare cases. Be sure to have at least 16GB of RAM if you are building on tmpfs

  • It is NOT built against Steam Linux Runtime (Sniper, Soldier, etc) and as such it doesn't require it. Still, is detected by Steam and works properly (preferable through steam-native).

  • This PKGBUILD uses CFLAGS, CXXFLAGS and LDFLAGS hardcoded in the PKGBUILD itself. By default it uses the same C[XX]FLAGS as upstream, namely -march=nocona and -mtune=core-avx2. To change them you will have to edit the PKGBUILD itself. Due to the nature of this package some flags can cause it to fail to build or not function properly. I try to filter them out but it is based on testing. If you have a feeling that compile-time options are involved in the issues you are having please include them in your comment. Currently the filtered options are -fstack-protector-{,-strong,-all}(dxvk and vkd3d only), -fno-plt, -z,relro, -z,now. Also the use of AVX instructions is disabled through -mno-avx.

  • If you are not using CFLAGS and CXXFLAGS specific to your system this package won't offer much in terms of performance as the upstream build flags already target the nocona (Core2) architecture. It will possibly perform worse than upstream. The only benefits you get is not depending on steam linux runtime as well as linking to Arch libraries. If you still want to build it, you can uncomment the relevant lines in the PKGBUILD to enable CFLAGS and CXXFLAGS similar to the upstream.

  • There have been reports with afdko failing to find its dependencies during building. I can't do anything about that as I don't maintain that package. It is NOT an issue with this package and I haven't found a way to not depend on it. Please don't report fails due to afdko (or any of its python- dependencies, they are pulled in due to afdko and only used by that), it has been discussed enough. There are possible workarounds in the comments.

  • It contains a patch to store game prefixes in the main Steam Library under $HOME/.local/share/Steam/steamapps/compatdata. It helps with isolation of game prefixes between users and works around issues with shared libraries on NTFS partitions due to drive symlinks. To enable it, set the PROTON_USER_COMPAT_DATA env variable to 1.

  • This package requires a Rust 32 bit target, please run rustup target install i686-unknown-linux-gnu BEFORE posting any issues if you're using rustup.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 33 Next › Last »

loathingkernel commented on 2023-09-24 13:27 (UTC)

@mihalycsaba, build it in a clean chroot or use one of my pre-built packages. There are links in the comments.

mihalycsaba commented on 2023-09-24 12:53 (UTC) (edited on 2023-09-24 12:54 (UTC) by mihalycsaba)

Build is failing, with the default PKGBUILD. Tried it with -march=native too, same result.

[44/60] x86_64-pc-linux-gnu-gcc -Igst/matroska/libgstmatroska.so.p -Igst/matroska -I../src-gst_good/gst/matroska -I. -I../src-gst_good -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_base64/include/gstreamer-1.0 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gstreamer64/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_orc64/include/orc-0.4 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_orc64/include -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gstreamer64/include -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_base64/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -fvisibility=hidden -fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Winit-self -Wmissing-include-dirs -Wno-multichar -Wvla -Wpointer-arith -Wmissing-prototypes -Wold-style-definition -Waggregate-return -s -O2 -march=nocona -mtune=core-avx2 -pipe -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -ffile-prefix-map=/home/csaba/.cache/yay/proton-ge-custom/src/build/src-gst_good=. -mcmodel=small -s -O2 -march=nocona -mtune=core-avx2 -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -ffile-prefix-map=/home/csaba/.cache/yay/proton-ge-custom/src/build/src-gst_good=. -mcmodel=small -fPIC -pthread -DHAVE_CONFIG_H -MD -MQ gst/matroska/libgstmatroska.so.p/matroska-mux.c.o -MF gst/matroska/libgstmatroska.so.p/matroska-mux.c.o.d -o gst/matroska/libgstmatroska.so.p/matroska-mux.c.o -c ../src-gst_good/gst/matroska/matroska-mux.c
[45/60] x86_64-pc-linux-gnu-gcc -Igst/wavparse/libgstwavparse.so.p -Igst/wavparse -I../src-gst_good/gst/wavparse -I. -I../src-gst_good -I../src-gst_good/gst-libs -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gstreamer64/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_base64/include/gstreamer-1.0 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_orc64/include/orc-0.4 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_orc64/include -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gstreamer64/include -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_base64/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -fvisibility=hidden -fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Winit-self -Wmissing-include-dirs -Wno-multichar -Wvla -Wpointer-arith -Wmissing-prototypes -Wold-style-definition -Waggregate-return -s -O2 -march=nocona -mtune=core-avx2 -pipe -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -ffile-prefix-map=/home/csaba/.cache/yay/proton-ge-custom/src/build/src-gst_good=. -mcmodel=small -s -O2 -march=nocona -mtune=core-avx2 -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -ffile-prefix-map=/home/csaba/.cache/yay/proton-ge-custom/src/build/src-gst_good=. -mcmodel=small -fPIC -pthread -DHAVE_CONFIG_H -MD -MQ gst/wavparse/libgstwavparse.so.p/gstwavparse.c.o -MF gst/wavparse/libgstwavparse.so.p/gstwavparse.c.o.d -o gst/wavparse/libgstwavparse.so.p/gstwavparse.c.o -c ../src-gst_good/gst/wavparse/gstwavparse.c
[46/60] x86_64-pc-linux-gnu-gcc -Igst/isomp4/libgstisomp4.so.p -Igst/isomp4 -I../src-gst_good/gst/isomp4 -I. -I../src-gst_good -I../src-gst_good/gst-libs -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gstreamer64/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_base64/include/gstreamer-1.0 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_orc64/include/orc-0.4 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_orc64/include -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gstreamer64/include -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_base64/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -fvisibility=hidden -fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Winit-self -Wmissing-include-dirs -Wno-multichar -Wvla -Wpointer-arith -Wmissing-prototypes -Wold-style-definition -Waggregate-return -s -O2 -march=nocona -mtune=core-avx2 -pipe -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -ffile-prefix-map=/home/csaba/.cache/yay/proton-ge-custom/src/build/src-gst_good=. -mcmodel=small -s -O2 -march=nocona -mtune=core-avx2 -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -ffile-prefix-map=/home/csaba/.cache/yay/proton-ge-custom/src/build/src-gst_good=. -mcmodel=small -fPIC -pthread -DHAVE_CONFIG_H -MD -MQ gst/isomp4/libgstisomp4.so.p/gstqtmux.c.o -MF gst/isomp4/libgstisomp4.so.p/gstqtmux.c.o.d -o gst/isomp4/libgstisomp4.so.p/gstqtmux.c.o -c ../src-gst_good/gst/isomp4/gstqtmux.c
../src-gst_good/gst/isomp4/gstqtmux.c: In function ‘gst_qt_mux_check_and_update_timecode’:
../src-gst_good/gst/isomp4/gstqtmux.c:4881:9: warning: variable ‘szret’ set but not used [-Wunused-but-set-variable]
 4881 |   gsize szret;
      |         ^~~~~
[47/60] x86_64-pc-linux-gnu-gcc -Igst/matroska/libgstmatroska.so.p -Igst/matroska -I../src-gst_good/gst/matroska -I. -I../src-gst_good -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_base64/include/gstreamer-1.0 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gstreamer64/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_orc64/include/orc-0.4 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_orc64/include -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gstreamer64/include -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_base64/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -fvisibility=hidden -fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Winit-self -Wmissing-include-dirs -Wno-multichar -Wvla -Wpointer-arith -Wmissing-prototypes -Wold-style-definition -Waggregate-return -s -O2 -march=nocona -mtune=core-avx2 -pipe -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -ffile-prefix-map=/home/csaba/.cache/yay/proton-ge-custom/src/build/src-gst_good=. -mcmodel=small -s -O2 -march=nocona -mtune=core-avx2 -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -ffile-prefix-map=/home/csaba/.cache/yay/proton-ge-custom/src/build/src-gst_good=. -mcmodel=small -fPIC -pthread -DHAVE_CONFIG_H -MD -MQ gst/matroska/libgstmatroska.so.p/matroska-demux.c.o -MF gst/matroska/libgstmatroska.so.p/matroska-demux.c.o.d -o gst/matroska/libgstmatroska.so.p/matroska-demux.c.o -c ../src-gst_good/gst/matroska/matroska-demux.c
[48/60] x86_64-pc-linux-gnu-gcc -Igst/isomp4/libgstisomp4.so.p -Igst/isomp4 -I../src-gst_good/gst/isomp4 -I. -I../src-gst_good -I../src-gst_good/gst-libs -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gstreamer64/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_base64/include/gstreamer-1.0 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_orc64/include/orc-0.4 -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_orc64/include -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gstreamer64/include -I/home/csaba/.cache/yay/proton-ge-custom/src/build/dst-gst_base64/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -fvisibility=hidden -fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Winit-self -Wmissing-include-dirs -Wno-multichar -Wvla -Wpointer-arith -Wmissing-prototypes -Wold-style-definition -Waggregate-return -s -O2 -march=nocona -mtune=core-avx2 -pipe -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -ffile-prefix-map=/home/csaba/.cache/yay/proton-ge-custom/src/build/src-gst_good=. -mcmodel=small -s -O2 -march=nocona -mtune=core-avx2 -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -ffile-prefix-map=/home/csaba/.cache/yay/proton-ge-custom/src/build/src-gst_good=. -mcmodel=small -fPIC -pthread -DHAVE_CONFIG_H -MD -MQ gst/isomp4/libgstisomp4.so.p/qtdemux.c.o -MF gst/isomp4/libgstisomp4.so.p/qtdemux.c.o.d -o gst/isomp4/libgstisomp4.so.p/qtdemux.c.o -c ../src-gst_good/gst/isomp4/qtdemux.c
ninja: build stopped: subcommand failed.
make[1]: *** [../proton-ge-custom/Makefile.in:292: /home/csaba/.cache/yay/proton-ge-custom/src/build/.gst_good-build64] Error 1
make[1]: Leaving directory '/home/csaba/.cache/yay/proton-ge-custom/src/build'
make: *** [../proton-ge-custom/Makefile.in:1429: dist] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: proton-ge-custom-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
proton-ge-custom - exit status 4

loathingkernel commented on 2023-09-19 14:11 (UTC) (edited on 2023-09-19 14:12 (UTC) by loathingkernel)

@artivision I have no idea what "red class" might mean.

Other than that, I cannot revert the package, you can build the previous version locally if you want.

As for the problem, I have not encountered it and you are not giving me enough information to go about investigating it. Such information would include more than one games, what the error looks like with relevant context, if it happens with GE from their repository, any other information you have gathered while looking for the problem.

As I replied in your comments in wine-ge-custom and wine-ge-custom-opt, this is simply not enough, I need this information to do something for the problem.

artivision commented on 2023-09-19 13:48 (UTC)

Good day. Major Gstreamer problem with GE8.15, many games like RE8 hung in the intro video. Please revert to GE8.14 or check for Gstreamer 1.22.5 compatibility. This update its red class.

niobium93 commented on 2023-09-05 09:33 (UTC)

@loathingkernel I opened an issue here.

loathingkernel commented on 2023-09-05 07:34 (UTC) (edited on 2023-09-05 08:00 (UTC) by loathingkernel)

@niobium93 Try the one from my repo below, if it's different, we should probably contact the ChaoticAUR people.

Edit: I also looked into the Chaotic AUR package now. namcap -r permissions complains with mulitples of the following for the Chaotic AUR package

proton-ge-custom W: File (.BUILDINFO) has the world writable bit set.
proton-ge-custom W: File (.MTREE) has the world writable bit set.
proton-ge-custom W: File (.PKGINFO) has the world writable bit set.
...
proton-ge-custom W: File (usr/share/steam/compatibilitytools.d/proton-ge-custom/proton) has the world writable bit set.
proton-ge-custom W: File (usr/share/steam/compatibilitytools.d/proton-ge-custom/proton_3.7_tracked_files) has the world writable bit set.
...

My repo package doesn't do that. I don't understand where the difference comes from.

niobium93 commented on 2023-09-05 06:58 (UTC)

I actually just installed the package as built by ChaoticAUR. Build log here.

loathingkernel commented on 2023-09-05 06:32 (UTC)

@niobium93, that's odd. Can you look into it a bit more if it's on your side? Because locally I don't see that issue.

niobium93 commented on 2023-09-05 05:54 (UTC)

When updating from 2:GE.Proton8.13-1 to 2:GE.Proton8.14-2 pacman spammed a bunch of these warnings:

warning: directory permissions differ on /usr/share/steam/compatibilitytools.d/proton-ge-custom/files/
filesystem: 755  package: 777

Seems like a bunch of stuff was made writable by any user, which seems like a mistake.

loathingkernel commented on 2023-09-04 20:16 (UTC) (edited on 2023-09-04 20:17 (UTC) by loathingkernel)

@pipes80,

it takes less to install linux from scratch

Not if you want a complete system, but close to that nonetheless.

About an hour and a half on the 4-core 4-thread Haswell that I am using. I also provide pre-built packages here https://github.com/loathingKernel/PKGBUILDs/releases/tag/loathk-public