-
Notifications
You must be signed in to change notification settings - Fork 905
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
SDL issue on Raspberry Pi2 #395
Comments
I've actually run into this issue myself. I think it's because SDL2 isn't properly compiling in the Raspberry Pi video driver. I believe RetroPie compiles SDL2 with |
I too have this issue. Followed the build directions for standalone. |
Hello, I got it ! At least on archlinux but that should be the same on raspbian. [root@pi2 ~]# /usr/share/libtool/build-aux/config.guess So it not matching :
in SDL2-2.0.3 ./configure The result of the ldd is : [root@pi2 ~]# ldd /usr/lib/libSDL2-2.0.so.0.2.1.orig instead of : [root@pi2 ~]# ldd /usr/lib/libSDL2-2.0.so.0.2.1 Several workarounds :
But the best would be to have the host guess working but that's another story :) Cheers |
Yeah, that fixed it for me too. Thanks! |
HI ! |
This makes me sad, any idea when this will be resolved? Come on bring me joy by fixing this :) |
Hi, i've the same problem but on x86 architecture.
it hangs up without output. But the system is not freezed because if i turn it off it shows the logout output. |
I fixed following these instructions: |
Much thanks to @ignaciohita for that link. Using those instructions and re-installing retropie fixed my issues. |
You're welcome! I think admin should update the stand alone guide instructions to include that, because if you follow current steps in Raspberry Pi 2 is not working, you have to install SDL2 in the way described in the link I supplied. |
The current guide says that the freetype path may need to be added for rpi2. I had to add it for rpi1. |
+1 on @ignaciohita 's link - worked for me too on Raspberry Pi 2 Model B. |
i have a raspberry pi 2 B also but im new to console, need to learn more. But need this RP working for my retropie arcade project so is it possible to get "noob" instructions, how to get to that file, edit it and how to save it. I get this same: lvl0: Error initializing SDL! im using mobaXterm and Xming, so i use Putty SSH style for now to get it running first. |
@proplayer77 Just use RetroPie ? |
im using it? |
but dont have hdmi display in use now to test retropie. Or of course my tv would do the trick. |
Then you want the RetroPie forums, they use a different Emulationstation to this one. |
Fixed a quirk in the Clion PR
Hello,
I'm trying to have emulationstation running on Raspberry Pi2 (archlinux).
I'm not sure whether the problem is coming from the raspberry, archlinux, sdl2 or emulationstation but at least I got to start somewhere :)
The first try I have done was to use https://aur.archlinux.org/packages/em/emulationstation-git-unstable-rpi/PKGBUILD which rely on https://aur.archlinux.org/packages/sd/sdl2-opengles/PKGBUILD because I wanted to launch it from the console.
The result is :
[erwan@pi2 ~]$ emulationstation
lvl0: Error initializing SDL!
No available video device
lvl0: Renderer failed to initialize!
lvl0: Window failed to initialize!
(same result under X11)
So I decided to try with https://aur.archlinux.org/packages/em/emulationstation-git/PKGBUILD (which doesn't rely on https://aur.archlinux.org/packages/sd/sdl2-opengles/PKGBUILD and the result is the same on the console and I got this under X11 :
[erwan@pi2 ~]$ emulationstation
lvl0: Error creating SDL window!
Couldn't find matching GLX visual
lvl0: Renderer failed to initialize!
lvl0: Window failed to initialize!
Do you think of anything I should try to have this cool piece of software working ?
Cheers
Erwan
The text was updated successfully, but these errors were encountered: