I have a current Xubuntu 22.04.3. The last Lightburn version that works on it is 1.4.01. From version 1.4.02 I get the error message below. It would be great if someone had an idea.
Bye Daniel
$ ./LightBurn
qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “” even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Got keys from plugin meta data (“xcb”)
QFactoryLoader::QFactoryLoader() checking directory path “/home/laser/.local/share/LightBurn/platforms” …
Cannot load library /home/laser/.local/share/LightBurn/plugins/platforms/libqxcb.so: (libxcb-icccm.so.4: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)
QLibraryPrivate::loadPlugin failed on “/home/laser/.local/share/LightBurn/plugins/platforms/libqxcb.so” : “Cannot load library /home/laser/.local/share/LightBurn/plugins/platforms/libqxcb.so: (libxcb-icccm.so.4: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)”
qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “” even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
I tried both .run and .7z and got the same error. Running export QT_DEBUG_PLUGINS=1 before running ./LightBurn from a terminal showed some more detailed error messages that revealed a not-found error loading libqxcb.so. That’s part of the libxcb-xinerama0 package so running the following command fetched the missing libraries and LightBurn started right up after that.
First make sure you have libxcb and all dependencies installed on your system with sudo apt install libxcb-* Then in the file ~/.profile add the following line:
QT_QPA_PLATFORM=xcb
And then from the terminal run source .profile and try to run ligthburn.
Hello,
I have the same problems with Linux Mint and Lightburn1.4.03.
I can only start Lightburn with administrator rights.
I have to wait a few more days for a repair.
There is still work to be completed and I don’t want to take any chances.
ich habe die gleichen Fehlerbeschreibungen wie im ersten Beitrag.
Ältere Versionen von Lightburn haben funktioniert.
Als Notlösung funktioniert es bei mir das Programm mit Administrator rechten zu starten.
In einigen Tagen habe ich die Laserarbeit fertig und kann dann am Linux System
einige Versuche machen.
Good morning,
I have the same error descriptions as in the first post.
Older versions of Lightburn worked.
As an emergency solution, it works for me to start the program with administrator rights.
In a few days I will have finished the laser work and can then work on the Linux system
make some attempts.