Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to start release on Debian #2

Open
vans163 opened this issue Sep 16, 2016 · 9 comments
Open

Failing to start release on Debian #2

vans163 opened this issue Sep 16, 2016 · 9 comments

Comments

@vans163
Copy link

vans163 commented Sep 16, 2016

This application failed to start because it could not find or load the Qt platform plugin "xcb".

Reinstalling the application may fix this problem.
Aborted

lld reveals that libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f2f4bcfb000) xcb is indeed being loaded.

@sanmathigb
Copy link

sanmathigb commented Oct 3, 2016

I have the exact same problem ! Please let me know if there is any other step to be followed to make the application work, I am trying to get this work on a fedora 23 box and ldd as mentioned in the above case reveals no red flags.

@vans163
Copy link
Author

vans163 commented Oct 4, 2016

@sanmathigb.
Ended up using another soft. Though this one looks better in terms of features.

@shi-yan
Copy link
Owner

shi-yan commented Oct 18, 2016

this is because Qt can't load its platform plugin.

please try this

`
sudo ln -sf /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/ /usr/lib/platforms

export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/bin/platforms

and now run this app
`

@sanmathigb
Copy link

Thanks much for your response!

Will try that.

Sunny

On Mon, Oct 17, 2016 at 8:28 PM, Shi Yan [email protected] wrote:

this is because Qt can't load its platform plugin.

please try this

sudo ln -sf /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/
/usr/lib/platforms
export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/bin/platforms
and now run this app


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#2 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AD2oJG3WEClE-2iMavhwymmXhocaSmGEks5q1BK3gaJpZM4J_GaX
.

@sandeepmvd
Copy link

sandeepmvd commented Nov 28, 2016

@shi-yan Well, I see the same error. I tried your steps. But end up with the same error again..

@prajeesm
Copy link

@shi-yan I am facing the same issue reported here in Debian 9.0
I tried your steps, but no luck.
any suggestion?

@kybos
Copy link

kybos commented Jan 17, 2019

I had the same problem (Linux Mint 19.1).
I deleted the three included Qt5 libraries from the program folder and now it works, using the system Qt5 libs. I guess every current distro includes the base Qt5 libs anyway, so it should help in most cases (else you can install them using your distro's package manager.

@alexagv
Copy link

alexagv commented Jan 31, 2019

I had the same problem (Linux Mint 19.1).
I deleted the three included Qt5 libraries from the program folder and now it works, using the system Qt5 libs. I guess every current distro includes the base Qt5 libs anyway, so it should help in most cases (else you can install them using your distro's package manager.

I got it working on 18.04 with your fix. Thanks! 👍

iquadtree pushed a commit to iquadtree/H264Naked that referenced this issue Nov 25, 2019
@darkvertex
Copy link

Like @alexagv I too was able to run this in Ubuntu 18.04 after rm libQt5* from the extracted folder. Thanks for the tip @kybos!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants