You are not logged in.
I succesfully build package and installed latest virtualbox-sun 3.1.4 with pacman -U, restore session works perfectly again. But the problem is that if I go to preferences (Ctrl+G), main VirtualBox window crash. Is there some fix for that or I need to wait another release?
Last edited by archiebald (2010-02-24 15:35:49)
Offline
I have the same problem. In package of AUR virtualbox_bin also crash.
Offline
I have the same problem. In package of AUR virtualbox_bin also crash.
Yes I know, I tried latest virtualbox_bin 3.1.4, same problem.
Offline
I have also the same problem (with both versions 3.1.4 and 3.1.2)!
Maybe it is related to Qt version. I will try to downgrade
my Qt version to check if my suspicion will be confirmed!
Regards
Nik
Offline
I have also the same problem (with both versions 3.1.4 and 3.1.2)!
Maybe it is related to Qt version. I will try to downgrade
my Qt version to check if my suspicion will be confirmed!Regards
Nik
With previous version 3.1.2, I've had session restore crashing.
OK, do that, and tell us your results.
Offline
works with qt-4.5.3-4
Offline
works with qt-4.5.3-4
Yep!!
Offline
works with qt-4.5.3-4
Yeah, but just for the record, after downgrading to qt-4.5.3-4 I've had problems with VLC.
and I get errors:
VLC media player 1.0.5 Goldeneye
[0x1d87098] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x7f25ac0022b8] main interface error: possibly corrupt module cache
[0x1eeae48] main generic error: possibly corrupt module cache
[0x7f25ac0022b8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f25ac0022b8] skins2 interface: skin: subX author: Martin Poehlmann
[0x7f25ac003668] main generic error: possibly corrupt module cache
[0x7f25ac0022b8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
By the way, new qt-4.6.2-1 upgrade, fix problems with VirtualBox, finally.
I need to correct myself. On Alt+G it still crash, but I can Alt+S on virtual machine.
Last edited by archiebald (2010-02-17 21:09:45)
Offline
Today I experienced the same problem in Virtualbox. Preferences window makes the main window crash. Also when opening the settings of a certain VM (not all of them) the main window crashes and the app exits.
I also thought it could be a QT issue, so I reinstalled QT 4.6.2, I recompiled virtualbox 3.1.4 with -j2 option instead of -j3, but it all makes no difference.
However, I have found a workaround for the crashing: change the QT theme to let's say cleanlooks in QT config. Whatever you choose should be fine, as long as it's not GTK+ or Desktop (default).
Offline
You are right ulukai, Desktop Settings (Default) and GTK+ in Qt config makes main window crash after Alt+G, but everything else to choose is fine. Cleanlooks is the best, because is closest to GNOME default theme.
Strange, but it works.
Last edited by archiebald (2010-02-18 12:06:08)
Offline
I can confirm this bug. Change qtconfig settings to anything but GTK+ and Default solves the problem. Downgrading qt is not an option if you have upgraded kde or you're using kde apps. It seems we need to wait to Sun/Oracle guys to fix this issue.
Also, if qtconfig doen't remember the settings, try deleting ~/.config/Trolltech.conf and save settings again. [1]
I've filled a bug report on VirtualBox's bug tracker [2].
[1] http://bbs.archlinux.org/viewtopic.php?id=56296
[2] http://www.virtualbox.org/ticket/6243#preview
-=[ bLiTux ]=-
Offline
I can confirm this bug. Change qtconfig settings to anything but GTK+ and Default solves the problem. Downgrading qt is not an option if you have upgraded kde or you're using kde apps. It seems we need to wait to Sun/Oracle guys to fix this issue.
Also, if qtconfig doen't remember the settings, try deleting ~/.config/Trolltech.conf and save settings again. [1]
I've filled a bug report on VirtualBox's bug tracker [2].
[1] http://bbs.archlinux.org/viewtopic.php?id=56296
[2] http://www.virtualbox.org/ticket/6243#preview
Thanks for filing a bug report!
Offline
Ok, we have an answer from Virtualbox guys [1].
from poetzsch: 'As far I can see ArchLinux uses the run package from our side. The run package contains all necessary libraries which includes the Qt libraries as well. It is build and packaged this way to ensure all necessary bits are there and to make external dependencies as low as possible. Replacing the qt libraries with newer one is something we didn't support. Maybe the package maintainer should consider to use the bundled libraries. The same is done on Gentoo and there are no problems with that. I saw a discussion going on about the dependency on libpng12. This is another problem which we maybe fix in a future version.'
So, we need to contact 'bdheeman' (virtualbox-sun package maintainer) to confirm this, and to see if that solution is possible. I'll leave a message on the AUR package page [2] pointing to this thread.
[1] http://www.virtualbox.org/ticket/6243#comment:1
[2] http://aur.archlinux.org/packages.php?ID=31996
-=[ bLiTux ]=-
Offline
Ok, we have an answer from Virtualbox guys [1].
from poetzsch: 'As far I can see ArchLinux uses the run package from our side. The run package contains all necessary libraries which includes the Qt libraries as well. It is build and packaged this way to ensure all necessary bits are there and to make external dependencies as low as possible. Replacing the qt libraries with newer one is something we didn't support. Maybe the package maintainer should consider to use the bundled libraries. The same is done on Gentoo and there are no problems with that. I saw a discussion going on about the dependency on libpng12. This is another problem which we maybe fix in a future version.'
So, we need to contact 'bdheeman' (virtualbox-sun package maintainer) to confirm this, and to see if that solution is possible. I'll leave a message on the AUR package page [2] pointing to this thread.
[1] http://www.virtualbox.org/ticket/6243#comment:1
[2] http://aur.archlinux.org/packages.php?ID=31996
Thank you for keeping us posted. I installed another package from AUR which caused the bug I mentioned before: Virtualbox_bin 3.1.4. I left a comment there with the same question if it's possible to make the changes.
http://aur.archlinux.org/packages.php?ID=9753
Last edited by ulukai (2010-02-19 15:49:18)
Offline
Ok, this virtualbox package [1] is fixed to use bundled qt libs. I've not tested yet that, but I guess it will work using GTK+ and Default settings on qtconfig.
Anyone can confirm this is working?
PS: Note that some corrections to the PKGBUILD may be needed because the libpng12 issue. Please read carefully the comments on [1].
-=[ bLiTux ]=-
Offline
Confirming the settings are working after virtualbox update
Offline
Ok Can we set this issue as [Solved] ?
Last edited by blitux (2010-02-22 22:28:50)
-=[ bLiTux ]=-
Offline
It can be set as solved for me, since the new pkgbuild is working fine without crashes.
Due to the use of Virtualbox QT libs and not the system libs, my GTK+ theme is not used in Virtualbox, but it is used in other QT apps as VLC and SMplayer, so I thought this would be normal...?
Offline
Ok Can we set this issue as [Solved] ?
Sorry for slight delay, but I needed to cut some of letters to put [SOLVED].:lol:
Due to the use of Virtualbox QT libs and not the system libs, my GTK+ theme is not used in Virtualbox, but it is used in other QT apps as VLC and SMplayer, so I thought this would be normal...?
So, is there some incosistency in theme between GNOME desktop and Qt apps?
I didn't try yet this new updated package.
edit:
Nevermind. Now is all OK.
There is also small bug, On first run it fails to register saying invalid IP adress, and I need to go Help>Register Virtualbox, than it's OK.
Last edited by archiebald (2010-02-24 18:30:25)
Offline