Opened 5 years ago
Last modified 4 years ago
#19356 assigned defect
Copy and paste and drag and drop doesn't work
Reported by: | Coder2005 | Owned by: | pentagonik |
---|---|---|---|
Component: | clipboard | Version: | VirtualBox 6.1.4 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
this was the error for Windows to Linux(Kali Linux): Drag and drop operation from host to guest failed. Drag and drop error from host (VERR_NET_PATH_NOT_FOUND). Result Code: VBOX_E_IPRT_ERROR (0x80BB0005) Component: GuestWrap Interface: IGuest {13a11514-402e-022e-6180-c3944de3f9c8}
This error is Linux to Windows: Specified format 'text/plain;charset=utf-8' is not supported. Result Code: E_INVALIDARG (0x80070057) Component: GuestDnDSourceWrap Interface: IGuestDnDSource {dedfb5d9-4c1b-edf7-fdf3-c1be6827dc28} Callee: IDnDSource {d23a9ca3-42da-c94b-8aec-21968e08355d}
Change History (4)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Can you please attach the required logs as shown in the article here [1] so that we can investigate the issue further?
Does the Windows host have the DnD source (that is, the content you want to drag over to the guest) on a network share / drive? If so, the drive might be created with different user credentials than which VirtualBox is using. This in turn then would lead to the mentioned VERR_NET_PATH_NOT_FOUND error.
comment:3 by , 5 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 4 years ago
Can you please try with the latest test build for VirtualBox 6.1? You can get the latest test builds on the Testbuilds page.
Please note that also the Guest Additions of this test build need to be installed on the guest, followed by a guest reboot.
Let me know if this fixes the issue for you. Thank you!
Experiencing the same problem with same version of VirtualBox.