Giter VIP home page Giter VIP logo

Comments (23)

 avatar commented on June 18, 2024 1

Thank you Chris,

I was able to come up with a work around. I had to create another user in Win10 with admin privileges and then the one liner ran without a problem and ES is working fine. The problem seems to be that my normal account has a space in the user name. Even with all the online research and trying every combo of inserting quotes in the commands in the system cfg file nothing worked at all. But thank you, I will do another clean install with your updated one liner when I get a chance.

from win10_emulation_station.

Francommit avatar Francommit commented on June 18, 2024

from win10_emulation_station.

josephrooks avatar josephrooks commented on June 18, 2024

I tried running several GBA and GBC games that are working fine in other emulators. Also verified that they'd launch using the version of RetroArch that was installed, and when launching them from within RetroArch directly they do work.

from win10_emulation_station.

Francommit avatar Francommit commented on June 18, 2024

from win10_emulation_station.

NewAgeRipper avatar NewAgeRipper commented on June 18, 2024

Not sure about anyone else but the scripts get to a good start and then displays this.

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:\Users\secre\Desktop\PRElias-win10_emulation_station-2a81821\prepare.ps1:44 char:9 + Start-BitsTransfer -Source $url -Destination $output + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Start-BitsTransfer], Exception + FullyQualifiedErrorId : StartBitsTransferCOMException,Microsoft.BackgroundIntelligentTransfer.Management.NewBits TransferCommand RetroArch.7z does not exist...Downloading. Start-BitsTransfer : HTTP status 404: The requested URL does not exist on the server. At C:\Users\secre\Desktop\PRElias-win10_emulation_station-2a81821\prepare.ps1:44 char:9 + Start-BitsTransfer -Source $url -Destination $output + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Start-BitsTransfer], Exception + FullyQualifiedErrorId : StartBitsTransferCOMException,Microsoft.BackgroundIntelligentTransfer.Management.NewBits
TransferCommand

Things go good for a bit and then another one.

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

And then I get one more error.

& : The term 'C:\Users\secre.emulationstation\systems\retroarch\retroarch.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\Users\secre\Desktop\PRElias-win10_emulation_station-2a81821\prepare.ps1:186 char:3 + & $retroarchExecutable

  • + CategoryInfo          : ObjectNotFound: (C:\Users\secre\...h\retroarch.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
    
    

After which all you see happening after is.....

Checking for config file...
Checking for config file...
Checking for config file...
Checking for config file...
Checking for config file...
Checking for config file...
Checking for config file...
Checking for config file...
Checking for config file...
Checking for config file...

from win10_emulation_station.

PRElias avatar PRElias commented on June 18, 2024

Hi @josephrooks I think that the best solution is to start again on another folder and trying to start the script by navigating to the folder on console.

Looks like a problem on locating the files by the script then wrong paths are saved on the configurations file

from win10_emulation_station.

Francommit avatar Francommit commented on June 18, 2024

Any further news? Otherwise I'm going to close this isuse.

from win10_emulation_station.

 avatar commented on June 18, 2024

I'm having the same issue, When I try to play a rom, the screen flickers black and back to rom selection screen. This is what the log shows.

May 15 18:20:39 lvl2: C:\Users*.emulationstation\systems\retroarch\retroarch.exe -L C:\Users*.emulationstation\systems\retroarch\cores\fceumm_libretro.dll "C:\Users***.emulationstation\roms\nes\Arkanoid (USA).nes"
May 15 18:20:39 lvl1: ...launch terminated with nonzero exit code 1!

from win10_emulation_station.

 avatar commented on June 18, 2024

the last line is the problem, disregard the rest I replaced my name with ***

from win10_emulation_station.

Francommit avatar Francommit commented on June 18, 2024

Hey JoeP24,

Could you uninstall EmulationStation, remove everything you previously downloaded and run the 'one liner' command on the main page.

I've made a few changes and I've tested each game and it works locally when the only thing I do from a clean slate is run the above command.

from win10_emulation_station.

 avatar commented on June 18, 2024

Hi Francommit, thanks for the help. I did a clean install as you suggested. Install worked perfectly but still get same issue. Pick a rom, fade to black, back to rom selection screen. Could it be that my user folder consists of my full name with a space in between?

May 16 11:00:32 lvl2: Attempting to launch game...
May 16 11:00:32 lvl2: getting volume as 100 ( from float 1)
May 16 11:00:32 lvl2: C:\Users\first last.emulationstation\systems\retroarch\retroarch.exe -L C:\Users\first last.emulationstation\systems\retroarch\cores\fbalpha2012_libretro.dll "C:\Users\first last.emulationstation\roms\ngp\Metal Slug - 1st Mission (World) (En,Ja).ngc"
May 16 11:00:32 lvl1: ...launch terminated with nonzero exit code 1!

from win10_emulation_station.

PRElias avatar PRElias commented on June 18, 2024

It could be because of the change on fbneo name on retroarch. It needs more investigation, but I had this problem on the past.

It happens on all system for you @JoeP24 ?

from win10_emulation_station.

 avatar commented on June 18, 2024

Yes @PRElias

from win10_emulation_station.

Francommit avatar Francommit commented on June 18, 2024

Ahh what rom are you trying to load? That's a retroarch problem.
I just had the same problem when adding a NeoGeoPocket ROM.

Will need to grab another core I suspect and change the template for others.

from win10_emulation_station.

 avatar commented on June 18, 2024

same issue, all roms for all systems. So definitely something on my end.

from win10_emulation_station.

 avatar commented on June 18, 2024

Do I need to do anything besides run one liner and then put ROMs in respective folders? I see the cores folder on my desktop too, does anything need to be put in there? Very new to this all.

from win10_emulation_station.

 avatar commented on June 18, 2024

Click on rom
ES fades away
cmd window opens and closes immediately
ES fades back in
This happens for all systems all roms

from win10_emulation_station.

Francommit avatar Francommit commented on June 18, 2024

Hey Joe,

I've done a bunch of work.
Could you grab a new copy and try again?

Thanks

from win10_emulation_station.

josephrooks avatar josephrooks commented on June 18, 2024

I'll try it out again with the update too, just grabbed a copy and put it into my "stuff I need to install" folder. (Hi other Joe!)

from win10_emulation_station.

Francommit avatar Francommit commented on June 18, 2024

Have you guys managed to get around to trying again?

from win10_emulation_station.

Francommit avatar Francommit commented on June 18, 2024

Hey @JoeP24 and @josephrooks , had a chance to try it out again?

from win10_emulation_station.

josephrooks avatar josephrooks commented on June 18, 2024

Haven't revisited, have been drowning in work too much to do any tinkering. Feel free to close this issue unless you'd like to wait and see if someone else can confirm it's fixed.

from win10_emulation_station.

Francommit avatar Francommit commented on June 18, 2024

Done a bunch more work and tested it on a few systems, LMK if it persists.

from win10_emulation_station.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.