libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
9.46k stars 1.76k forks source link

Error creating SDL window, Emulationstation fails to launch on RK3399 hardware #10759

Open dhwz opened 1 week ago

dhwz commented 1 week ago

All SDL2 versions after 2.30.4 result in the same error, see below:

2024-09-08 19:03:14     INFO    EmulationStation - v39, built Aug 20 2024 - 20:28:10
2024-09-08 19:03:14     DEBUG   fireEvent: start
2024-09-08 19:03:14     INFO    Parsing XML file "/storage/.emulationstation/resources/genres.xml"...
2024-09-08 19:03:14     DEBUG   TextureData::load :/scroll_gradient.png
2024-09-08 19:03:14     DEBUG   ImageIO::loadFromMemoryRGBA32
2024-09-08 19:03:14     INFO    Window::init
2024-09-08 19:03:14     INFO    Creating window...
2024-09-08 19:03:14     ERROR   Error creating SDL window!
        eglQueryDevicesEXT is missing (EXT_device_enumeration not supported by the drivers?)
2024-09-08 19:03:14     ERROR   Renderer failed to initialize!
2024-09-08 19:03:14     ERROR   Window failed to initialize!
2024-09-08 19:03:14     DEBUG   ~TextureResource
icculus commented 1 week ago

This is an SDL2 issue; wrong milestone?

slouken commented 1 week ago

I put it in the 3.2.0 milestone because presumably it also affects SDL3.