Closed ProjectSynchro closed 2 months ago
This seems benign, but could be related to issues with loading EAC.
This is only benign due to us not using EAC on Linux due to broken support. This needs to work whenever EAC is enforced.
The launcher directly invokes powershell with arguments in double quotes with spaces in the path which causes all sorts of issues when passing the command to pwsh with -c.
For now I replaced " with ' which solves this issue. This may cause some problems in the future if there are substitutions made in an argument, but this solution works for the moment.
Excerpt from RSI Launcher 2.0.3
Most likely this is due to some missing checks in my reimplementation of Start-Process that works around a wine bug with how sudo-prompt invokes CMD.