Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FL Studio Installation Failed (Installer is not well configured.) #337

Open
maureenferreira opened this issue Sep 20, 2024 · 9 comments
Open

Comments

@maureenferreira
Copy link

No description provided.

@errornullvoid
Copy link

errornullvoid commented Sep 21, 2024

I was hoping to use the pre-configured installer with the old version since the latest version is unstable with VST plugins but I also ran into the same issue. You can get FL to run if you manually create a bottle and install FL but adding any VST plugin to it at all and sometimes using the pre-installed ones will cause FL to freeze. I have not found a single way to run FL with wine and have it work in a practical sense.

@tyjman
Copy link

tyjman commented Oct 29, 2024

I was able to manually get FL Studio working in Bottles

  1. Create a new bottle
  2. Install the "allfonts" dependency
  3. Disable DXVK
  4. Run the FL Studio installer (doesn't render properly with DXVK enabled for some reason)
  5. After a while the installer will hang on a "WebView" thing, you can just kill the "WebView" process and the installer will finish

Now FL Studio should launch, but FLEX crashes, I got it working again by re-enabling DXVK.
Then I had problems with fabfilter, but I solved that by installing vcrun6 (which is called vcredist6 in bottles)

@David-Everlasting-Media

I was able to manually get FL Studio working in Bottles

  1. Create a new bottle
  2. Install the "allfonts" dependency
  3. Disable DXVK
  4. Run the FL Studio installer (doesn't render properly with DXVK enabled for some reason)
  5. After a while the installer will hang on a "WebView" thing, you can just kill the "WebView" process and the installer will finish

Now FL Studio should launch, but FLEX crashes, I got it working again by re-enabling DXVK. Then I had problems with fabfilter, but I solved that by installing vcrun6 (which is called vcredist6 in bottles)

I was unable to install it. "Installer poorly configured" or whatever. RIP.

@tyjman
Copy link

tyjman commented Nov 23, 2024

@David-Everlasting-Media

I was unable to install it. "Installer poorly configured" or whatever. RIP.

Sounds like you're running the program installer (going to the bottle -> Install Programs... -> and then choosing FL Studio in that list) but what I meant when I said "FL Studio installer" is not that installer but the actual FL Studio executable installer that you manually download.

More precisely, I did: bottle -> Run Executable... (at the top) -> choose the executable, for example "FL.Studio.v24.1.2.4394.exe".

@khlobbia
Copy link

I was able to manually get FL Studio working in Bottles

1. Create a new bottle

2. Install the "allfonts" dependency

3. Disable DXVK

4. Run the FL Studio installer (doesn't render properly with DXVK enabled for some reason)

5. After a while the installer will hang on a "WebView" thing, you can just kill the "WebView" process and the installer will finish

Now FL Studio should launch, but FLEX crashes, I got it working again by re-enabling DXVK. Then I had problems with fabfilter, but I solved that by installing vcrun6 (which is called vcredist6 in bottles)

Hi, got that working and finished installing it, but I don't know how to launch FL. I double-checked the installation location
(C:\Program FIles\Image-Line\FL Studio 2024) But going there with my file manager I can't find it. Maybe it's an issue with where I downloaded the installer?

@tyjman
Copy link

tyjman commented Nov 26, 2024

@khlobbia

Hi, got that working and finished installing it, but I don't know how to launch FL. I double-checked the installation location (C:\Program FIles\Image-Line\FL Studio 2024) But going there with my file manager I can't find it. Maybe it's an issue with where I downloaded the installer?

Well, when mine finished installing it actually automatically made a shortcut on my desktop, but it also popped up inside the bottle (1) which can be ran with the play button (2):

2024-11-26_20-59

Remember that Bottles has its own paths, I don't know where you went with your file manager, so your safest bet to actually check the files is by hitting the kebab menu (3), meaning the three vertical dots, and clicking "browse files" from the menu that drops down, then you can see if the files are there. If they're not then I guess it didn't install properly, try again.

@CaitlynWemyss
Copy link

At least on my machine, this issue is due to an HTTP 403 error (forbidden) when attempting to download the installer.
image
Wget also throws the same error when attempting to download from that link.
image
However, opening the link in a browser downloads it correctly. I don't know what exactly is causing this behaviour, but it seems to be some security measure with FL Studio's download servers.

@tyjman
Copy link

tyjman commented Dec 30, 2024

It might be forbidden, it might just be removed. The latest version works: https://install.image-line.com/flstudio/flstudio_win64_24.2.1.4526.exe

A long term solution would probably be to use https://support.image-line.com/redirect/flstudio_win_installer instead since that redirects to the latest exe.

@CaitlynWemyss
Copy link

CaitlynWemyss commented Jan 4, 2025

The current link (24.1.1.4239) is still a working link if you download it from a browser. The redirect, if downloaded with Wget, successfully redirects to the current version (24.2.1.4526) but then also throws a 403.
image

The failure to download using Wget and the success when downloading with a browser is consistent across all links I've tried.

Edit: Spoofing the user agent in Wget doesn't work either.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@errornullvoid @David-Everlasting-Media @CaitlynWemyss @khlobbia @tyjman @maureenferreira and others