Page 1 of 2

VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 4. Nov 2021, 14:30
by NICKNAMENICKNAME
When launching "C:\Program Files\Oracle\VirtualBox\VirtualBox.exe" from the desktop short-cut, 50% (yes 50%) of the time the window appears briefly then exits. However, if I immediately repeat then it works OK.

The EventLog shows:

Faulting application name: VirtualBox.exe, version: 6.1.28.47628, time stamp: 0x616db42a
Faulting module name: Qt5GuiVBox.dll, version: 5.6.2.0, time stamp: 0x58e261e1
Exception code: 0xc000041d
Fault offset: 0x00000000001f0c38
Faulting process ID: 0x8f54
Faulting application start time: 0x01d7d17656f4aa05
Faulting application path: C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
Faulting module path: C:\Program Files\Oracle\VirtualBox\Qt5GuiVBox.dll
Report ID: a9490993-5044-4e36-951d-95a27021808e
Faulting package full name:
Faulting package-relative application ID:

Any reason why this is the case?

I am running Windows 10 21H1

Code: Select all

- <Event >
- <System>
  <Provider Name="Application Error" /> 
  <EventID Qualifiers="0">1000</EventID> 
  <Version>0</Version> 
  <Level>2</Level> 
  <Task>100</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2021-11-04T12:20:25.4767377Z" /> 
  <EventRecordID>98900</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="0" ThreadID="0" /> 
  <Channel>Application</Channel> 
  <Computer>K3</Computer> 
  <Security /> 
  </System>
- <EventData>
  <Data>VirtualBox.exe</Data> 
  <Data>6.1.28.47628</Data> 
  <Data>616db42a</Data> 
  <Data>Qt5GuiVBox.dll</Data> 
  <Data>5.6.2.0</Data> 
  <Data>58e261e1</Data> 
  <Data>c000041d</Data> 
  <Data>00000000001f0c38</Data> 
  <Data>8f54</Data> 
  <Data>01d7d17656f4aa05</Data> 
  <Data>C:\Program Files\Oracle\VirtualBox\VirtualBox.exe</Data> 
  <Data>C:\Program Files\Oracle\VirtualBox\Qt5GuiVBox.dll</Data> 
  <Data>a9490993-5044-4e36-951d-95a27021808e</Data> 
  <Data /> 
  <Data /> 
  </EventData>
  </Event>

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 4. Nov 2021, 15:47
by mpack
I'm not aware of anyone else reporting similar problems, so consider any third party apps you have installed on your host that might filter network paths etc.

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 4. Nov 2021, 16:13
by NICKNAMENICKNAME
Thank you for your reply.

I don't have any third party apps installed on my host that might filter network paths.

It is peculiar how this fails exactly 50% of the time.

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 4. Nov 2021, 16:58
by scottgus1
Another thing to look at is any graphics-oriented software, since the module that fails is "Qt5GuiVBox.dll", which could be graphics related.

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 13. Nov 2021, 05:06
by ElderBoy15
I'm getting the EXACT same crash. Since the last update. I haven't updated anything else. Windows 10 Pro / 21H1

Faulting application name: VirtualBox.exe, version: 6.1.28.47628, time stamp: 0x616db42a
Faulting module name: Qt5GuiVBox.dll, version: 5.6.2.0, time stamp: 0x58e261e1
Exception code: 0xc000041d
Fault offset: 0x00000000001e384e
Faulting process id: 0x44dc
Faulting application start time: 0x01d7d7d005f77f4b
Faulting application path: C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
Faulting module path: C:\Program Files\Oracle\VirtualBox\Qt5GuiVBox.dll
Report Id: 463ed9d3-b3b7-4216-83bd-ea9293e448b2
Faulting package full name:
Faulting package-relative application ID:

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 13. Nov 2021, 15:46
by scottgus1
NICKNAME^2 has not reported back if there are graphics-oriented programs on their PC that might be interfering.

ElderBoy15, please consider my posts above and see if you have anything that would interfere.

Also, consider rolling back to 6.1.26 and see if the problem stops. https://www.virtualbox.org/wiki/Download_Old_Builds_6_1

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 14. Nov 2021, 07:16
by AndyCot
If you do roll back to 6.1.26 and it works please post here to say it fixed it and log a bug so the devs can look at it.

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 15. Nov 2021, 19:11
by NICKNAMENICKNAME
Thank you for replies. I have no graphics oriented applications on this PC (e.g. I don't use games or apps like Illustrator).

The problem remains, I also experience the same problem with earlier releases. The problem remains and is not fixed.

Happy to provide any more logs if necessary,

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 16. Nov 2021, 11:28
by fth0
Please reproduce the issue and provide a zip file containing the contents of C:\Users\<username>\.VirtualBox (note the ".").

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 16. Nov 2021, 11:48
by NICKNAMENICKNAME
selectorwindow.zip
selectorwindow.zip
(58.94 KiB) Downloaded 16 times
Log zip.

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 17. Nov 2021, 01:17
by fth0
Thanks for the logs. Unfortunately, they didn't tell me more than I've already seen in 20666.

Is there anything special about the contents of the VirtualBox Manager window (8 VMs are pretty normal)?

Regarding the 50 %: If you start the VirtualBox Manager 8 times in a row, does the crash happen 4 times, or only once?

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 22. Nov 2021, 21:51
by NICKNAMENICKNAME
Thanks for the reply.

VB Manager crashes normally the first time I used it after turning the PC on, on second immediate attempt it loads OK. 3rd attempt straight after it works. However, if I don't use it for a while, e.g. 1 hour (without any system restart) it will crash and then be OK on second time.

There's nothing unusual about my manager window.

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 23. Nov 2021, 01:50
by fth0
Please try if VirtualBox 6.1.30 exhibits the same issue on your host.

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 24. Nov 2021, 10:48
by NICKNAMENICKNAME
Same issue with Version 6.1.30 r148432 (Qt5.6.2)

Re: VirtualBox crashes half the time I use it (fault in Qt5GuiVBox.dll)

Posted: 2. Mar 2022, 16:53
by JB-101
Same issue for me using VB version 6.1.32. Just started for no apparent reason. Reinstalling or downgrading don't seem to fix. I can always start 100% of the time if I run As Administrator. To be clear, this is just the VB Selection Window crashing and not the VMs themselves.