goatcorp / FFXIVQuickLauncher

Custom launcher for FFXIV
https://goatcorp.github.io/
GNU General Public License v3.0
2.67k stars 322 forks source link

XIV launcher setup installation has failed #1562

Open incendo123 opened 2 days ago

incendo123 commented 2 days ago

was having issues updating xivlauncher so decided to delete the file and reinstall a new one.

upon multiple attempts i got this error saying the installation has failed with a error log.

dont know what is causing the issue

help would be greatly appreciated.

attached is the error message and log.

Screenshot 2024-07-01 043432 SquirrelSetup.log

tommadness commented 2 days ago

It appears the temp folder permissions are busted. We've seen this happen a few times recently. Reset the permissions for your temp folder by running the following two commands from an Administrator PowerShell (right-click Start or press Windows-X, choose Terminal (Admin)):

icacls $ENV:TEMP /setowner "$(whoami)" /t /c /q
icacls $ENV:TEMP /reset /t /l /c /q