i am on linux (running winetricks on pop shop ) run well but on sex event it crashes an i get this error message: Script FmodeEx line 118: FmodeEx::Error occurred FMOD error ! (67) A resource that the plugin requires cannot be found (ie the DLS file for MIDI playback or other DLLs that it needs to load)
can someone help me i am new to linux and most of the time i dont know what i am doing
A very late reply to this, but I have just come across the same issue, and found a solution, which I don't think this thread had (with a quick search).
Basically, make sure
libfmod
is installed (not 100% if this is necessary) with whatever package manager you have (libfmod is on the AUR, if you use Arch Linux or a derivative).
Then, use winetricks to install
gmdls
into the prefix you're using for this game. Example terminal command:
Bash:
WINEPREFIX="<prefix_path>" winetricks -q gmdls
(Replace <prefix_path> with the path to your wine prefix, ofc)
After I did that, I no longer got that error, and was able to proceed with the scene I had difficulty with before.