http://bugs.winehq.org/show_bug.cgi?id=58216
--- Comment #13 from Stian Low wineryyyyy@gmail.com --- (In reply to Stian Low from comment #12)
I'll fulfilling the 32-bit gstreamer parts missing for my shared WoW64 and retest.
Unable to reproduce crash for after fulfilling 32-bit gstreamer dependencies via Debian apt packages while building 32-bit shared WoW64.
Inquisitor launches for shared WoW64 and seems to behave consistent with working new WoW64.
Perhaps 32-bit gstreamer discrepancies exist with your builds similar to the errors I encountered earlier?
Debian 13 steps that fixed prior shared WoW64 errors:
1. Configure 64-bit shared WoW64 after installing 64-bit gstreamer dependency: sudo apt install libgstreamer-plugins-base1.0-dev
2. Build 64-bit shared WoW64 via `make`
3. Configure 32-bit shared WoW64 after installing 32-bit gstreamer dependency: sudo apt install libgstreamer-plugins-base1.0-dev:i386
4. Build 32-bit shared WoW64 via `make`
5. Install 32-bit shared WoW64 via `make install`
6. Install 64-bit shared WoW64 via `make install`