Ruka-CFW / rk3128-cfw

*** DEPRECATED - DON'T USE *** Rockchip RK3128 Custom Firmware for Powkiddy A12/A13 & AIWO retro-consoles
Other
44 stars 14 forks source link

SDL2 Render issue #8

Closed acmeplus closed 2 years ago

acmeplus commented 3 years ago

New SDL2 library changes to get OpenGL/GLES support have introduced a regression for non-GL applications like Daphne.

Assertion failure at SDL_DestroyTexture_REAL (/opt/data/a12/dev/github/rk3128-cfw/buildroot/output/build/sdl2-2.0.7/src/render/SDL_render.c:2038), triggered 1 time:
     'texture && texture->magic == &texture_magic'

The issue seems to be the same as this one here:

https://github.com/CytopiaTeam/Cytopia/issues/158

acmeplus commented 3 years ago

The SDL2 version and patches have not changed wrt old version. It seems like the issue was introduced while compiling SDL2 with OpenGL support in buildroot for the upcoming EmulationStation support. Going to try to rebuild the library without GL support to see if that makes a different.

acmeplus commented 2 years ago

Closing Issue already fixed on newer builds.

Same issue as #24