Error al ejecutar la maquina virtual

Discussions about using Linux guests in VirtualBox.
Post Reply
LeoO96
Posts: 1
Joined: 3. May 2014, 18:37

Error al ejecutar la maquina virtual

Post by LeoO96 »

Bueno, lo que me pasa es que cuando quiero iniciar mi maquina virtual me salta un cartel que dice que hay un error al ejecutar la maquina virtual. Tambien me pide que les deje este archivo VBox.log, espero que puedan ayudarme ! Desde ya, muchas gracias !
Attachments
VBox.log
(75.91 KiB) Downloaded 14 times
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 al ejecutar la maquina virtual

Post by Perryg »

Code: Select all

00:01:14.779416 VM: Raising runtime error 'HostMemoryLow' (fFlags=0x2)
00:01:14.788093 AssertLogRel D:\tinderbox\win-4.3\src\VBox\VMM\VMMR3\VMM.cpp(1756) int __cdecl VMMR3EmtRendezvous(struct VM *,unsigned int,int (__cdecl *)(struct VM *,struct VMCPU *,void *),void *): !pVCpu->vmm.s.fInRendezvous
00:01:14.791150 Console: VM runtime error: fatal=false, errorID=HostMemoryLow message="Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM"
00:01:14.842697 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'.
00:02:11.454468 Console::powerDown(): A request to power off the VM has been issued (mMachineState=Stopping, InUninit=0)
00:02:11.487626 Changing the VM state from 'GURU_MEDITATION' to 'POWERING_OFF'.
You have simply run out of memory. Add more memory to the host or try reducing the amount allocated to the guest.
Post Reply