Rankyn Bass
Rankyn Bass
Several people have reported in the **#linux-and-deck** channel that launching through steam would cause the issue after an hour or so, but launching outside of steam was safe. That would...
If you're willing to do some testing, you could try this build (requires manual install. Read the instructions): https://github.com/rankynbass/XIVLauncher.Core/releases/tag/rb-1.0.2-9 Try it with no changes to settings, and see if it's...
It seems this problem may be solved by this pull request on XIVLauncher.Core: [PR 19]( https://github.com/goatcorp/XIVLauncher.Core/pull/19)
Download the ubuntu version. Unzip it somewhere. You'll end up with a folder named `wine-xiv-staging-fsync-git-8.5.r4.g4211bac7`. Method 1: Go into the folder, and select all, and copy. Then go to `~/.xlcore/compatibilitytool/beta/wine-xiv-staging-fsync-git-7.10.r3.g560db77d`,...
There is a release you can download, posted above by marzent. Here's the link again: https://github.com/goatcorp/wine-xiv-git/releases/tag/8.5.r4.g4211bac7 I'd guess it will be made the default with the next release, but until...
Give this wine version a try. It includes a patch ported over from Valve's proton-wine that fixes a problem very much like this issue. (stuttering after 40+ minutes). https://github.com/goatcorp/wine-xiv-git/releases/tag/8.5.r4.g4211bac7
If you are really using Proton instead of managed wine, that's the problem. At the moment, a patched version of wine is required; otherwise the launcher doesn't always detect the...
I tried launching a few other flatpaks with the same pid options on arch. Same result. It's definitely either an arch packaging or flatpak upstream issue.
Temporary workaround for Arch users. This is (probably) caused by the program /usr/bin/bwrap not having the setuid bit. Do `ls -l /usr/bin/bwrap`. If it shows `-rwxr-xr-x` permissions, then you can...
> Why does the XIVLauncher FAQ recommend `--parent-expose-pids --parent-share-pids` on Deck? Using `--parent-pid=1` is not how those options are intended to be used: the way they are intended to be...