Forums

[Script] Ableton Live 9!!!

Just released, tested, ready to go. :)

Auteur Réponses
Jump to the page: 1 - 2
Ronin DUSETTE Lundi 11 Mars 2013 à 21:30
Ronin DUSETTE

Here is the script for the version that I have. As more installs become available (either using a disc, download, etc.), we will be able to make any small adjustments to the shortcuts. Other than that, the program will work for sure. This should also work for 64 bit, but I have not tried. I will update when I can.

Here it is:

 
[code language=playonlinux]

#!/bin/bash
# Date : (2013-01-14)
# Last revision : (2013-03-11)
# Distribution used to test : Kubuntu 12.04 LTS 64-bit
# Author : DJYoshaBYD
# Licence : GPLv3
# PlayOnLinux: 4.1.9
 
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
PREFIX="AbletonLive9"
WINEVERSION="1.5.25"
 
TITLE="Ableton Live 9"
 
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_RequiredVersion "4.1.9" || POL_Debug_Fatal "$APPLICATION_TITLE 4.1.9 is required to install $TITLE"
 
POL_Debug_Init
 
# Presentation
POL_SetupWindow_presentation "Live 9" "Ableton" "http://www.ableton.com" "DJYoshaBYD" "$PREFIX"
 
# Create Prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
#Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts
 
# Configuration
Set_OS "winxp"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"
 
# Installation
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE Install file:')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
POL_Shortcut "Live Suite 9.exe" "Ableton Live 9"
 
POL_SetupWindow_message "$(eval_gettext 'NOTICE: To register, when it opens asking for registration, drag-and-drop your reg file into $TITLE')" "$TITLE"
 
POL_SetupWindow_Close
exit 0
[/code]

And here are a few screenshots:

http://djyoshabyd.quicktech209.com/repository/Resources/Screenshots/Wine/POL/AbletonLive9/










Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
Ronin DUSETTE Lundi 11 Mars 2013 à 21:52
Ronin DUSETTE

Sweeeeet. Thanks, Pierre.

Also, for the icons, they are all exactly the same as ableton live 8, so if you could just copy the icons/logos from the live 8 folder and stick them in the live 9 folder on your server, then this one should be complete.... for now. :)

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
petch Lundi 11 Mars 2013 à 21:57
petch

Hi DJYoshaBYD,
I validated the script, there's still that GC_DONT_GC=1 that I'm not sure is useful at all though.
Also, I reused the resources from Ableton Live 8 since you didn't provide any...

Cheers,
Pierre.
Ronin DUSETTE Lundi 11 Mars 2013 à 22:03
Ronin DUSETTE

Ah. I missed that.

I was going to provide more resources, but as stated above, they arent any different except for the screenshots, so I figured why do it again.

Is all of that ok?

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
petch Mardi 12 Mars 2013 à 9:45
petch

I won't remove GC_DONT_GC=1 until I get some feedback that it's really unnecessary.
Beside that if sharing resources with AL8 was the right thing to do, then everything is fine ;)
Ronin DUSETTE Mardi 12 Mars 2013 à 19:09
Ronin DUSETTE

Ok, cool. Just making sure. Gracias!

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
ehijon Dimanche 30 Juin 2013 à 20:01
ehijonAnonymous

Thanks for this!
but i'm just a newbe on linux. can you explain where to put that script, please?
i already installed wine and downloaded the win version of ableton live 9.
thank you! :)
Ronin DUSETTE Dimanche 30 Juin 2013 à 20:08
Ronin DUSETTE

You need to hit Install, and look through the list for it. Its already in the Install windows list.

For more information on installing apps using PlayOnLinux, please refer to the documentation:

http://www.playonlinux.com/en/manual.html

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
ehijon Dimanche 30 Juin 2013 à 20:47
ehijonAnonymous

ok, thanks :) I downloaded the trial version. in that zip file there is a .msi file.
but playonlinux required me to select a file called "Live Suite 9.exe"
where can i find this file?
Ronin DUSETTE Dimanche 30 Juin 2013 à 21:16
Ronin DUSETTE

Just select the MSI file. It should run it just like with the exe.

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
ehijon Dimanche 30 Juin 2013 à 21:22
ehijonAnonymous

"Error in POL_Wine
Wine seems to have crashed"
ok thanks for the patience... i'm not a lucky guy... :)
Ronin DUSETTE Dimanche 30 Juin 2013 à 21:27
Ronin DUSETTE

Not a problem.

Are you trying to run the ableton 9 or ableton 8 script? There really shouldnt be any reason that it doesnt work. Let me check something real quick.

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
Ronin DUSETTE Dimanche 30 Juin 2013 à 21:30
Ronin DUSETTE

Ok, so, I made a change to the script. Close PlayOnLinux completely, let it re-open, remove the virtual drive for ANY previous ableton installation you did (in the Configure window), and try the Ableton 9 install again, chosing the .MSI file.

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
ehijon Lundi 1 Juillet 2013 à 2:04
ehijonAnonymous

i followed your instructions but i have the same log message... Error in POL_Wine.
tomorrow i'll try again :)
Ronin DUSETTE Lundi 1 Juillet 2013 à 3:24
Ronin DUSETTE

In order for us to troubleshoot, please read the stickies about how to get your debug output, as we need that to troubleshoot.

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
Graslandpinguin Vendredi 1 Novembre 2013 à 18:26
GraslandpinguinAnonymous

Hello,

I've got the same problem
     "Error in POL_Wine
     Wine seems to have crashed"
when I try to install Ableton Live 9.

Is it possible, that the problem is the x86 architecture in the ableton9 script, since Ableton is a 64bit application? (wild guess..)
Here are some logfiles:
.PlayOnLinux/logs/Ableton\ Live\ 9.log -> http://sprunge.us/PSBI
.PlayOnLinux/wineprefix/AbletonLive9/playonlinux.log -> http://sprunge.us/CiTW

regards
Ronin DUSETTE Mardi 24 Décembre 2013 à 20:09
Ronin DUSETTE

Its only compatible with the 32-bit version. That is what I tested it with.

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
subcontext Samedi 1 Février 2014 à 3:24
subcontextAnonymous

hey DJYoshaBYD, thanks for the script!

live9.1 installed fine on ubuntustudio 13.10, but...
i get lots of xruns in jack and cpu-use doubles if i check multiprocessor support in live prefs.

reaper for example runs xrun free with same buffersize.

do you have any idea?

anybody?

thanks
Ronin DUSETTE Lundi 10 Février 2014 à 17:35
Ronin DUSETTE

You cannot use multiprocessor support through wine at this time, to my knowledge. It needs to be the 32-bit version of Ableton, in a 32-bit virtual drive (the script does this by default), and multicpu support on ANY music program through Wine/POL (Reason, Ableton, etc) needs to be disabled. I get great performance when not using multicpu options. My mobilepre usb gets down to 5.5ms (although slightly shaky), but I can run at 6.2ms or so at 192 for the buffer.

Also, it really helps to have real-time access enabled. I believe UbuntuStudio does this by default, but I would still check. Wine and low latency are not perfect, but it gets better and better.

You may also want to try testing Live with a newer version of Wine (installed through POL, changed in the Configure window in POL), as there have been a LOT of releases and TONS of updates, so this issue may actually be corrected in newer versions. :)

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
hitschni Jeudi 13 Novembre 2014 à 14:58
hitschniAnonymous

Are there any news about Plugins, the new version 9.1.6_32?

I use Linux Mint 17 quiana 64bit.

Whats about the different versions of Ableton Live?

Is it the same installation process?

THX