Hi,
When trying to run a tetris clone I wrote in rust and sdl I get the following error.
dbus[9236]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file ../../../dbus/dbus-message.c line 1362.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
Aborted (core dumped)
I think it has something to do with running the sdl libraries. Has anyone gotten sdl2 to work on the Jetson Nano?
My project is hosted here for reference.