mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #1686] Auto Updater - Expand-Archive : A parameter cannot be found that matches parameter name 'DestinationPath'. #576
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#576
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blackstar0 on GitHub (Dec 7, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1686
Whenever I try to use the auto-updater, it gives me this error
I'm on
8eacb88and I am trying to update941a668. I also am not sure how to expand the output if it would be helpful.Edit: Just tried to update Pscx and it doesn't seem to have helped unless I am doing something wrong.
@DanielSvoboda commented on GitHub (Dec 7, 2024):
Which Windows are you using?
Try running as administrator
@blackstar0 commented on GitHub (Dec 7, 2024):
I'm on Windows 10 and running as admin didn't work
@DanielSvoboda commented on GitHub (Dec 7, 2024):
C:\Users\hblac\Downloads\shadps4-win64-qt-2024-12-06-8eacb88\user\temp_download_update\update.ps1
If you have this file in this path, open it as text and send it here to see where it was registered, as it apparently cannot locate the destination location that the emulator saved.
@blackstar0 commented on GitHub (Dec 7, 2024):
It and the folder itself are removed after the update, which seems like what its supposed to be doing, but without performing the update.
@DanielSvoboda commented on GitHub (Dec 7, 2024):
The code is being generated correctly.
The only requirement would be powershell 5.1, but all Windows 10 already comes with it.
I really don't know what could have caused this, try updating using Windows Update...
@blackstar0 commented on GitHub (Dec 7, 2024):
I just tried to run the script by specifying Microsoft.PowerShell.Archive for Expand-Archive and it seemed to work as intended, so I guess it's trying to use Pscx and its not supposed to?
Edit: i just ended up uninstalling PSCX and its working fine now, I don't know if it was important but it's quite old at this point and most of it has been implemented. I don't know if it is worthwhile to account for it in the install script or not
@Hermiten commented on GitHub (Dec 22, 2024):
@blackstar0 You've opened it up again, is it still relevant?
@blackstar0 commented on GitHub (Dec 22, 2024):
Didn’t mean to