Skip to content
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

Cannot find system configurations #18

Closed
petrockblog opened this issue Sep 5, 2012 · 4 comments
Closed

Cannot find system configurations #18

petrockblog opened this issue Sep 5, 2012 · 4 comments

Comments

@petrockblog
Copy link

Thanks a lot for the OpenGL update!

I have a problem with starting ES:
Every time I start ES it says that es_systems.cfg was found but contained no systems. I provide exactly the same configs as with the older SDL-based front end, which was working before. Do you have an idea what I could do wrong or do you need any further information?

@Aloshi
Copy link
Owner

Aloshi commented Sep 5, 2012

Well, that's interesting. I've pretty much left the SystemData class completely alone through the update. Are you sure at least one system has a game in it (systems autodelete themselves if they don't contain any games)? Are your permissions good? Can you post the es_systems.cfg?

@petrockblog
Copy link
Author

Ok, thanks a lot for the hint that there has to be at least ONE rom. Everything's working! I should go to bed now ...
BTW: How do I disable the display for the frame rate?

@Aloshi
Copy link
Owner

Aloshi commented Sep 5, 2012

Ah shoot, I forgot I left the framerate stuff turned on. There's a #define at the top of src/components/GuiGameList.h (#define FRAMERATE I think) that you can comment out. If you do it yourself, run rm src/main.o before you run make, as there's some code there that relies on the #define too. I'll disable it soon.

@petrockblog
Copy link
Author

Ah, I see. I just uploaded a new archive for the RetroPie script with the current releases. I am on away for a week now and will update the archive then. So far the speed improvement of ES feels great!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants