borger / scoop-galaxy-integrations

Provides an easy way to install, attach and update the GOG Galaxy 2 Integrations
168 stars 3 forks source link

symlink script failing #21

Open sapphicwench opened 2 years ago

sapphicwench commented 2 years ago

This installer can also attach the newly installed integration folder to GOG Galaxy. If you choose to do so, you will need to Administrator permission (you'll be asked to approve.) Would you like to attach this integration folder to GOG Galaxy programmatically? [Y/N]: y Get-Item : Cannot find path 'C:\Users\conno\AppData\Local\GOG.com\Galaxy\plugins\installed\bethesda' because it does not exist. At line:51 char:11

  • if ($(Get-Item $path | Select-Object -ExpandProperty Target) -eq ...
  • 
    + CategoryInfo          : ObjectNotFound: (C:\Users\conno\...talled\bethesda:String) [Get-Item], ItemNotFoundExcep
    tion
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand

Oops! Something's not right. The System.Collections.Specialized.OrderedDictionary integration was installed, but the symlink was not possible.

Getting this error when installing any of the plugins through scoop, any idea why?

borger commented 2 years ago

Hello @CptVeg , it appears the script was not executed as Administrator, can you confirm that please? or if it did, can you please attach a screenshot of the C:\Users\conno\AppData\Local\GOG.com\Galaxy\plugins\installed folder?