-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
VirtualBox fails to start due to Qt being unable to load "xcb" platform plugin #24315
Comments
look at #24189, I had a similar problem with tribler |
A similar error is treated here. Maybe it is something Qt-related interligating both: |
It would be useful to set QT_DEBUG_PLUGINS to 1 and run the command again. |
Thank you, @xvapx and @AndersonTorres I found a solution to my problem. I had a similar problem with libEGL a while back that I couldn't solve even though I updated, rebuilt, rebooted, etc. The problem was that there was a linking mismatch between packages installed by So, I had a hunch that maybe there is some sort of interference between a However, I had already closed that terminal I ran the command in, so I don't know which packages I had installed :( Sorry for that. |
(for anyone else who finds this via google: see also #24256) |
I recently had the same issue, and after doing the tip from @rzetterberg (nix-env -e $(nix-env -q)) on my user and VirtualBox still doesn't worked. |
For those who are still stuck after trying every other option out there in the internet, you can look into exact path from which this notorious Running strace on the the VirtualBox binary I built using Clang/LLVM on Ubuntu 17.10 x86_64:
That was my Additional details can be found here in the answer I have written : https://askubuntu.com/a/1017955/194850 Cheers. |
Issue description
Starting
VirtualBox
fails with the following error:Steps to reproduce
I'm using
NixOS
where this problem occurs in both theunstable
and17.03
channel.Add this to your
configuration.nix
:And run:
And you should get the same error.
Technical details
What I have tried so far
I tried setting
virtualisation.virtualbox.host.enable
tofalse
, rebuilding,rebooting, reseting the value to
true
, rebuilding and rebooting. That did notfix the problem.
I tried switching from the
unstable
channel to the17.03
, updating,rebuilding and rebooting. That did not fix the problem.
Please let me know if I can provide any more information!
The text was updated successfully, but these errors were encountered: