laamaa / m8c

Cross-platform M8 tracker headless client
Other
409 stars 85 forks source link

Unable to open M8C #39

Closed ra1n5 closed 2 years ago

ra1n5 commented 2 years ago

nathan@nathan-laptop:~/code/m8c$ ./m8c INFO: Reading config /home/nathan/.local/share/m8c/config.ini INFO: Looking for USB serial devices. INFO: Found M8 in /dev/ttyACM0. INFO: Opening port. INFO: Enabling and resetting M8 display INFO: Reset display dbus[7724]: 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) nathan@nathan-laptop:~/code/m8c$

laamaa commented 2 years ago

Quick Googling of the error message suggests that the problem is with something else than the program, most results suggest a faulty SDL2 package within Ubuntu 18.04. With this amount of information I can only suggest updating your system packages or maybe try compiling SDL2 from sources.

On Sun 30. Jan 2022 at 13.27, ra1n5 @.***> wrote:

@.***:~/code/m8c$ ./m8c INFO: Reading config /home/nathan/.local/share/m8c/config.ini INFO: Looking for USB serial devices. INFO: Found M8 in /dev/ttyACM0. INFO: Opening port. INFO: Enabling and resetting M8 display INFO: Reset display dbus[7724]: 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) @.***:~/code/m8c$

— Reply to this email directly, view it on GitHub https://github.com/laamaa/m8c/issues/39, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNUYFR6FFASQQKGNH5BP4LUYUOCLANCNFSM5NEEF2LA . You are receiving this because you are subscribed to this thread.Message ID: @.***>