-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] Critical Glib assertion failed using GTK-64 #302
Comments
What themes on each of these OS'es have you tried? Is this the bug you identified? This seems to be related: If this is truly the bug, then currently it looks like ant is using swt 4.2.1, I believe this looks like it was fixed in 4.3.X. Workarounds mentioned are to try to export some environment variables (make sure to set them properly so they 'take' and are probably set globally so the process can read them as well). Have you tried setting these different environment variables mentioned as workarounds? Another workaround might be to try to edit the current themefile, for the widgets responsible: |
Ubuntu: Adwaita (default), Adwaita-dark, Yaru, Yaru-dark, Yaru-light |
It presents the same critical error as the one I reported. I tried to replace swt-4.2.1 by swt-4.3.2 and built arx, but the problem kept.
I have tried all of these workarounds, but none of them worked.
As the assertion error I get does not respect to specific widgets, I could not edit themefiles. Besides the error is not directly related to gnome, because I have also tested in Linux Mint (with cinnamon). The arx-3.7.0 from branch origin/swt-4-7-2 eliminates both erros presented in this issue here, and a new one appeared tough:
However, it seems to be related to a specific widget (GtkSeparatorToolItem), and it may be easier to fix. So it seems that swt-4.7.2 solves the problem. |
We are now actively working on this, as we need to update all GUI libraries anyway, because the current version of ARX doesnt work on MacOS Catalina. A fix will be released with the next version. |
SWT updates have been merged into master. Closing this issue now. Please open further issues, should any problems remain. Thanks again for your input! |
Describe the bug
When opening the ARX GUI on Linux, it keeps (in loop) showing the following messages in the terminal:
Obs: 15507 = PID number
Besides in random moments the program crashes (the interface freezes and becomes unusable) and returns the following error:
hs_err_pid15507.log
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It was expected no erros/warnings and no crashes.
ARX GUI (please complete the following information):
OS' tested:
Additional context
The text was updated successfully, but these errors were encountered: