Hi
When i start guest system initially sound is enabled (plays windows start sound, youtube videos, etc).
But when i open a game (Counter Strike Source), while loading, it shows a message at the bottom:
"The default sound device cannot be opened: A device ID has been used that is out of range for your system. Sound will be disconnected."
After that there is no sound in game and the whole system until i shut down VM and then turn on again (just reboot doesn't help).
VMWare Workstation 10.0.1 build-1379776
Host system is Windows 7 x64
Guest system is Windows XP x32, DirectX 9.0c, VMTools are installed
MoBo: Asus Maximus IV Gene-Z/Gen3
Audio chip: Realtek ALC889 @ Intel Cougar Point PCH - High Definition Audio Controller [B-3]
Here's .vmx file contents:
.encoding = "windows-1251"
config.version = "8"
virtualHW.version = "10"
numvcpus = "1"
cpuid.coresPerSocket = "1"
scsi0.present = "TRUE"
memsize = "4096"
ide1:0.present = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"
ide1:1.present = "TRUE"
ide1:1.fileName = "Windows XP Professional.vmdk"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.addressType = "generated"
usb.present = "TRUE"
ehci.present = "TRUE"
ehci.pciSlotNumber = "35"
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
mks.enable3d = "TRUE"
serial0.present = "TRUE"
serial0.fileType = "thinprint"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
hpet0.present = "TRUE"
usb.vbluetooth.startConnected = "TRUE"
buslogic.noDriver = "FALSE"
displayName = "Windows XP Professional"
guestOS = "winxppro"
nvram = "Windows XP Professional.nvram"
virtualHW.productCompatibility = "hosted"
powerType.powerOff = "soft"
powerType.powerOn = "soft"
powerType.suspend = "soft"
powerType.reset = "soft"
extendedConfigFile = "Windows XP Professional.vmxf"
gui.lastPoweredViewMode = "fullscreen"
uuid.bios = "56 4d cf e9 04 b2 48 5f-80 a1 bc bb 5e f0 fa f1"
uuid.location = "56 4d cf e9 04 b2 48 5f-80 a1 bc bb 5e f0 fa f1"
replay.supported = "FALSE"
replay.filename = ""
ide1:1.redo = ""
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
scsi0.pciSlotNumber = "16"
usb.pciSlotNumber = "32"
ethernet0.pciSlotNumber = "33"
sound.pciSlotNumber = "34"
vmci0.pciSlotNumber = "36"
ethernet0.generatedAddress = "00:0c:29:f0:fa:f1"
ethernet0.generatedAddressOffset = "0"
vmci0.id = "1592851185"
vmotion.checkpointFBSize = "134217728"
cleanShutdown = "FALSE"
softPowerOff = "FALSE"
usb:1.speed = "2"
usb:1.present = "TRUE"
usb:1.deviceType = "hub"
usb:1.port = "1"
usb:1.parent = "-1"
ide1:0.autodetect = "TRUE"
tools.syncTime = "FALSE"
tools.remindInstall = "FALSE"
toolsInstallManager.updateCounter = "2"
unity.wasCapable = "TRUE"
ide1:0.startConnected = "TRUE"
vhv.enable = "FALSE"
vpmc.enable = "FALSE"
monitor.virtual_mmu = "automatic"
monitor.virtual_exec = "automatic"
gui.exitOnCLIHLT = "TRUE"
floppy0.present = "FALSE"
checkpoint.vmState = ""
usb:0.present = "TRUE"
usb:0.deviceType = "hid"
usb:0.port = "0"
usb:0.parent = "-1"
Is there some way to solve the problem?
Regards