Error relaunching VirtualBox VM process: 5

This is for discussing general topics about how to use VirtualBox.
Post Reply
sombra
Posts: 1
Joined: 13. Jul 2015, 21:02

Error relaunching VirtualBox VM process: 5

Post by sombra »

The Oracle VirtuaBox release 5 still carries the nasty error "Error relaunching VirtualBox VM process: 5".

New ticket entered: 14269.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: Error relaunching VirtualBox VM process: 5

Post by mpack »

Does "still" mean that there was a previous bug report? If yes then duplicate tickets will likely be closed. Also, you need to provide log files: VBoxStartup.log and maybe VBox.log too. Zip and attach to the ticket.
Senthilkumar.M
Posts: 3
Joined: 4. Aug 2015, 05:57

Re: Error relaunching VirtualBox VM process: 5

Post by Senthilkumar.M »

Hi,
This post might help you,
letusexplain.blogspot.com/2015/08/error-relaunching-virtualbox-vm-process.html
tamas#
Posts: 4
Joined: 20. Mar 2016, 16:06

Re: Error relaunching VirtualBox VM process: 5

Post by tamas# »

Senthilkumar.M wrote:Hi,
This post might help you, ...
Running the latest build (5.0.16 r105871) fighting with the same issue. Kind of getting tired...

The reg key quoted there doesn't exist in my system, disabling Avira did not help. I did not try going back to an ancient version - I came from 5.04 which had the same.

Code: Select all

Failed to open a session for the virtual machine win10.

The virtual machine 'win10' has terminated unexpectedly during startup with exit code 1 (0x1).  More details may be available in 'C:\Users\Fel Hasznalo\VirtualBox VMs\win10\Logs\VBoxHardening.log'.

Result Code: E_FAIL (0x80004005)
Component: MachineWrap
Interface: IMachine {f30138d4-e5ea-4b3a-8858-a059de4c93fd}
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: Error relaunching VirtualBox VM process: 5

Post by mpack »

... and the (zipped) hardening log? Without it all we can do is sympathize. p.s. Cross posting is against the forum rules, so I have deleted your other two posts on this subject.
tamas#
Posts: 4
Joined: 20. Mar 2016, 16:06

Re: Error relaunching VirtualBox VM process: 5

Post by tamas# »

mpack wrote:... and the (zipped) hardening log? Without it all we can do is sympathize. p.s. Cross posting is against the forum rules, so I have deleted your other two posts on this subject.
Here it comes:
VBoxHardening.zip
(7.72 KiB) Downloaded 30 times
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: Error relaunching VirtualBox VM process: 5

Post by mpack »

It looks like you are using a hacked theme, particularly a hacked "uxtheme.dll". VirtualBox does not allow unsigned DLLs to run in its execution process.

Google for ""uxtheme.dll" site:forums.virtualbox.org".
tamas#
Posts: 4
Joined: 20. Mar 2016, 16:06

Re: Error relaunching VirtualBox VM process: 5

Post by tamas# »

mpack wrote:It looks like you are using a hacked theme, particularly a hacked "uxtheme.dll". VirtualBox does not allow unsigned DLLs to run in its execution process.

Google for ""uxtheme.dll" site:forums.virtualbox.org".
Nope, win theme hasn't been touched (other than built-in options, like turning off sounds, adding background). I'll try manually upgrade my build 240 machine with a vanilla 586 iso,
if this is a version/signature issue, it should be fixed.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Error relaunching VirtualBox VM process: 5

Post by Perryg »

Code: Select all

supR3HardenedScreenImage/LdrLoadDll: cache hit (Unknown Status 22900 (0x5974)) on \Device\HarddiskVolume4\Windows\System32\uxtheme.dll [lacks WinVerifyTrust]
1258.125c: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ffc5f5f0000 'C:\Windows\system32\uxtheme.dll'
Something has installed it. Do a search for how to remove it, and see what happens.
tamas#
Posts: 4
Joined: 20. Mar 2016, 16:06

Re: Error relaunching VirtualBox VM process: 5

Post by tamas# »

Perryg wrote:

Code: Select all

supR3HardenedScreenImage/LdrLoadDll: cache hit (Unknown Status 22900 (0x5974)) on \Device\HarddiskVolume4\Windows\System32\uxtheme.dll [lacks WinVerifyTrust]
1258.125c: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ffc5f5f0000 'C:\Windows\system32\uxtheme.dll'
Something has installed it. Do a search for how to remove it, and see what happens.
I extracted the uxtheme.dll from the installer iso after trying copies from the syswow64 and WinSxS folder and put it in the relevant virtualbox folder but it was no use. With one copy even the VB failed to load,
with the others I get the same error message.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: Error relaunching VirtualBox VM process: 5

Post by mpack »

You need to be careful not to mix 32bit and 64bit DLLs. Also the trick about putting an unhacked copy in the VirtualBox program folder isn't guaranteed to work, it's probably Windows version dependant. It's just something that others have found works for them. In the end the only sure fix is not to use hacked and unsigned DLLs that want to inject themselves into VirtualBox, at least not if they cause other things to crash if they are rejected.
Post Reply