Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS 8.4: Copying files from host to guest via Drag&Drop leads to incomplete copies #552

Open
rgoadvice opened this issue Nov 3, 2021 · 2 comments

Comments

@rgoadvice
Copy link

rgoadvice commented Nov 3, 2021

Working 10 years with VMware, have to state that Copy&Paste is probably one of the most unrealiable features. Took me quite a while to find out that Wayland is not supported yet. No warnings, no nothing. I switched back to X11, however, when I drag&drop larger files (about 100MB) from my host (Windows 10 19043.1288) to CentOS 8 (8.4.2105, open-vm-tools-desktop-11.2.0-2.el8.x86_64), they are not completely copied, instead just a few megabytes are copied, sometimes more, sometimes less. Also, sometimes the VMWare Workstation Popup occurs, stating that the file is copied, but nothing happens afterwards. The file is not moved to the chosen target folder. Note that in any of the cases above the file is completly copied to "~/.cache/vmware" however then either not moved or incompletly moved to the chosen target directory.

Laptop uses very fast NVME SSD. Running on latest VMWare Workstation 16.2.0 build-18760230.

@lousybrit
Copy link

lousybrit commented Nov 8, 2021

Thanks for reporting this issue. Thanks for including all the version information.
Host Windows 10 19043.1288
Workstation 16.2.0 build-18760230
VM CentOS 8 (8.4.2105, open-vm-tools-desktop-11.2.0-2.el8.x86_64)

I will file a PR for our Drag and Drop engineers to look at this issue.

From your description, the files are copied to the staging directory in their entirety but then not moved to the target location correctly.
The direction of the file copy of larger (size >= 100MB or thereabouts) files, is from the host to the guest.

It could be useful to provide the VMware Tools guest logs if this is hard to reproduce internally.

We will report back here with updates on reproduction and any temporary workarounds that are possible.

Steve

@rgoadvice
Copy link
Author

rgoadvice commented Nov 9, 2021

Yes, that is indeed the issue: The file is completely copied to "~/.cache/vmware" but either not moved into the chosen target directory or copied incompletely. Looks like the movement to the target directory happens too early (before the file was successfully copied to "~/.cache/vmware). Here you will find a video demonstrating the issue:

Drag.Drop.leads.to.incomplete.copies.of.files.mp4

Bye
Ralf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants