VirtualBox Critical Error: Machine Execution Stopped

Discussions about using Linux guests in VirtualBox.
Post Reply
lasn
Posts: 3
Joined: 6. Jun 2023, 16:28

VirtualBox Critical Error: Machine Execution Stopped

Post by lasn »

Hello fellow community members,

I'm currently facing a critical issue with a virtual machine provided by my school for studying "hacking" concepts. Unfortunately, I'm unable to get the virtual machine running, and this situation is causing a delay in my lessons.

I am encountering a critical error while running VirtualBox on my Ubuntu 22.04 system. The error message I receive is as follows:

"A critical error has occurred while running the virtual machine, and the machine execution has been stopped. For help, please see the Community section on..."

I have hardware virtualization enabled in my BIOS settings.

I kindly request your assistance in resolving this issue.
System Details:

Ubuntu 22.04
VirtualBox version 7.0.8

Thank you for your time and assistance.

Best regards,
Lasn
Attachments
logs.zip
(56.6 KiB) Downloaded 5 times
lasn
Posts: 3
Joined: 6. Jun 2023, 16:28

Re: VirtualBox Critical Error: Machine Execution Stopped

Post by lasn »

Hi again,

I wanted to provide an update regarding the issue I'm facing with VirtualBox. After reviewing the log file, I found an error message that might be relevant:

Code: Select all

00:00:00.754903 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:00.754939 emR3Debug: rc=VERR_NOT_SUPPORTED
00:00:00.757237 ERROR [COM]: aRC=NS_ERROR_INVALID_ARG (0x80070057) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aComponent={DisplayWrap} aText={Argument aWidth is invalid (must be aWidth != 0 && aWidth <= 32767)}, preserve=false aResultDetail=0
00:00:02.096576 GUI: User requested to power VM off on Guru Meditation.
00:00:02.096581 GUI: Powering VM off..
00:00:02.098853 Console: Machine state changed to 'Stopping'
00:00:02.099630 Console::powerDown(): A request to power off the VM has been issued (mMachineState=Stopping, InUninit=0)
00:00:02.100945 Changing the VM state from 'GURU_MEDITATION' to 'POWERING_OFF'
00:00:02.100961 ****************** Guest state at power off for VCpu 0 ******************
As a newcomer to VirtualBox, I'm not entirely sure about the specific solution to this issue. However, it appears that there is an argument error related to the display settings. I also tried adding more memory, but I still encountered the same issue. If anyone has encountered a similar problem or has any suggestions on how to resolve it, I would greatly appreciate your input.
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: VirtualBox Critical Error: Machine Execution Stopped

Post by scottgus1 »

It appears that KVM/QEMU might be running on the host OS. These block Virtualbox. They may be enabled by other apps like Docker.
lasn
Posts: 3
Joined: 6. Jun 2023, 16:28

Re: VirtualBox Critical Error: Machine Execution Stopped

Post by lasn »

Thank you for your answer, after disabling docker and QEMU i got the VM working :)
Post Reply