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
Trying to start the software on an AMD laptop running an arch based Linux distribution results in the following error: fish: Job 1, 'hexrdgui' terminated by signal SIGSEGV (Address boundary error)
and if run in a bash shell: Segmentation fault (core dumped)
Note I also get the error qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
But I am able to manually change the environment variable for qpa plugin to xcb to fix this, but the seg fault persists.
This issue occurs with both the conda installed package in a virtual environment and the tar ball pulled from github when running
/bin/hexrdgui from inside the extracted tar ball I get a similar but maybe more helpful error
Trying to start the software on an AMD laptop running an arch based Linux distribution results in the following error:
fish: Job 1, 'hexrdgui' terminated by signal SIGSEGV (Address boundary error)
and if run in a bash shell:
Segmentation fault (core dumped)
Note I also get the error
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
But I am able to manually change the environment variable for qpa plugin to xcb to fix this, but the seg fault persists.
This issue occurs with both the conda installed package in a virtual environment and the tar ball pulled from github when running
/bin/hexrdgui from inside the extracted tar ball I get a similar but maybe more helpful error
The text was updated successfully, but these errors were encountered: