ssling: Gstreamer is modular, it doesn't do much on its own unless you have the right plugins for playing media installed. Wine bug thread says to make sure you have correct 32 bit plugins installed, which is not the same as having 32 bit Gstreamer installer.
I'm on Debian 13 and just checked that 32 bit plugins are not installed by default with Wine. I would guess it's no different on Mint. Try installing
i386 versions of these packages:
gstreamer1.0-libav
gstreamer1.0-plugins-good
gstreamer1.0-plugins-bad
gstreamer1.0-plugins-ugly
Though first two should make you covered in 99% cases. If this works, find how to install analogue packages on Opensuse.
Thanks, I'll try that first on the Linux Mint system.
Is there some error that points to that solution, or is this something you just have to know, like:
"WMV videos don't play" => "they need gstreamer libraries and specifically plugins" => "this particular game needs 32bit versions of those, not 64bit" => "to install 32bit thingamalings for 32bit gstreamer, you must install the aforementioned plugins manually" ?
I am also wondering that if the solution turns out to be that easy, why the Lutris installation script etc. doesn't install those needed plugins, or at least mention that they are needed?
When I tried to google for this, it was very hard to find any concrete information. There were certainly reports of the videos not playing in this game but no clear solutions for it, which lead me to believe that's the way it just is, it is impossible to get them to play on Wine.
Some comments claimed the game wprks perfectly in WINE or ProtonDB or whatever, but no idea if that meant the videos played fine too, since many people seemed to have much bigger problems than mere skipping videos, like that the game would not launch at all but they'd get only a black screen.
This is all still quite confusing to me, getting right libraries for some old 32bit Windows games (in WINE), and getting Geforce drivers to install correctly, always seem to be the biggest hurdles for me in Linux. Everything else seems so easy compared to those.