You are not logged in.
You really saved me! Maybe someone familiar with the rules could add it to the wiki under troubleshooting. I looked there first. Thanks again!
Offline
Just another message of thanks for posting this - had the same issue and now fixed as a result of this thread.
Offline
I installed the VirtualBox Extension from the VirtualBox Homepage and hit this issue.
In my oppinion this is VirtualBox's fault, it should warn that the Extensions are outdated when you start it rather than segfaulting when you run a VM.
Offline
Thanks again!
yaourt -S virtualbox-ext-oracle did the fix!
knowledge is p0wer..
Offline
But...
There seems to be a regression on the Oracle side that break Direct3D.
I run Windows 7 VM with 3D acceleration on and use the "tick [] Direct3D Support checkbox then answer {No} in the virtualbox-guest-iso setup dialog" trick in order to get Aero working.
That breaks with this update. I'm currently reverting back to 4.3.14-4. We'll see how that goes.UPDATE: I've got Aero back after reverting the virtualbox package to 4.3.14-4 and doing a custom PKGBUILD of virtualbox-ext-oracle .
I've commented in the Oracle forum here
Barton
Here we are at 4.3.20 and this is still an issue, but I have found the root cause:
(See the bug report)
Ever since 4.3.16 there has been a regression affecting nVidia systems (it is unknown if this is true for nouveau - I was using the proprietary drivers).
I've pulled my video card and reverted to xf86-video-intel (i5 dell) i915 and no longer have to revert virtualbox and virtualbox-ext-oracle packages after updates!
For older systems running nVidia cards and proprietary drivers with this issue, perhaps the best first step may be trying the xf86-video-nouveau package.
Last edited by bartonc (2014-12-26 22:41:37)
Offline
I'm having this same issue, however installing virtualbox-ext-oracle from AUR did not fix the problem.
dmesg output:
[ 6854.675774] EMT[13644]: segfault at 1c ip 00007f4901128de9 sp 00007f49351d9c00 error 4 in VBoxDD.so[7f4901086000+17a000]
Offline
I'm having this same issue, however installing virtualbox-ext-oracle from AUR did not fix the problem.
dmesg output:
[ 6854.675774] EMT[13644]: segfault at 1c ip 00007f4901128de9 sp 00007f49351d9c00 error 4 in VBoxDD.so[7f4901086000+17a000]
Please supply
pacman -Qs virtualbox | grep local
Here's mine:
local/virtualbox 4.3.20-5
local/virtualbox-ext-oracle 4.3.20-1
local/virtualbox-guest-iso 4.3.20-1
local/virtualbox-host-modules 4.3.20-8
As well as
uname -a
as in
Linux Bridger 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64 GNU/Linux
Offline