VirtualBox

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10969 closed defect (duplicate)

Mac OS X VM crashes when accessed via VNC

Reported by: hgoshev Owned by:
Component: guest control Version: VirtualBox 4.2.0
Keywords: crash VNC remote Cc:
Guest type: OSX Server Host type: Mac OS X

Description

I am using the latest VirtualBox with the Extension Pack installed. I am running a Mac OS X Server VM and have configured screen sharing on it through the system preferences. However each time I try to access the VM remotely via VNC, it crashes almost immediately with the following message: "A critical error has occurred while running the virtual machine and the machine execution has been stopped". This happens regardless of what type of VNC client I use. I tried modifying the VM's properties like CPU count, RAM size, video memory, 2D/3D acceleration and so on, but nothing has helped.

Attachments (1)

VBox.log (361.5 KB ) - added by hgoshev 12 years ago.

Download all attachments as: .zip

Change History (4)

by hgoshev, 12 years ago

Attachment: VBox.log added

comment:1 by Aleksey Ilyushin, 12 years ago

Can you try to disable R0/GC for e1000 and reproduce the problem? To disable R0/GC use the following command lines:

VBoxManage setextradata <vm_name> VBoxInternal/Devices/e1000/<adapter_number_starting_with_0>/Config/GCEnabled 0
VBoxManage setextradata <vm_name> VBoxInternal/Devices/e1000/<adapter_number_starting_with_0>/Config/R0Enabled 0

Note that you will need to do it for each adapter used in VM. If later on you change the type of any adapter (to pcnet or virtio) you will get an error while starting VM. To get rid of it use the same commands as above but without '0' at the end of the line. After you disable RO/GC you may get a different error (not Guru Meditation). Please attach the resulting log file as well.

comment:2 by Aleksey Ilyushin, 12 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #10936.

comment:3 by Aleksey Ilyushin, 12 years ago

The test build with the fix can be downloaded from here: http://www.virtualbox.org/download/testcase/VirtualBox-4.2.51-80935-OSX.dmg

Version 0, edited 12 years ago by Aleksey Ilyushin (next)
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use