Opened 11 years ago
Closed 11 years ago
#12578 closed defect (fixed)
Restoring Shared Folders Fails => Fixed in SVN
Reported by: | vbox888 | Owned by: | |
---|---|---|---|
Component: | shared folders | Version: | VirtualBox 4.3.4 |
Keywords: | HGCM | Cc: | |
Guest type: | Linux | Host type: | Windows |
Description
See vbox log file HGCM.cpp and SSM.cpp VERR_INVALID_PARAMETER Vbox session is logged off
By deleting shared folders, can use vbox again because this code with the bug is not run.
Attachments (3)
Change History (13)
by , 11 years ago
Attachment: | VBox.log.2 added |
---|
comment:1 by , 11 years ago
The error from the VBox.log.2 file can happen if the shared folder description exists in the saved state but does not exist in the VM config. This should not happen.
Could you please tell us how to reproduce the problem?
Did you edit the VM config file?
comment:2 by , 11 years ago
VM config not edited. Win7 host, Ubuntu 13.10 guest, vbox 4.3.4 guest additions run vbox as admin
My guess is that nothing is written to VM config file when a shared folder is added.
What about VBox.log.2 error INVALID_PARAMETER ?
comment:3 by , 11 years ago
So how to reproduce the problem? Please describe exact steps.
That is for example:
- create a Ubuntu VM, install guest additions;
- configure a shared folder (how exactly the folder was configured);
- do something;
- save the VM state;
- do something;
- start the VM again and get the error.
We have to reproduce the problem here to be able to help you.
comment:4 by , 11 years ago
Login to Ubuntu user account
mkdir mnt
popup at bottom of screen
devices > shared folders > transient folders > add folder
select folder Documents on C: drive
sudo mount -t vboxsf Documents mnt
sudo cp mnt/da0114.tgz . (copy a file)
sudo umount mnt
popup > close VM > save VM state
start VM again and get the error
comment:5 by , 11 years ago
Thanks. Reproduced it. The problem happened when the VM had transient shared folders and was saved/restored in fullscreen mode.
The fix will be available in the next VBox release.
comment:6 by , 11 years ago
Please try this build with the fix:
https://www.virtualbox.org/download/testcase/VirtualBox-4.3.7-91496-Win.exe
comment:7 by , 11 years ago
Summary: | Restoring Shared Folders Fails → Restoring Shared Folders Fails => Fixed in SVN |
---|
by , 11 years ago
Attachment: | Ubuntu 12.04 LTS x64 Clone-2014-04-08-13-01-23.log added |
---|
Log file from busybox
comment:9 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This problem appears to be back as of VB v4.3.10 (with guest additions.) I'm running a Ubuntu 12.04 guest on Windows 7 Pro, both 64-bit. I did a 'save' of my VM and rebooted Windows; now I'm getting this error. Usually I do a full shutdown, but this time I was in a hurry ... :-( My VM XML and log files are attached.
Note that unlike previous instances of this issue, my shared folders do not appear to be missing from my XML file.
Hopefully someone can suggest a workaround to get my VM working again ASAP. There were no dirty files in the shared folders, so perhaps I can just remove the shares, launch, and re-add them?
Thanks in advance for the help,
- Busybox
comment:10 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Thanks for the report. But please open a new ticket for the new problem.
The original problem has been fixed and there is not need to mix different issues in one ticket.
Thanks.
vbox log file