I recently upgraded VirtualBox from 4.3.28 to 5.0.10 current build, and upgraded my Guest Additions accordingly. I'm running Windows 7 host and Windows XP guest. This is the first time I've bothered with Drag & Drop features and I'm not even sure if it was available in previous versions. The problem I'm having is that Drag & Drop works fine from host to guest, but fails with this error when trying to Drag & Drop from guest to host:
Code: Select all
Drag and drop error from guest (VERR_INVALID_PARAMETER).
Result Code:
VBOX_E_IPRT_ERROR (0x80BB0005)
Component:
GuestWrap
Interface:
IGuest {13a11514-402e-022e-6180-c3944de3f9c8}
This seems to fail on the guest side from within the additions, but the error message is generated from the host side, just from dragging the file outside the bounds of the window, before even releasing the mouse button. Afterwards it just hangs up at "Dropping Data" and I have to just close this window. After all this, I am left with a null file of the name of the dragged file in my host's "%TEMP%\VirtualBox Dropped Files\{DateTimeSerial}" folder. Attempting to drag multiple files results in only one null file being left in the temp folder, the first one in the list to copy going by the specific file I started the drag from.
By the way, Drag & Drop works just fine both ways on the same host with an Ubuntu 10.04 guest with updated additions.
For now and maybe a while to come, my current solution is just to disable Drag & Drop altogether and use my Dropbox in the guest instead.