Forum
Please or Register to create posts and topics.

Linux: RTSA-Suite PRO Qt error on launch

Page 1 of 2Next

Good afternoon,

I've installed RTSA Suite PRO in Ubuntu 22.04.2 LTS by following the tutorial at https://v6-forum.aaronia.de/forum/topic/install-or-update-rtsa-suite-pro-on-ubuntu-20-04-22-04-fedora-arch-linux-manjaro-linux/, the only differences being that I didn't do the optional step and that I used the installer inside the usb stick provided with the SDR. The installation seemed to go well, but when I tried to launch the application Aaronia/RTSA/Aaronia-RTSA-Suite-PRO/Aaronia-RTSA-Suite-PRO (which I supposed is what launches the application) I got the error:

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found

I've tried reinstalling multiple times, executing the sh file instead of the application and adding the directory plugins to $PATH, but the result is the same.

To solve this just run:

sudo apt-get install libxcb-xinerama0

Hello, thank you for the quick answer. Unfortunately, I still get the same error. Is there any aditional information I can provide?

Then you're probably not starting the RTSA using the .sh script.
Can you please start it using the .sh and paste the output here. The should also be a desktop shortcut, that uses the correct paths.

Also, please use the installer version provided on our website: https://aaronia.de/downloads/ - I don't know how old your USB stick actually is.

As you said, I wasn't using the sh nor the desktop shortcut. Both work fine, thank you. I'll keep the installer in mind if I ever need to reinstall the application.

fw_dev has reacted to this post.
fw_dev

I am getting the following error message when I run the software using the .sh script on Ubuntu 22.04 (after following the installation steps, disabling Wayland and installing libxcb-xinerama0). Thanks in advance.

 

Uploaded files:
  • QTerror.PNG

Please check if the DISPLAY variable is set using:

echo $DISPLAY

That should output something like ":0"

It doesn't display anything when I run echo $DISPLAY. Should I just modify it with export DISPLAY=:0?

You can try. Question is if you have a X display server running that the software can connect to. I'm not really familiar with the wayland graphics stack, could be that you have to install another package to provide a compatibility layer.

Page 1 of 2Next