You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using SDL_VideoInit and SDL_VideoQuit just to test the available video
drivers causes a segfault during SDL_Init on some systems.
fixes#263 and possibly #265 as well
Using SDL_VideoInit and SDL_VideoQuit just to test the available video
drivers causes a segfault during SDL_Init on some systems.
fixes#263 and possibly #265 as well
Issue Title
Raizen is trying to run a sample app that we sent on his device and got an error message.
Describe the bug
Message error:
root@colibri-imx6:/raizen/totalcross# LD_LIBRARY_PATH=/usr/local/lib/sdl2 ./JBox
Testing video drivers...
SDL_VIDEODRIVER available: x11 wayland dummy
SDL_VIDEODRIVER usable : x11
Segmentation fault (core dumped)
To Reproduce
Project:
https://github.com/TotalCross/KnowcodePrivateCases/tree/main/JBox.
Devices:
-TotalCross Version: [e.g. 6.1.1]
The text was updated successfully, but these errors were encountered: