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
it tries to read the environment variable G_MESSAGES_DEBUG, but since that variable doesn't exist, it's referencing a null pointer, which leads to a segmentation fault. Setting that environment variable, such as G_MESSAGES_DEBUG=1 ./easy-gestured makes it work again. Changing the log_utils function in log.cpp to check for a null pointer before assigning the value to a variable makes the program compile and run flawlessly:
What can I check?
OS: Arch Linux
The text was updated successfully, but these errors were encountered: