You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found a strange persist glitch with the ocenaudio app manifest. When installing a version without any previous versions, the settings folder persists fine.
On an update, it still persists the settings folder but creates a settings folder in the settings folder.
Updating again gives you a "Move-Item: Cannot move a file that already exists" error and it doesn't persists the settings folder. Meaning you "lose" your settings.
However the persist is still linked with the previous version.
My version update path with using the scoop app manifest is like this:
Version 3.4.5 (folder persists fine) > Version 3.5.0 (creates a setting folder in the settings folder, but still persists fine) > Version 3.5.1 (Gives the error stated above and doesn't persists the settings folder to the newest version)
This also happens when you re-install the program 3 times.
Is this a glitch in scoop or my app manifest?
This is the error i got (note: the language is Dutch):
Move-Item : Kan geen bestand maken dat al bestaat.
At C:\Users\Melvin\scoop\apps\scoop\current\lib\install.ps1:1239 char:21
+ Move-Item $source $target
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Users\Melvin...urrent\settings:DirectoryInfo) [Move-Item], IOException
+ FullyQualifiedErrorId : MoveDirectoryItemIOError,Microsoft.PowerShell.Commands.MoveItemCommand
The text was updated successfully, but these errors were encountered:
It just happened to me updating vscode-insiders from my bucket.
Few points I noticed.
My vscode-insiders manifest is nightly, and today it was second update, so folder nightly-20181002 already existed, but never happened before, even with more updates a day.
I've found a strange persist glitch with the ocenaudio app manifest. When installing a version without any previous versions, the settings folder persists fine.
On an update, it still persists the settings folder but creates a settings folder in the settings folder.
Updating again gives you a "Move-Item: Cannot move a file that already exists" error and it doesn't persists the settings folder. Meaning you "lose" your settings.
However the persist is still linked with the previous version.
My version update path with using the scoop app manifest is like this:
Version 3.4.5 (folder persists fine) > Version 3.5.0 (creates a setting folder in the settings folder, but still persists fine) > Version 3.5.1 (Gives the error stated above and doesn't persists the settings folder to the newest version)
This also happens when you re-install the program 3 times.
Is this a glitch in scoop or my app manifest?
This is the error i got (note: the language is Dutch):
The text was updated successfully, but these errors were encountered: