VirtualBox

Changes between Version 1 and Version 2 of DnDDebug


Ignore:
Timestamp:
Jun 18, 2015 12:56:12 PM (9 years ago)
Author:
pentagonik
Comment:

More work on draft.

Legend:

Unmodified
Added
Removed
Modified
  • DnDDebug

    v1 v2  
    33Handling drag and drop operations across various host and guest OS combinations is a difficult and time sensitive topic. To diagnose your problem further we need you to run your VirtualBox installation with several adjustments being made. The adjustments affect the host operating system as well as the guest you want to use for this drag and drop operation.
    44
    5 '''Note: Drag and drop support only is available for VirtualBox 5.0 and newer. Older versions of VirtualBox only had experimental support and therefore are not supported.'''
     5'''Note:''' Drag and drop support only is available for '''VirtualBox 5.0 and newer'''. Older versions of VirtualBox only had experimental support and therefore are not supported.
     6
     7Please also be aware that drag and drop (DnD) support at the moment only is available for the official "!VirtualBox Manager" frontend. If you do use other frontends (such as !VBoxHeadless or !VBoxSDL) then this guide will '''not''' work for you.
     8
     9== Collecting information from the host ==
     10
     11As always when it comes to diagnosing problems with !VirtualBox the appropriate VBox.log is useful to have. To gather more verbose information about the actual drag an drop operation, please do the following:
     12
     13 * Shut down all VM instances and !VirtualBox programs, including VBoxSVC.
     14 * Run !VirtualBox from the command line with the environment variable
     15{{{
     16VBOX_RELEASE_LOG=+guest_dnd.e.l.l2.l3.f
     17}}}
     18   set (see the description of the [wiki:VBoxLogging logging facility] for more background). On Windows you
     19   can use
     20{{{
     21setx VBOX_RELEASE_LOG "+guest_dnd.e.l.l2.l3.f" /M
     22}}}
     23   on an Administrator command prompt to set this on a system-wide level (required). On POSIX-enabled systems like Linux, Unix or OS X you can  add the following to file /etc/profile:
     24{{{
     25export VBOX_RELEASE_LOG=+guest_dnd.e.l.l2.l3.f
     26}}}
     27
     28  * Reboot the host.
     29  * Start the !VirtualBox Manager and start the VM you want to diagnose drag and drop for.
     30  * Perform and reproduce the faulty drag and drop operation (from host to guest or guest to host)
     31
     32The resulting VBox.log of the VM you reproduced the drag and drop issue should now contain a lot more logging statements beginning with
     33{{{
     34DnD: <More logging comes here>
     35}}}
     36
     37
     38

© 2023 Oracle
ContactPrivacy policyTerms of Use