Couldn’t find it in the AUR, but the LD-PRELOAD fixed that error… It isn’t the only library though (and afaik LD_PRELOAD is only for a single library):
[surillya@americansuri linux-build-5]$ LD_PRELOAD=/home/surillya/Downloads/linux-build-5/thirdparty/KTX-Software/libktx.so.4
[surillya@americansuri linux-build-5]$ ./launch.sh
./Runtime: error while loading shared libraries: libopenxr_loader.so.1: cannot open shared object file: No such file or directory
I also tried LD_LIBRARY_PATH, but that ain’t workin’ neither sadly.
So maybe - I either need that file / those files, and / or LD_PRELOAD has an issue with multiple libraries or something - actually, I just tried again, using space instead of semicolon, and the issue changed again, I think now it just means that libopenxr_loader.so.1 is missing:
So that doesn’t seem to work? What Proton do you use? I also tried both soda and syswine in bottles, not giving anything at all, so I tried the wine shell, giving me this: