You are not logged in.
Pages: 1
Hello, this is an old problem on the internet, I am having sound issues with wine, but that can't be fixed somehow. The applications I am trying are GTA3 and GTA Vice City, they show "No audio hardware".
I have all the necessary packages. So if I run:
pacman -Qi wineAnd look for the Optional Deps section:
pacman -Qi wine | ruby -e "puts STDIN.read[/Optional Deps.*/m].split(?\n).select { |x| x.start_with?(/(\s|Optional Deps)/) }"
Optional Deps : giflib [installed]
lib32-giflib [installed]
libpng [installed]
lib32-libpng [installed]
libldap [installed]
lib32-libldap [installed]
gnutls [installed]
lib32-gnutls [installed]
mpg123 [installed]
lib32-mpg123 [installed]
openal [installed]
lib32-openal [installed]
v4l-utils [installed]
lib32-v4l-utils [installed]
libpulse [installed]
lib32-libpulse [installed]
alsa-plugins [installed]
lib32-alsa-plugins [installed]
alsa-lib [installed]
lib32-alsa-lib [installed]
libjpeg-turbo [installed]
lib32-libjpeg-turbo [installed]
libxcomposite [installed]
lib32-libxcomposite [installed]
libxinerama [installed]
lib32-libxinerama [installed]
ncurses [installed]
lib32-ncurses [installed]
opencl-icd-loader [installed]
lib32-opencl-icd-loader [installed]
libxslt [installed]
lib32-libxslt [installed]
gst-plugins-base-libs [installed]
lib32-gst-plugins-base-libs [installed]
vkd3d [installed]
lib32-vkd3d [installed]
sdl2 [installed]
lib32-sdl2 [installed]
libgphoto2 [installed]
sane
gsm [installed]
cups
samba
dosboxI am using Pulseaudio, but I also tried ALSA.
If I run winecfg, in the Audio section, I can press the "Test Sound" button, which is working just fine, I tried both winepulse.drv and winealsa.drv, both are working just fine in the test, but the game says "No audio hardware" no matter what.
My system is up to date so far, and the warning I get while running winecfg is:
0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)When launching GTA Vice City:
wine gta-vc.exe
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
0024:fixme:d3d:resource_check_usage Unhandled usage flags 0x20.
0024:fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
0024:err:ole:CoGetClassObject class {e436ebb3-524f-11ce-9f53-0020af0ba770} not registered
0024:err:ole:CoGetClassObject class {e436ebb3-524f-11ce-9f53-0020af0ba770} not registered
0024:err:ole:CoGetClassObject no class object {e436ebb3-524f-11ce-9f53-0020af0ba770} could be created for context 0x3
0024:err:ole:CoGetClassObject class {e436ebb3-524f-11ce-9f53-0020af0ba770} not registered
0024:err:ole:CoGetClassObject class {e436ebb3-524f-11ce-9f53-0020af0ba770} not registered
0024:err:ole:CoGetClassObject no class object {e436ebb3-524f-11ce-9f53-0020af0ba770} could be created for context 0x3
0064:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
0024:fixme:d3d:resource_check_usage Unhandled usage flags 0x20.
0024:err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
0024:err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
0024:err:dsound:get_mmdevenum CoCreateInstance failed: 80040154
0068:err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
0068:err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1Similar messages are shown in the GTA III as well.
Wine version:
5.11-1How to make audio working in Wine?
Last edited by Sourav (2020-07-04 20:40:05)
Offline
Pages: 1