Package Details: proton-ge-custom 2:GE.Proton9.22-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: 41
Popularity: 3.11
First Submitted: 2020-03-23 23:52 (UTC)
Last Updated: 2024-12-30 14:02 (UTC)

Dependencies (117)

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 .. 28 29 30 31 32 33 34 Next › Last »

loathingkernel commented on 2020-06-08 18:15 (UTC)

@Samega7Cattac: depends on the package. Look at the configuration step (right before make usually) on how to specify options. In this case it was done by specifying -Daom=disabled in meson arguments. It differs between build systems. Or remove lib32-aom package from your system.

Samega7Cattac commented on 2020-06-08 17:57 (UTC) (edited on 2020-06-08 18:14 (UTC) by Samega7Cattac)

@loathingkernel yes. Seems this is not the only package I'm having issues with lib32-aom (already tried to rebuild). How to disable the linking?

loathingkernel commented on 2020-06-08 12:52 (UTC) (edited on 2020-06-08 12:52 (UTC) by loathingkernel)

@Samega7Cattac: Do you have lib32-aom installed? Disabled linking to it for the time being. Test again.

Samega7Cattac commented on 2020-06-07 16:09 (UTC)

[441/545] Linking target ext/aom/libgstaom.so
FAILED: ext/aom/libgstaom.so 
gcc  -o ext/aom/libgstaom.so 'ext/aom/577fce2@@gstaom@sha/gstaom.c.o' 'ext/aom/577fce2@@gstaom@sha/gstav1enc.c.o' 'ext/aom/577fce2@@gstaom@sha/gstav1dec.c.o' 'ext/aom/577fce2@@gstaom@sha/gstav1utils.c.o' -flto -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,libgstaom.so -Wl,-Bsymbolic-functions -m32 -march=native -O2 -pipe -mno-avx -mfpmath=sse -fwrapv -fno-strict-aliasing -Wl,-O1,--sort-common,--as-needed,-z,relro /run/media/samega7cattac/Data/gits/proton-ge-custom/src/build/obj-tools32/lib/libgstpbutils-1.0.so /run/media/samega7cattac/Data/gits/proton-ge-custom/src/build/obj-tools32/lib/libgstaudio-1.0.so /run/media/samega7cattac/Data/gits/proton-ge-custom/src/build/obj-tools32/lib/libgstvideo-1.0.so /run/media/samega7cattac/Data/gits/proton-ge-custom/src/build/obj-tools32/lib/libgstbase-1.0.so /run/media/samega7cattac/Data/gits/proton-ge-custom/src/build/obj-tools32/lib/libgstreamer-1.0.so /run/media/samega7cattac/Data/gits/proton-ge-custom/src/build/obj-tools32/lib/libgobject-2.0.so /run/media/samega7cattac/Data/gits/proton-ge-custom/src/build/obj-tools32/lib/libglib-2.0.so /usr/lib32/libaom.so -Wl,--end-group
/usr/bin/ld: /tmp/libgstaom.so.QMVOHw.ltrans0.ltrans.o: in function `.L75':
<artificial>:(.text+0xf39): undefined reference to `aom_codec_control'
/usr/bin/ld: /tmp/libgstaom.so.QMVOHw.ltrans0.ltrans.o: in function `gst_av1_enc_set_format':
<artificial>:(.text+0x1ee7): undefined reference to `aom_codec_control'
collect2: error: ld returned 1 exit status
[446/545] Compiling C object 'ext/dash/0b60ed1@@gstdashdemux@sha/gstdashdemux.c.o'
ninja: build stopped: subcommand failed.
make[1]: *** [../proton-ge-custom/build/makefile_base.mak:1134: gst_bad32] Error 1
make[1]: Leaving directory '/run/media/samega7cattac/Data/gits/proton-ge-custom/src/build'
make: *** [../proton-ge-custom/build/makefile_base.mak:17: nested_make] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

loathingkernel commented on 2020-05-28 22:42 (UTC) (edited on 2020-05-28 23:10 (UTC) by loathingkernel)

@Plexcon Not an issue with this pkgbuild.

Plexcon commented on 2020-05-28 20:43 (UTC) (edited on 2020-05-28 20:53 (UTC) by Plexcon)

==> Checking dependencies while compiling... ==> Missing dependencies: -> mingw-w64-gcc-base ==> ERROR: Not all dependencies could be solved.

curl: (35) OpenSSL SSL_connect: Connection reset by remote machine in connection to iweb.dl.sourceforge.net:443 ==> ERROR: There were failures during the download from https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-gcc/mingw-w64-gcc-10.1.0.tar.xz Canceling... Error downloading sources: mingw-w64-gcc-bin

Ota-Coder commented on 2020-05-08 21:31 (UTC)

Oh you're right @loathingkernel. My apologies. Will try again :)

loathingkernel commented on 2020-05-08 20:51 (UTC)

@Ota-Coder Are you sure this is the correct package to report this? This PKGBUILD doesn't have a check function. A dependency of this packages is failing to build. Probably python-defcon judging by the log, which is a dependency of afdko which in turn is required to build this package.

Ota-Coder commented on 2020-05-08 20:23 (UTC)

Hi! I'm currently facing this error:

=========================== short test summary info ============================
FAILED Lib/defcon/test/objects/test_validation.py::UFOReadWriteValidateTest::test_customClasses
================== 1 failed, 374 passed, 13 warnings in 4.80s ==================
==> ERROR: A failure occurred in check().
    Aborting...

Did I miss installing something?

loathingkernel commented on 2020-03-25 19:27 (UTC) (edited on 2020-03-25 19:27 (UTC) by loathingkernel)

@GrandGamer This is most likely due to an issue on your end. Possibly related to MinGW. I am interested to see why this might be happening if you manage to debug it.