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

Fails to start on raspberry pi #264

Closed
pulb opened this issue Oct 26, 2014 · 8 comments
Closed

Fails to start on raspberry pi #264

pulb opened this issue Oct 26, 2014 · 8 comments

Comments

@pulb
Copy link

pulb commented Oct 26, 2014

If if I try to start emulationstation unstable on my raspberry pi (arch linux) I get the following error:

lvl0: Error initializing SDL!
No available video device
lvl0: Renderer failed to initialize!
lvl0: Window failed to initialize!

I used this recipe to build it:
https://aur.archlinux.org/packages/em/emulationstation-git-unstable/PKGBUILD

@pulb pulb changed the title Failed to start on raspberry pi Fails to start on raspberry pi Oct 26, 2014
@pulb
Copy link
Author

pulb commented Oct 26, 2014

Don't know if this matters but I got this warning while building:

CMake Warning at es-app/CMakeLists.txt:102 (add_executable):
Cannot generate a safe linker search path for target emulationstation
because files in some directories may conflict with libraries in implicit
directories:

link library [libGLESv1_CM.so] in /usr/lib may be hidden by files in:
/opt/vc/lib

Some of these libraries may not be found correctly.

@Aloshi
Copy link
Owner

Aloshi commented Oct 26, 2014

This might be giving you a version of SDL2 that doesn't have the Raspberry Pi driver compiled in (it was added in SDL2 v2.0.1).

@pulb
Copy link
Author

pulb commented Oct 26, 2014

Hmm no, arch always has the latest packages. SDL2 is currently at version 2.0.3. ES is supposed to be working without an xserver right?

@Aloshi
Copy link
Owner

Aloshi commented Oct 27, 2014

Yeah, that should be working. Does it work with an xserver? (It shouldn't require it, I'm just curious if that works.)

@pulb
Copy link
Author

pulb commented Oct 27, 2014

Nevermind, I found the reason. The SDL2 arch package was compiled without EGL support. I guess I submit this PKGBUILD to the AUR.

@pietrondo
Copy link

same problem with raspberry2 on archlinux and pkgbuild of sdl with egl of pulb

@ignaciohita
Copy link

Please pulb, can you give us some steps to fix this problem? I can see what you did but I don't know how to make it work in my Raspberry since I'm a newie.

Thanks!

@pulb
Copy link
Author

pulb commented May 9, 2015

@ignaciohita: you have to compile this package on your raspberry pi using this method.

zigurana pushed a commit to zigurana/EmulationStation that referenced this issue Oct 31, 2017
Add windows support to isHidden
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

5 participants