TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
220 stars 40 forks source link

Failure running app on IMX6s - Raizen #263

Closed pedropaulolyra closed 3 years ago

pedropaulolyra commented 3 years ago

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:

teras commented 3 years ago

It looks like a duplicate of #259