goatcorp / FFXIVQuickLauncher

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

XIV launcher setup installation has failed #1562

Open incendo123 opened 5 months ago

incendo123 commented 5 months 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 5 months 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
cld101 commented 4 months ago

I entered the command prompts from above but the problem that I have (Same as the first person) has not resolved itself. Am I just sort of SOL in this case?

starsabound commented 3 months ago

I have the same issue as OP. I tried the command prompts but they did not work for me either.

Noneya05 commented 2 weeks ago

I tried that temp folder command and it fixed the issue for me