-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows version will not start #31
Comments
Yeah this has happened to me as well now. Suddenly can't run it. |
Same here for the precompiled version from dropbox. |
I didn't try it earlier, tried my first installation today using the |
Hi, just wondering if you managed to reproduce the issue? Is there more |
Doesn't start on Linux either, just gives....
Doesn't matter if the settings folder exists or not, it just gives that error and doesn't even start the GUI. Not sure if it's the same reason, but the result is the same. One of you Windows guys should try running it from cmd to see if it echos out the same sort of error, that way we can confirm if it's the same issue or not. |
Hey guys - I've been able to duplicate this on a fresh install of Windows (2012 R2). I'll look into and see what's up. Oddly I'm not getting the error @Enverex is in Linux, but I'm able to duplicate it at least :) |
So I found two scenarios in which EmulationStation fails to load on Windows.
|
Hey everyone thanks to @Hancharenko - I've isolated this down to the right line of code: https://github.com/Herdinger/EmulationStation/blob/master/es-app/src/main.cpp#L237 Basically when it's a new config, that function will return false and fail. I can easily fix that, but @Herdinger - did you have a specific reason for making that function a bool instead of a void when if it doesn't exist it gets created later? |
I committed a patch that seems to fix this. Can ya'll check and see? @Herdinger - I basically skipped passed the check on https://github.com/Herdinger/EmulationStation/blob/master/es-app/src/main.cpp#L237 and made it an informational message instead. If you had a different purpose for that, let me know, and we can fix something. |
@t3hi3x - The changes you made appear to work. The app properly launches and you receive the notification that there are no config files, so a default systems.cfg is generated. This should help with clean installations a bit. Thanks!
|
The windows version you have up on drop box will install but after installation will not run, gives no errors or anything else that would help in figuring it out. I am having this problem on Windows 10. The old version hosted on the emulation station website starts fine.
The text was updated successfully, but these errors were encountered: