Open plusran opened 6 months ago
I face the same problem!
I tried the same today and had the same issue, idk how to add the cab files
I also suffer from this issue. Haven't been able to find a workaround yet.
I have gotten Bottles to at least see the .cab files by putting them inside a directory that is inside the bottle's C: Drive. They then appear in the file browser that pops up during the installation wizard. That has gotten me farther in the installation process than before, but not all the way to the end - other issues come up. Still promising.
@Akton001 could you please specify how you did this? I keep on failing the installation file browser see the .cab files...
Or doesn't matter anymore, seems to work via Lutris
I probably won't give a good explanation because I am just a random amateur who doesn't totally understand all this stuff but here goes:
Bottles has some default place in the file system that it uses to create a faux C drive for the little windows subsystem it creates for a Bottle. There is an option in Bottles to specify somewhere yourself where you want that C drive to be created, instead of the default place. I tried to look online to find the default place and just got confused, but if you know here it is, then this step is probably unnecessary. what I did was specify the desktop as the location, so I could easily go inside and browse the C drive just as a folder on my desktop. I then just copied the .cab files from where they were in my Linux Home folder and pasted them into an easy to find directory inside that the C drive folder (i.e. inside what the Bottle will use as the C drive), such as the desktop of the C drive.
Then, when the Ableton installer asks you to specify a directory for the .cab files, navigate to the folder inside the C drive of the windows subsystem instead of the location on your Linux system that they were previously on. For me at least, this allows the Ableton installer to see them and lets it proceed a bit further, but I still encountered fatal errors later on that kept me from finally making it work.
(I was doing all this like a month ago too so my memory is not the best - I will probably try again sometime soon to see if it magically starts working for some reason)
Oh nice, I will try that with Lutris then. Please report back here if you had to do any workarounds or encounter any other issues. I really want to get this working
Well, at least it gets installed and launches (Live 12 trial version), but I can't check its full functionality since I have zero experience with Ableton and I'll take a course that starts only in September :)
I managed to successfully install Ableton and resolve the critical installation errors. The main issue was that the bundled C++ redistributable wouldn't install due to Flatpak blocking the installer path, causing a 0x8007065b error. I fixed this by moving the installer to the c_drive
directory within the default Bottles location at ~/.var/app/com.usebottles.bottles/data/bottles/bottles/<bottle name>/drive_c
. Then I ran the installer through the bottle terminal by navigating to its location within the C: drive
Describe the bug
After launching the ableton live installer, you choose your executable from a folder with that .exe and 3 .cab files. After a moment, the ableton live installer launches and runs until it needs those .cab files. An explorer window opens requesting you to locate them, but while this explorer window shows the .exe file, it does not see the .cab files, regardless of their permissions or location.
To Reproduce
Package
Flatpak from Flathub
Distribution
KDE Neon
Debugging Information
Troubleshooting Logs
Additional context
I tried moving the .cab to the temp folder showing in the explorer window. I reran the installer after the move, but it still doesn't see the files. I also tried chmod 777 and re-ran the installer, still nothing.