WAV audio not loading under Fedora 32

Questions about Wine on Linux
Locked
phtau
Newbie
Newbie
Posts: 1
Joined: Sun May 24, 2020 10:38 pm

WAV audio not loading under Fedora 32

Post by phtau »

A game I'm playing uses both wav audio files (RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 44100 Hz) and ogg/vorbis audio files (Ogg data, Vorbis audio, stereo, 44100Hz, ~192000 bps, created by: Xiph.org libvorbis I (1.2.0)). The vorbis audio plays fine, but the wav audio doesn't play. Whenever something triggers wav audio I get this error:

Code: Select all

000b:fixme:winediag:__wine_start_process Wine Staging 5.7 is a testing version containing experimental patches.
000b:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org.
0026:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0038:err:gstreamer:unknown_type Could not find a filter for caps: "audio/x-wav"
0009:err:gstreamer:gstdecoder_init_gst Failed to play stream.
0039:err:gstreamer:watch_bus decodebin0: Your GStreamer installation is missing a plug-in.
0039:err:gstreamer:watch_bus gstdecodebin2.c(4678): gst_decode_bin_expose (): /GstBin:bin0/GstDecodeBin:decodebin0:
no suitable plugins found:
Missing decoder: WAV (audio/x-wav)

0009:err:gstreamer:wave_parser_init_gst Failed to create wavparse; are 32-bit GStreamer "good" plugins installed?

(wine:56803): GStreamer-CRITICAL **: 23:09:17.139: gst_pad_unlink: assertion 'GST_IS_PAD (sinkpad)' failed

(wine:56803): GStreamer-CRITICAL **: 23:09:17.139: gst_object_unref: assertion 'object != NULL' failed
I installed all the GStreamer1-plugins-good packages I could find in the hopes that one of them would provide the appropriate wavparse plugin, but that didn't seem to help.
Thank you in advance for your assistance. This is my first time using Wine, and I've had a very good experience with it other than this minor issue.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: WAV audio not loading under Fedora 32

Post by spoon0042 »

This may just be broken currently: https://bugzilla.redhat.com/show_bug.cgi?id=1472160

Doesn't seem to be a workaround, maybe rebuilding the packages yourself going by one comment?

All I can think of is installing only the 32-bit packages but anything depending on the 64-bit ones would make that difficult.
Locked