SDL2 Rust dbus_message_new_method_call() error

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.

Hi caleb.a.mccarthy,

SDL2 is a 3rdparty frameworks and we don’t have much experience on it. You could refer to below topic if can help:
[url]https://devtalk.nvidia.com/default/topic/1043800/jetson-agx-xavier/sdl2-dbus-error-when-calling-sdl_init-sdl_init_video-/post/5295502/#5295502[/url]

And may other developers share their experience.

Thank you, I didn’t see that post in my search. I will try this tonight.