Error message when starting Virtual PC

Discussions related to using VirtualBox on Windows hosts.
Post Reply
godiamond
Posts: 1
Joined: 10. Dec 2008, 00:51

Error message when starting Virtual PC

Post by godiamond »

Hi,
I have this problem. I have installed VirtualBox on Windows XP. Created new virtual PC and installed Windows XP on it, Than I saved it and than I switched it off. When I try to start it again I get error message:

Failed to open release log(could not open file 'C:\documents and settings\administrator\.virtualBox\machines\virtual pc - windows XP\logs\vbox.log', VERR_SHARING_VIOLATION).
Result Code: E_FAIL (0x80004005)
Component: Console
Interface: IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}

Can you please help me with this? Thank you
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

The file is currently accessed by some process. VB needs write access to those files, and if a process has a lock on it, you will get an error like this. Best to close all VB windows and check with taskmanager if there is any VB process running. You can also use Process Explorer to find the process that has the file open and close that file handle.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply