Search found 6 matches
- 17. Aug 2016, 10:59
- Forum: VirtualBox on Linux Hosts
- Topic: VB 5.1 won't start - could not find Qt platform plugin "xcb"
- Replies: 13
- Views: 8005
Re: VB 5.1 won't start - could not find Qt platform plugin "xcb"
Wow! The new release is already there.
- 17. Aug 2016, 10:47
- Forum: VirtualBox on Linux Hosts
- Topic: VB 5.1 won't start - could not find Qt platform plugin "xcb"
- Replies: 13
- Views: 8005
Re: VB 5.1 won't start - could not find Qt platform plugin "xcb"
The bug was specific to 32-bit systems. Fix scheduled for 5.1.4.
- 31. Jul 2016, 12:05
- Forum: VirtualBox on Linux Hosts
- Topic: VB 5.1 won't start - could not find Qt platform plugin "xcb"
- Replies: 13
- Views: 8005
Re: VB 5.1 won't start - could not find Qt platform plugin "xcb"
The new version 5.1.2 with Fix #15634 did not solve the problem with the launch. I created a new ticket: https://www.virtualbox.org/ticket/15717
- 20. Jul 2016, 19:09
- Forum: VirtualBox on Linux Hosts
- Topic: VB 5.1 won't start - could not find Qt platform plugin "xcb"
- Replies: 13
- Views: 8005
Re: VB 5.1 won't start - could not find Qt platform plugin "xcb"
Anyway, it looks like a bug in the deb package.
- 20. Jul 2016, 19:05
- Forum: VirtualBox on Linux Hosts
- Topic: VB 5.1 won't start - could not find Qt platform plugin "xcb"
- Replies: 13
- Views: 8005
Re: VB 5.1 won't start - could not find Qt platform plugin "xcb"
You can try solution from this thread:
P=/usr/lib/virtualbox; sudo LD_LIBRARY_PATH=$P:$P/plugins/platforms $P/VirtualBox
- 17. Jul 2016, 00:09
- Forum: VirtualBox on Linux Hosts
- Topic: VirtualBox 5.1 doesn't start on EL 6 host
- Replies: 3
- Views: 3853
Re: VirtualBox 5.1 doesn't start on EL 6 host
I have exactly the same error, but I run on Ubuntu 14.04.4 LTS, which should be officially supported. Deb package comes with the built-in libraries qt5, but it works only with the following command: P=/usr/lib/virtualbox; sudo LD_LIBRARY_PATH=$P:$P/plugins/platforms $P/VirtualBox I note that only ru...