https://bugs.winehq.org/show_bug.cgi?id=49178
Tres Seaver tseaver@palladion.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tseaver@palladion.com
--- Comment #13 from Tres Seaver tseaver@palladion.com --- FWIW, I haven't had any trouble at all running the *installers* (SpitfireAudioWinSetup-3.2.3.exe or SpitfireAudioWinSetup-3.2.6.exe). The installer populates the wine prefix without apparent error. Where I *do* see the failure is in running the installed application ('Spitfire\ Audio.exe'). E.g., running:
------------- %< ---------------- #!/bin/bash SPITFIRE=/media/tseaver/spitfire WINEPREFIX=$SPITFIRE wine $SPITFIRE/drive_c/Program\ Files\ (x86)/Spitfire\ Audio/Spitfire\ Audio.exe ------------- %< ----------------
I see the exact same backtrace as reported by Lorenzo. I'm assuming therefore that he has successfully run the installer, and is seeing the error when actually running the installed app (the installer helpfully offers to run it at the end, which may confuse the issue).
Thanks!