You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way the setup scripts currently handle paths causes issues with spaces, despite being quoted, because the generated ~/bin/ffxiv-env-setup.sh script escapes spaces as "\ " despite the string being quoted and not needing the slash.
The text was updated successfully, but these errors were encountered:
Every time it needs to call the wine runner or do the patchelf portion of the script, it fails due to the path being passed in being instead "playonlinux's\ virtual\ drives".
Specifically only the wine/proton runner needs to have no spaces. The prefix folder is fine.
The way the setup scripts currently handle paths causes issues with spaces, despite being quoted, because the generated
~/bin/ffxiv-env-setup.sh
script escapes spaces as"\ "
despite the string being quoted and not needing the slash.The text was updated successfully, but these errors were encountered: