shadps4-emu / shadPS4

PS4 emulator for Windows,Linux,MacOS
https://shadps4.net/
GNU General Public License v2.0
10.3k stars 626 forks source link

Update failed. #1391

Open VRArt1 opened 13 hours ago

VRArt1 commented 13 hours ago

Trying to update shadps4 results in failure. I am currently on version 437ebc1 (2024-10-15 19:34:12) as of writing this the current latest version is 170db22 (2024-10-15 20:03:35). When attempting to use the update function the update files download but then the follow error results within the command line.

E:\Dump Drive\Media\Games\[Emulators]\shadps4-win64-qt>Starting Update...
New-Item : An item with the specified name E:\Dump
Drive\Media\Games\[Emulators]\shadps4-win64-qt\user\temp_download_update already exists.
At
C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.Archive\Microsoft.PowerShell.Archive.psm1:318
char:32
+ ... eatedItem = New-Item -Path $DestinationPath -ItemType Directory -Conf ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceExists: (E:\Dump Drive\M...download_update:String) [New-Item], IOException
    + FullyQualifiedErrorId : DirectoryExist,Microsoft.PowerShell.Commands.NewItemCommand
DanielSvoboda commented 9 hours ago

I'm pretty sure it's because of the folder name [Emulators] , those characters should cause problems [ ] If you can try putting the emulator in another folder and try updating to make sure that this is what is causing the problem