Changeset 90963 in vbox
- Timestamp:
- Aug 27, 2021 4:51:34 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146602
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r90918 r90963 1007 1007 rc = AudioTestSvcClientCreate(&pTstEnv->u.Host.AtsClValKit); 1008 1008 if (RT_SUCCESS(rc)) 1009 { 1009 1010 rc = audioTestEnvConnectViaTcp(pTstEnv, &pTstEnv->u.Host.AtsClValKit, 1010 1011 "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 } 1011 1022 } 1012 1023 }
Note:
See TracChangeset
for help on using the changeset viewer.