Drag-n-Drop: Guest-to-Host fails above 200 MB (Windows)

Postings relating to old VirtualBox pre-releases
Post Reply
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Drag-n-Drop: Guest-to-Host fails above 200 MB (Windows)

Post by Technologov »

With RC2a, it works a lot better.

Host: Windows 7 x64, RC2a
Guest1: Windows 7 x64, RC2a GA
Guest2: Windows XP, RC2a GA
Guest3: Windows 2000, RC2a GA

It mostly works now, both Host-to-guest, *and* guest-to-host, both files & folders.
Problem is: When copying large folders from guest-to-host, It fails. (above 200 MB)

Tried to setup logging, according to doc: https://www.virtualbox.org/wiki/DnDDebug

Some problems with debug: (Win XP guest)

Code: Select all

C:\Documents and Settings\Administrator>setx VBOX_RELEASE_LOG_FLAGS="time tid thread" /M
'setx' is not recognized as an internal or external command, operable program or batch file.
C:\Documents and Settings\Administrator>setx VBOX_VBOXTRAY_RELEASE_LOG "+guest_dnd.e.l.l2.l3.f" /M
'setx' is not recognized as an internal or external command, operable program or batch file.
C:\Documents and Settings\Administrator>setx VBOX_RELEASE_LOG_DEST="file=C:\Temp\VBoxTray.log" /M
'setx' is not recognized as an internal or external command,operable program or batch file.
Some problems with debug: (Win 7 guest)

Code: Select all

C:\Windows\system32>setx VBOX_RELEASE_LOG_FLAGS="time tid thread" /M
ERROR: The name of an environment variable cannot include an equal sign (=).
C:\Windows\system32>setx VBOX_VBOXTRAY_RELEASE_LOG "+guest_dnd.e.l.l2.l3.f" /M
SUCCESS: Specified value was saved.
C:\Windows\system32>setx VBOX_RELEASE_LOG_DEST="file=C:\Temp\VBoxTray.log" /M
ERROR: The name of an environment variable cannot include an equal sign (=).

That said, this RC2a build is a huge improvement !
Attachments
Windows 2000-2015-06-27-20-16-47.log
(109.69 KiB) Downloaded 30 times
Windows XP-2015-06-27-20-16-18.log
(108.86 KiB) Downloaded 29 times
DnD-folder-G-to-H-overwrite.png
DnD-folder-G-to-H-overwrite.png (21.76 KiB) Viewed 6043 times
Last edited by Technologov on 4. Jul 2015, 22:43, edited 6 times in total.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Drag-n-Drop: Windows <-> Windows status

Post by Perryg »

override the host's folder of the same name, like "docs" -> "docs", it fails
Alex,
Please explain this better. I am not sure what you actually mean.
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: Drag-n-Drop: Windows <-> Windows status

Post by Technologov »

Assume in guest you have folder C:\docs\, and in host you have folder D:\docs\. Copy-paste from guest-to-host folder "C:\docs" to host's "D:\" should overwrite host's docs folder and files. This operation sometimes works, but sometimes fails.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Drag-n-Drop: Windows <-> Windows status

Post by Perryg »

OK so what does this have to do with DnD? Are you really doing a c&p or are you saying that DnD sometimes fails if the file already exists?
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: Drag-n-Drop: Windows <-> Windows status

Post by Technologov »

If you look at the screenshot, you see. It is clearly a DnD issue.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Drag-n-Drop: Windows <-> Windows status

Post by Perryg »

You know it's easy to refute someone when you already know the answer to a question and they don't. I was trying to understand exactly what it was you were having issues with, but I guess I should just keep to myself. Sorry for any inconvenience I may have caused you. I promise it will not happen again.

PS: I have a theory as to why but that makes little to no difference now.
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: Drag-n-Drop: Windows <-> Windows status

Post by Technologov »

UPDATE:
Easy to reproduce. try that large files (or folders, above 200 MB). It fails to copy from guest-to-host. Try to copy any CD/DVD *.iso. Silently fails.
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: Drag-n-Drop: Guest-to-Host fails above 200 MB (Windows)

Post by Technologov »

+1
Post Reply