dalto
October 24, 2020, 6:21pm
1
After a little amount of time away from Linux gaming I decided to fire up some games that are now compatible with proton 5.13-1.
Unfortunately, when I try to start a game with that version of proton it immediately crashes/exits. It doesn’t seem to matter which game it is.
I tried both steam-runtime and steam-native and the behavior appears to be the same.
Other versions of proton seem to work fine.
Since it has been a long time since I set configured this install I don’t really remember everything I did but here is some general system info:
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Vega 10 XL/XT [Radeon RX Vega 56/64] driver: amdgpu v: kernel
bus ID: 44:00.0 chip ID: 1002:687f
Display: x11 server: X.Org 1.20.9 compositor: kwin_x11 driver: amdgpu unloaded: modesetting
alternate: ati,fbdev,vesa resolution: 1: 2560x1440~60Hz 2: 2560x1440~60Hz 3: 2560x1440~60Hz s-dpi: 96
OpenGL: renderer: Radeon RX Vega (VEGA10 DRM 3.39.0 5.9.1-arch1-1 LLVM 10.0.1) v: 4.6 Mesa 20.2.1
direct render: Yes
>> pacman -Qsq amd
amdvlk
lib32-amdvlk
opencl-amd
xf86-video-amdgpu
>> pacman -Qsq vulkan
amdvlk
lib32-amdvlk
lib32-vulkan-icd-loader
spirv-tools
vkd3d
vulkan-icd-loader
vulkan-tools
>> pacman -Qsq steam
steam
steam-native-runtime
Maybe I am missing some required packages? Any idea how I can troubleshoot this further?
1 Like
dalto:
pacman -Qsq amd
I don’t see the AMD Ucode.
BONK
October 24, 2020, 6:25pm
3
The only packages I install are steam not runtime not native just steam. Amdvlk because vulkan Radeon has some issues with proton / glorious egg roll. And lib 32 that the steam install prompts you to. Then I install game mode.
dalto
October 24, 2020, 6:29pm
4
I tried removing steam-native
but it didn’t seem to make any difference. The same for installing gamemode
and lib32-gamemode
Is Proton 5.13-1 working for you?
1 Like
Let’s see the log, perhaps it will shred some light:
You want to create log file to check if everything fine or file a bug, use Environment variable:
PROTON_LOG=1 %command%
Log will be saved at location, where [appid] is your game id (look up steamdb if in doubt)
~/steam-[appid].log
BONK
October 24, 2020, 6:32pm
6
The first game i tested with it was death stranding and it worked. Going to install red dead redemption2 ina bit to see if that works @keybreak
1 Like
dalto
October 24, 2020, 6:33pm
7
Hmm…I don’t see any errors:
======================
Proton: 1602709129 proton-5.13-1b
SteamGameId: 242050
Command: ["~/.local/share/Steam/steamapps/common/Assassin's Creed IV Black Flag/AC4BFSP.exe", '-uplay_steam_mode']
Options: {'forcelgadd'}
======================
1 Like
BONK
October 24, 2020, 6:35pm
8
Which games? If i have them I can try them.
dalto
October 24, 2020, 6:37pm
10
I tried AC IV, Torchlight and Magic 2014 but I suspect if I tried others it would be the same.
Yeah that’s weird, can you try latest GloriousEggroll?
Just to exclude Proton itself, if it doesn’t work too…Or confirm it doesn’t work
dalto
October 24, 2020, 6:39pm
12
I will try gloriouseggroll(once I lookup how to do that).
However, all other versions of proton seem to work fine.
It’s very easy, check my guide here:
Linux gaming
Why should YOU care?
You JUST want to game?
It must be very hard to ENJOY?
Not hard at all to just enjoy!
Buckle up and let’s spread some knowledge to make it easy for everyone!
Let this be our gaming hub, please share:
Update of tools
Best practices
Quality guides
New hot tech
Performance tips
Table of contents:
Introduction
1.1 Platforms
1.2 Common terms
1.3 Engines
Requirements
Steam
3.1 Setup
3.…
Specifically Install custom Proton engine bullet from that link
With GE or TKG you at least will be able to play your latest games i think
However, all other versions of proton seem to work fine.
Oh, well that probably mean that it’s specific version of Proton is crapped
I mean it’s extremely weird that there are no log at all
btw i assume you’re up to date, but just in case:
gcc --version
dalto
October 24, 2020, 7:12pm
15
GE works, but AC IV doesn’t finish launching which is something that was supposed to be fixed in 5.13-1.
keybreak:
gcc --version
gcc (GCC) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
dalto:
gcc (GCC) 10.2.0
Is this Manjaro Stable?
I think it should be ahead on Arch and latest Proton depends on more recent version, that must be a reason…
Oh, then try TKG , it’s 5.19 should be fixing it (i think):
https://github.com/Frogging-Family/wine-tkg-git/releases/download/5.19.r1.gb49e8743/proton_tkg_5.19.r1.gb49e8743.release.zip
dalto
October 24, 2020, 7:17pm
17
keybreak:
Is this Manjaro Stable?
No…Arch.
>> yay -Syi gcc
:: Synchronizing package databases...
archzfs is up to date
archzfs-kernels is up to date
core is up to date
extra is up to date
community is up to date
multilib is up to date
herecura is up to date
Repository : core
Name : gcc
Version : 10.2.0-3
Description : The GNU Compiler Collection - C and C++ frontends
Architecture : x86_64
URL : https://gcc.gnu.org
Licenses : GPL LGPL FDL custom
Groups : base-devel
Provides : gcc-multilib
Depends On : gcc-libs=10.2.0-3 binutils>=2.28 libmpc
Optional Deps : lib32-gcc-libs: for generating code for 32-bit ABI
Conflicts With : None
Replaces : gcc-multilib
Download Size : 31.53 MiB
Installed Size : 147.32 MiB
Packager : Evangelos Foutras <foutrelis@archlinux.org>
Build Date : Wed 30 Sep 2020 02:38:18 AM CDT
Validated By : MD5 Sum SHA-256 Sum Signature
Does your mirror show something different?
1 Like
Weird, i have the same…Sorry maybe i’ve mixed something, trying to find where i’ve read about it yesterday
Not what i was initially referencing, but here’s some stuff that i found (let’s dive in ):
opened 04:22PM - 16 Oct 20 UTC
closed 01:20PM - 01 Nov 20 UTC
As the title says. I have tried to run several games now with the new Proton 5.1… 3 and nothing works. Titles tested so far are Doom Eternal, Torchlight, Stealth Inc. 2, Dear Esther: Landmark Edition & The Messenger. All these titles work fine on Proton-5.0-9.
Below is the terminal output when running steam on Arch and launching the game Torchlight
```
[af@andre ~]$ /usr/bin/steam-runtime %U
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/af/.local/share/Steam/ubuntu12_32/steam %U
[2020-10-16 18:18:41] Startup - updater built Oct 15 2020 19:00:58
[2020-10-16 18:18:41] Opted in to client beta 'publicbeta' via beta file
You are in the 'publicbeta' client beta.
Installing breakpad exception handler for appid(steam)/version(1602795778)
[2020-10-16 18:18:41] Loading cached metrics from disk (/home/af/.local/share/Steam/package/steam_client_metrics.bin)
[2020-10-16 18:18:41] Using the following download hosts for Public, Realm steamglobal
[2020-10-16 18:18:41] 1. http://media4.steampowered.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf'
Installing breakpad exception handler for appid(steam)/version(1602795778)
[2020-10-16 18:18:41] Verifying installation...
[2020-10-16 18:18:41] Verification complete
Loaded SDL version 2.0.13-6142881
/usr/share/themes/Adapta-Nokto-Eta/gtk-2.0/common-dark-eta.rc:1425: error: unexpected identifier 'direction', expected character '}'
/usr/share/themes/Adapta-Nokto-Eta/gtk-2.0/3rd-party-dark-eta.rc:475: error: invalid string constant "toolbar", expected valid string constant
Installing breakpad exception handler for appid(steam)/version(1602795778)
STEAM_RUNTIME_HEAVY: ./steam-runtime-heavy
[1016/181843.465415:INFO:crash_reporting.cc(247)] Crash reporting enabled for process: browser
[1016/181843.483890:WARNING:crash_reporting.cc(286)] Failed to set crash key: UserID with value: 0
[1016/181843.483934:WARNING:crash_reporting.cc(286)] Failed to set crash key: BuildID with value: 1602788454
[1016/181843.483937:WARNING:crash_reporting.cc(286)] Failed to set crash key: SteamUniverse with value: Public
[1016/181843.483940:WARNING:crash_reporting.cc(286)] Failed to set crash key: Vendor with value: Valve
[1016/181843.510793:WARNING:crash_reporting.cc(286)] Failed to set crash key: UserID with value: 0
[1016/181843.510833:WARNING:crash_reporting.cc(286)] Failed to set crash key: BuildID with value: 1602788454
[1016/181843.510837:WARNING:crash_reporting.cc(286)] Failed to set crash key: SteamUniverse with value: Public
[1016/181843.510839:WARNING:crash_reporting.cc(286)] Failed to set crash key: Vendor with value: Valve
[1016/181843.511255:INFO:crash_reporting.cc(247)] Crash reporting enabled for process: gpu-process
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
[1016/181843.704262:WARNING:crash_reporting.cc(286)] Failed to set crash key: UserID with value: 0
[1016/181843.704299:WARNING:crash_reporting.cc(286)] Failed to set crash key: BuildID with value: 1602788454
[1016/181843.704304:WARNING:crash_reporting.cc(286)] Failed to set crash key: SteamUniverse with value: Public
[1016/181843.704307:WARNING:crash_reporting.cc(286)] Failed to set crash key: Vendor with value: Valve
[1016/181843.704749:INFO:crash_reporting.cc(247)] Crash reporting enabled for process: utility
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed
Warning: failed to set thread priority: set failed for priority 8
Warning: support for elevated priorities is most likely unavailable, suppressing future warnings
Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
CApplicationManagerPopulateThread took 157 milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread)
Installing breakpad exception handler for appid(steam)/version(1602795778)
Proceed to auto login
Installing breakpad exception handler for appid(steam)/version(1602795778)
CAppInfoCacheReadFromDiskThread took 475 milliseconds to initialize
Installing breakpad exception handler for appid(steam)/version(1602795778)
Opted-in Controller Mask for AppId 0: 0
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
(steam:46409): Gtk-WARNING **: 18:18:44.823: gtk_disable_setlocale() must be called before gtk_init()
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
roaming config store loaded successfully - 10427 bytes.
migrating temporary roaming config store
BRefreshApplicationsInLibrary 1: 55ms
[1016/181848.281281:INFO:crash_reporting.cc(270)] Crash reporting enabled for process: renderer
[1016/181848.342645:INFO:crash_reporting.cc(270)] Crash reporting enabled for process: renderer
[1016/181848.414847:INFO:crash_reporting.cc(270)] Crash reporting enabled for process: renderer
Installing breakpad exception handler for appid(steam)/version(1602795778)
Failed to init SteamVR because it isn't installed
ExecCommandLine: "'/home/af/.local/share/Steam/ubuntu12_32/steam' '%U'"
System startup time: 7.46 seconds
[1016/181849.241270:INFO:crash_reporting.cc(270)] Crash reporting enabled for process: renderer
Warning: failed to set thread priority: set failed for 4: -1: setpriority() failed
Warning: failed to set thread priority: set failed for priority 4
Warning: support for elevated priorities is most likely unavailable, suppressing future warnings
[1016/181849.251282:INFO:crash_reporting.cc(270)] Crash reporting enabled for process: renderer
Warning: failed to set thread priority: set failed for 4: -1: setpriority() failed
Warning: failed to set thread priority: set failed for priority 4
Warning: support for elevated priorities is most likely unavailable, suppressing future warnings
BuildCompleteAppOverviewChange: 1443
RegisterForAppOverview 1: 51ms
RegisterForAppOverview 2: 53ms
[41500]Non-Steam Controller Configs Enabled: 1
Installing breakpad exception handler for appid(steam)/version(1602795778)
Opted-in Controller Mask for AppId 41500: 0
GameAction [AppID 41500, ActionID 1] : LaunchApp changed task to ProcessingInstallScript with ""
_v2-entry-point[46582]: STEAM_COMPAT_APP_ID=41500
_v2-entry-point[46582]: STEAM_COMPAT_SESSION_ID=eb0927d8afd4e1b0
_v2-entry-point[46582]: XDG_RUNTIME_DIR=/run/user/1000
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
_v2-entry-point[46624]: STEAM_COMPAT_APP_ID=41500
_v2-entry-point[46624]: STEAM_COMPAT_SESSION_ID=eb0927d8afd4e1b0
_v2-entry-point[46624]: XDG_RUNTIME_DIR=/run/user/1000
bwrap: Can't mkdir /usr/lib32/gconv: Read-only file system
ln: kunne ikke oprette symbolsk lænke '/run/user/1000/SteamLinuxRuntime.eb0927d8afd4e1b0/socket' -> '': Ingen sådan fil eller filkatalog
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
bwrap: Can't mkdir /usr/lib32/gconv: Read-only file system
ln: kunne ikke oprette symbolsk lænke '/run/user/1000/SteamLinuxRuntime.eb0927d8afd4e1b0/socket' -> '': Ingen sådan fil eller filkatalog
_v2-entry-point[46738]: STEAM_COMPAT_APP_ID=41500
_v2-entry-point[46738]: STEAM_COMPAT_SESSION_ID=eb0927d8afd4e1b0
_v2-entry-point[46738]: XDG_RUNTIME_DIR=/run/user/1000
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
_v2-entry-point[46788]: STEAM_COMPAT_APP_ID=41500
_v2-entry-point[46788]: STEAM_COMPAT_SESSION_ID=eb0927d8afd4e1b0
_v2-entry-point[46788]: XDG_RUNTIME_DIR=/run/user/1000
bwrap: Can't mkdir /usr/lib32/gconv: Read-only file system
ln: kunne ikke oprette symbolsk lænke '/run/user/1000/SteamLinuxRuntime.eb0927d8afd4e1b0/socket' -> '': Ingen sådan fil eller filkatalog
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
_v2-entry-point[46864]: STEAM_COMPAT_APP_ID=41500
_v2-entry-point[46864]: STEAM_COMPAT_SESSION_ID=eb0927d8afd4e1b0
_v2-entry-point[46864]: XDG_RUNTIME_DIR=/run/user/1000
bwrap: Can't mkdir /usr/lib32/gconv: Read-only file system
ln: kunne ikke oprette symbolsk lænke '/run/user/1000/SteamLinuxRuntime.eb0927d8afd4e1b0/socket' -> '': Ingen sådan fil eller filkatalog
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
bwrap: Can't mkdir /usr/lib32/gconv: Read-only file system
ln: kunne ikke oprette symbolsk lænke '/run/user/1000/SteamLinuxRuntime.eb0927d8afd4e1b0/socket' -> '': Ingen sådan fil eller filkatalog
/data/src/clientdll/installscript_posix.cpp (419) : Assertion Failed: Standalone evaluator returned error code for app 41500
/data/src/clientdll/installscript_posix.cpp (419) : Assertion Failed: Standalone evaluator returned error code for app 41500
Installing breakpad exception handler for appid(steam)/version(1602795778)
assert_20201016181855_27.dmp[46976]: Uploading dump (out-of-process)
/tmp/dumps/assert_20201016181855_27.dmp
GameAction [AppID 41500, ActionID 1] : LaunchApp changed task to SynchronizingCloud with ""
GameAction [AppID 41500, ActionID 1] : LaunchApp changed task to SiteLicenseSeatCheckout with ""
GameAction [AppID 41500, ActionID 1] : LaunchApp changed task to CreatingProcess with ""
GameAction [AppID 41500, ActionID 1] : LaunchApp waiting for user response to CreatingProcess ""
GameAction [AppID 41500, ActionID 1] : LaunchApp continues with user response "CreatingProcess"
Game update: AppID 41500 "", ProcID 46978, IP 0.0.0.0:0
ERROR: ld.so: object '/home/af/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/af/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/af/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Starting app 41500
>>> Adding process 46978 for game ID 41500
GameAction [AppID 41500, ActionID 1] : LaunchApp changed task to WaitingGameWindow with ""
>>> Adding process 46979 for game ID 41500
pid 46981 != 46979, skipping destruction (fork without exec?)
ERROR: ld.so: object '/home/af/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
GameAction [AppID 41500, ActionID 1] : LaunchApp changed task to Completed with ""
_v2-entry-point[46979]: STEAM_COMPAT_APP_ID=41500
_v2-entry-point[46979]: STEAM_COMPAT_SESSION_ID=eb0927d8afd4e1b0
_v2-entry-point[46979]: XDG_RUNTIME_DIR=/run/user/1000
ERROR: ld.so: object '/home/af/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
>>> Adding process 46980 for game ID 41500
>>> Adding process 46982 for game ID 41500
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
ERROR: ld.so: object '/home/af/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
>>> Adding process 46983 for game ID 41500
>>> Adding process 46984 for game ID 41500
>>> Adding process 46985 for game ID 41500
bwrap: Can't mkdir /usr/lib32/gconv: Read-only file system
ln: failed to create symbolic link '/run/user/1000/SteamLinuxRuntime.eb0927d8afd4e1b0/socket' -> '': No such file or directory
ERROR: ld.so: object '/home/af/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
ERROR: ld.so: object '/home/af/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_new
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
pressure-vessel-launch[47058]: Can't connect to peer socket: Could not connect: No such file or directory
>>> Adding process 47057 for game ID 41500
>>> Adding process 47058 for game ID 41500
Game removed: AppID 41500 "", ProcID 46978
Uploaded AppInterfaceStats to Steam
assert_20201016181855_27.dmp[46976]: Finished uploading minidump (out-of-process): success = yes
assert_20201016181855_27.dmp[46976]: response: CrashID=bp-c6eb6988-1cc7-4974-b6b0-5e21f2201016
assert_20201016181855_27.dmp[46976]: file ''/tmp/dumps/assert_20201016181855_27.dmp'', upload yes: ''CrashID=bp-c6eb6988-1cc7-4974-b6b0-5e21f2201016''
Exiting app 41500
No cached sticky mapping in ActivateActionSet.Installing breakpad exception handler for appid(steam)/version(1602795778)
Installing breakpad exception handler for appid(steam)/version(1602795778)
```
I am using the latest KDE desktop and the latest Nvidia driver with a 1080 EVGA GTX card btw.
which leads to this
opened 11:10PM - 15 Oct 20 UTC
closed 08:50AM - 12 Feb 22 UTC
- Proton 5.13-1 released today and as you can see in the [release notes](https:/… /github.com/ValveSoftware/Proton/releases/tag/proton-5.13-1b) it was built against Steam Linux Runtime.
- To launch a game using Proton 5.13-1 the latest SLR is getting downloaded and used automatically. I found no way to prevent it.
- As it has already been documented in #116, MangoHud does not work with SLR.
- I followed the suggestion of @jackun:
> SLR is/acts like a container but it has access to user's home folder so you'd have to install MangoHud like in version < 0.3.0 to your $HOME. Maybe there's some way to "inject" libs to SLR.
- I can confirm that MangoHud 0.2.0, with it's installation method, works under SLR.
- I also tried to manually "plant" the files from the latest MangoHud version directly into the SLR "root" directory found in `Steam/steamapps/common/SteamLinuxRuntime-soldier/soldier/files/`
- There is no `usr` directory and adding it causes the game to instant crash.
- Omitting the `usr` directory and "planting" the files directly into `bin`, `lib`, `share` (while also editing `mangohud` to point to `/lib` instead of `/usr/lib` and also adding the links inside `lib` for `lib64`, `lib86_64`, `x86_64` etc) did not produce any results for me.
Looks like this Proton release is not very well made…
That’s so weird though, a lot of people got it working on Arch with both Nvidia / AMD, for example here it’s evident:
https://www.protondb.com/app/1174180
What are we doing wrong?!