### Mashed:Fully Loaded
I tried running "Mashed: Fully Loaded", so I got myself a CD image of it, and mounted it using AcetoneISO, and ran installer through Wine
Then I tried to launch Mashed itself through terminal with `wine MFL.exe` (launcher causes problems), set up my resolution, and proceed with the popup, but nothing has been happening, I had just black screen
I tried to alt-tab and noticed how there's error window saying:
Could not render source output pin!
hr=0x80040218
I pressed OK button, and then entire Mashed window turned white
I didn't really understand what's happening, so I checked terminal to see if there's any error, and noticed this:
winegstreamer error: decodebin0: Your GStreamer installation is missing a plug-in.
winegstreamer error: decodebin0: ../gst/playback/gstdecodebin2.c(4736): gst_decode_bin_expose (): /GstBin:bin0/GstDecodeBin:decodebin0:
no suitable plugins found:
Missing decoder: MPEG-1 System Stream (video/mpeg, systemstream=(boolean)true, mpegversion=(int)1)
some searching online pointed me to reddit place for winetricks, but that's not been right
Then I stumbled on this wine forum post:
https://forum.winehq.org/viewtopic.php?t=35519
and person mentioned there how we need 32bit plugins, so I installed those:
sudo apt install gstreamer1.0-libav:i386
sudo apt install gstreamer1.0-plugins-bad:i386
sudo apt install gstreamer1.0-plugins-base:i386
sudo apt install gstreamer1.0-plugins-good:i386
and ran `wine MFL.exe` in terminal once again - and it all worked smoothly!
what's pretty weird, is that even though I associated exe files with `wine` command, MFL.exe only worked if I started it through terminal with that command
DISCLAIMER: all following wine tests might be affected by me installing in 32bit plugins above, so keep that in mind
### More Wine Tests
Installing Music 2002 - Slinky Edition makes it run smoothly;
XOP, old obscure shmup also works nicely;
My friend asked me to run Superfighters Deluxe, as it had problems:
I tried running it through Steam, and Play button did show that app tried to start, but failed silently it seems
I looked up anything about running SFD on Linux, and found this guide:
https://www.mythologicinteractiveforums.com/viewtopic.php?t=4142
I right-clicked Superfighters Deluxe on my steam library, went to Manage->Browse Local Files, and tried running Superfighters Deluxe.exe from terminal, like I ususally did, and error did show I don't have Mono installed
Looking up some answers on this, I found that this is currently best solution?
https://wiki.winehq.org/FrameworkMono
or
https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono
I downloaded msi version, and tried installing it through `wine uninstaller`, but nothing happened - then I tried through `wine` in terminal, and also nothing showing up? weird!
I tried running `wine uninstaller` again to see if it got installed, and it did!
I tried running SFD again, but some another error showed up, so I proceed with instructions and ran this command:
env WINEPREFIX=~/.steam/debian-installation/steamapps/compatdata/855860/pfx winetricks dotnet45
And game when launched through Steam, as noticed in the guide it starts with an error, and then the game launches, and is fully playable!
DISCLAIMER: all following wine tests might be further affected by me installing in dotnet45 and Mono above, so keep that in mind