Changes between Initial Version and Version 1 of Ticket #17308, comment 3
- Timestamp:
- Dec 27, 2017 2:17:40 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17308, comment 3
initial v1 1 1 The bug is caused by VBoxMMNotificationClient.cpp 2 2 3 VBoxMMNotificationClient class was added in september and its initialisation fails on XP . There is no MMDeviceEnumerator on XP.3 VBoxMMNotificationClient class was added in september and its initialisation fails on XP and 2003 server. There is no MMDeviceEnumerator on XP and 2003 server. 4 4 5 5 In the DrvHostDSound.cpp in function drvHostDSoundConstruct it should just ignore if VBoxMMNotificationClient initialisation fails. Or log a message and ignore. It is not important and optional. In the code it was even put behind the VBOX_WITH_AUDIO_MMNOTIFICATION_CLIENT conditional compilation block.