Skip to content

Multiple errors when patching #8

Description

@zelrose

When first running the program:

Method invocation failed because [System.Management.Automation.PSCustomObject] does not contain a method named
'ForEach'.
At C:\Users\Rose\Downloads\Install-FancyScreenPatchForRecettear.v1_0_3.FromBatchFile.ps1:1807 char:4
+             $Choice = $Host.UI.PromptForChoice('The following install ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (ForEach:String) [], RuntimeException
    + FullyQualifiedErrorId : MethodNotFound

When installing DGVoodoo:

Downloading dgVoodoo2_81_2.zip from http://dege.freeweb.hu/dgVoodoo2/bin/dgVoodoo2_81_2.zip, please stand-by as it downloads.
Use-FileWhatIsDownloadedIfNecessary :
404 Not Found
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
At C:\Users\[USERNAME]\Downloads\Install-FancyScreenPatchForRecettear.v1_0_3.FromBatchFile.ps1:11357 char:4
+             Use-FileWhatIsDownloadedIfNecessary $FoundDgVoodoo2 $DgVo ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Use-FileWhatIsDownloadedIfNecessary


Downloading dgVoodoo2_81_2.zip from https://web.archive.org/web/20230827194343if_/http://dege.freeweb.hu/dgVoodoo2/bin/dgVoodoo2_81_2.zip, please stand-by as it downloads.
Use-FileWhatIsDownloadedIfNecessary : The request was aborted: The connection was closed unexpectedly.
At C:\Users\[USERNAME]\Downloads\Install-FancyScreenPatchForRecettear.v1_0_3.FromBatchFile.ps1:11357 char:4
+             Use-FileWhatIsDownloadedIfNecessary $FoundDgVoodoo2 $DgVo ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Use-FileWhatIsDownloadedIfNecessary

WARNING:
dgVoodoo2_81_2.zip could not be downloaded from any of these URLs:
http://dege.freeweb.hu/dgVoodoo2/bin/dgVoodoo2_81_2.zip;
https://web.archive.org/web/20230827194343if_/http://dege.freeweb.hu/dgVoodoo2/bin/dgVoodoo2_81_2.zip.. As such, it
was not installed.

([USERNAME] is a standin for my user folder name)

These URLs lead to a 404 when typed into my browser.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions