Windows Installer in WINE cannot connect to network

I'm trying to install the Spitfire Audio App for use in my DAW. I can run wine SpitfireAudioWinSetup-3.2.0.exe and the installer wizard pops up just fine. After going through all the installation options and clicking "Install," this message pops up:

Download failed: Success. Check you connection and clck 'Retry' to try downloading the files again, or click 'Cancel' to terminate setup.

Other WINE apps (e.g. Firefox) are able to access the internet just fine, so it appears to be specific to this. I run Kubuntu 20.04 and have version 5.0 of WINE. How can I connect this installer to the internet? Help would be greatly appreciated. Thank you!

2

2 Answers

The latest version of Spitfire Audio App has a garbage rating in Wine as shown in the below screenshot. Manually downloading Spitfire Audio App version 3.1.15 which has a platinum rating works in Wine according to WineHQ.

enter image description here


To install Windows applications using Wine, follow these instructions source :

  1. Download the Windows application from any source (e.g. download.com). Download the .exe (executable).
  2. Place it in a convenient directory (e.g. the desktop or home folder).
  3. Open the terminal, and cd into the directory where the .exe is located.
  4. Type wine the-name-of-the-application.extension (e.g. wine realplayer_installer.exe).

This will start the .exe using Wine. If it is an installer, it should then run as it would in Windows. If the application asks for a directory to install the application to, select put it under C:\Program Files.

I have spitefire working just fine with Bitwig 8 Track. Are you still having issues? I did also install yabridge, which was a help seeing the windows VSTs in Bitwig

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like