Francommit / win10_emulation_station

Emulation Station for Windows 10/11
https://francommit.com/emulationstation/
158 stars 27 forks source link

Playstation 2 Retrieve / Install not working? #24

Closed KevinFromUpThere closed 4 years ago

KevinFromUpThere commented 4 years ago

Hey, love this script, it's great.

But it's not setting up PS2 - here's the message at install

 pcsx2-1.4.0-binaries.7z does not exist...Downloading.                                                                   
Start-BitsTransfer : The server did not return the file size. The URL might point to dynamic content. The               
Content-Length header is not available in the server's HTTP reply.                                                      
At C:\git\win10_emulation_station\prepare.ps1:44 char:9                                                                
 +         Start-BitsTransfer -Source $url -Destination $output
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Start-BitsTransfer], Exception
    + FullyQualifiedErrorId : StartBitsTransferCOMException,Microsoft.BackgroundIntelligentTransfer.Management.NewBits
   TransferCommand

and then later when it tries to configure it it also runs into problems because the file isn't there.

System ERROR:                                                                                                           
The system cannot find the file specified.                                                                              
Rename-Item : Cannot rename because item at 'C:\Users\kevar\.emulationstation\systems\PCSX2 1.4.0\' does not exist.     At C:\git\win10_emulation_station\prepare.ps1:173 char:1                                                                + Rename-Item -Path $ps2ExtractedPath -NewName "pcsx2"                                                                  + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                      + CategoryInfo          : InvalidOperation: (:) [Rename-Item], PSInvalidOperationException                              + FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RenameItemCommand                                                                                                                      

`

Francommit commented 4 years ago

Looks like they changed their versioning from 119 to 118. Mind trying it now, I adjusted the URL in the download list.

KevinFromUpThere commented 4 years ago

Hmm, looks like the same message is persisting. I definately got latest and checked my jsonfile to ensure it was looking at the new 118 location.

ePSXe205.zip Already exists...Skipping download.  
 pcsx2-1.4.0-binaries.7z does not exist...Downloading.                                                                  
 Start-BitsTransfer : The server did not return the file size. The URL might point to dynamic content. The               
Content-Length header is not available in the server's HTTP reply.                                                     
 At C:\git\win10_emulation_station\prepare.ps1:44 char:9                                                                 +         Start-BitsTransfer -Source $url -Destination $output
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Start-BitsTransfer], Exception
    + FullyQualifiedErrorId : StartBitsTransferCOMException,Microsoft.BackgroundIntelligentTransfer.Management.NewBits
   TransferCommand
Francommit commented 4 years ago

Hey,

Sorry this took so long. Been busy with work/life. Spent a bit of time getting this to work on a new PC.

Please run it and let me know how you go. It's worked for me after testing.

Thanks!

Francommit commented 4 years ago

Scrap that - did a triple check and something has gone amiss - working on it.

Francommit commented 4 years ago

Ok - third times the charm. Try it out!