VirtualBox

Changeset 90963 in vbox


Ignore:
Timestamp:
Aug 27, 2021 4:51:34 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146602
Message:

Audio/VKAT: Give the user some useful hints when it can't reach the Validation Kit audio driver on the host. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp

    r90918 r90963  
    10071007            rc = AudioTestSvcClientCreate(&pTstEnv->u.Host.AtsClValKit);
    10081008            if (RT_SUCCESS(rc))
     1009            {
    10091010                rc = audioTestEnvConnectViaTcp(pTstEnv, &pTstEnv->u.Host.AtsClValKit,
    10101011                                               "host -> valkit", &ValKitTcpOpts);
     1012                if (RT_FAILURE(rc))
     1013                    RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Unable to connect to the Validation Kit audio driver!\n"
     1014                                                            "There could be mulitple reasons:\n\n"
     1015                                                            "    - Wrong host being used\n"
     1016                                                            "    - VirtualBox host version is too old\n"
     1017                                                            "    - Audio debug mode is not enabled\n"
     1018                                                            "    - Support for Validation Kit audio driver is not included\n"
     1019                                                            "    - Firewall / network configuration problem\n",
     1020                                 pTstEnv->szPathTemp);
     1021            }
    10111022        }
    10121023    }
Note: See TracChangeset for help on using the changeset viewer.

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