Closed issue by KynikossDragonn on void-packages repository https://github.com/void-linux/void-packages/issues/29451 Description: ### System * xuname: Void 5.10.22_1 x86_64 GenuineIntel notuptodate hold rrrmFFFFF * package: wine-32bit-6.3_1 libwine-32bit-6.3_1 gstreamer1-32bit-1.18.3_1 ### Expected behavior Within a 32-bit WINEPREFIX Any 32-bit executable that makes use of DirectShow (`quartz.dll`, etc) for streamed media should beable to find the lib32 location for the multilib gstreamer-plugins-base1/good1/bad1-32bit libraries installed in the system wide `/lib32/gstreamer-1.0/` path. ### Actual behavior Wine's GStreamer based `quartz.dll` fails to find any plugins at all and fails to playback anything that required such. Exporting `GST_PLUGIN_SYSTEM_PATH=/lib32/gstreamer-1.0` seems to work as a workaround. ### Steps to reproduce the behavior 1. Install wine and dependencies. 2. Install 32-bit GStreamer and multilib plugins. 3. Create a 32-bit WINEPREFIX. 4. Attempt to run anything that needs to use quartz.dll to access streamed media codecs. (Really any executable that uses DirectShow)