VirtualBox

Changeset 91052 in vbox


Ignore:
Timestamp:
Sep 1, 2021 9:23:45 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Give the user more hints when the Validation Kit audio driver has failed to run. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostAudioValidationKit.cpp

    r91051 r91052  
    245245       )
    246246    {
    247         LogRel(("ValKit: Warning: Did not get any audio data to play or record altough tests were configured -- audio stack misconfiguration / bug?\n"));
     247        LogRel(("ValKit: Warning: Did not get any audio data to play or record altough tests were configured\n\n"));
     248        LogRel(("ValKit: Hints:\n"
     249                "ValKit:     - Audio device emulation configured and enabled for the VM?\n"
     250                "ValKit:     - Audio input and/or output enabled for the VM?\n"
     251                "ValKit:     - Is the guest able to play / record sound at all?\n"
     252                "ValKit:     - Is the guest's audio mixer or input / output sinks muted?\n"
     253                "ValKit:     - Audio stack misconfiguration / bug?\n\n"));
    248254    }
    249255
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette