Ableton Live 9

Informations

Créateur Messages
Ronin DUSETTE

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 102830
Wine: 3.19

Retours d'expérience

Description

From Ableton.com:

"Create, produce and perform. Create ideas, make changes without stopping, and capture everything as you work.

If you’ve used music software before, you’re already familiar with one half of Ableton Live. Live’s Arrangement View is a familiar working space: time moves from left to right, while tracks are stacked vertically.

But Live also features the revolutionary Session View: a unique sketchpad for improvising, playing and performing with musical ideas, without the constraints of the timeline. Freely and independently start and stop any number of audio or MIDI loops - everything stays in sync. Almost everything in Live works in real-time - add, reorder or remove devices, play with Live’s flexible track routing and more - all without interrupting your creative flow. "

Captures d'écran

MiniatureMiniatureMiniature

Code source

#!/bin/bash
# Date : (2013-01-14 ??-??)
# Last revision : (2013-11-06 13-01)
# Distribution used to test : Kubuntu 12.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.1.9

# CHANGELOG
# [SuperPlumus] (2013-05-20 18-56)
#   gettext
# [SuperPlumus] (2013-09-20 21-13)
#   Fix bug #2861 (multiple executable name is possible)
#   Clean code
# [SuperPlumus] (2013-11-06 13-01)
#   Fix bug #3156 and #3543 (Still other executable...)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Ableton Live 9"
PREFIX="AbletonLive9"
WORKING_WINE_VERSION="3.19"

#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 "$TITLE" "Ableton" "http://www.ableton.com" "RoninDusette" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts

# Configuration
Set_OS "win7"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

# Installation
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
# Fix bug #2861 (http://www.playonlinux.com/fr/issue-2861.html)
if [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Live Suite 9.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Live Suite 9.exe" "$TITLE"
elif [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Ableton Live 9 Trial.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Ableton Live 9 Trial.exe" "$TITLE"
else
POL_Shortcut "Ableton Live 9 Suite.exe" "$TITLE"
fi

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

Contributions

Filters:

Contribuer
Membre Messages
Lencher Mardi 1 Mars 2022 à 21:32
Lencher Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -5,7 +5,7 @@
 # Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux: 4.1.9
-
+ 
 # CHANGELOG
 # [SuperPlumus] (2013-05-20 18-56)
 #   gettext
@@ -14,54 +14,57 @@
 #   Clean code
 # [SuperPlumus] (2013-11-06 13-01)
 #   Fix bug #3156 and #3543 (Still other executable...)
-
+ 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-
+ 
 TITLE="Ableton Live 9"
 PREFIX="AbletonLive9"
 WORKING_WINE_VERSION="3.19"
-
+ 
 #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 "$TITLE" "Ableton" "http://www.ableton.com" "RoninDusette" "$PREFIX"
-
+ 
 # Create Prefix
 POL_Wine_SelectPrefix "$PREFIX"
 POL_System_SetArch "x86"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
-
+ 
 # Dependencies
 POL_Call POL_Install_vcrun2008
 POL_Call POL_Install_corefonts
-
+ 
 # Configuration
 Set_OS "win7"
 POL_Wine_Direct3D "DirectDrawRenderer" "gdi"
-
+ 
 # Installation
 cd "$HOME"
 POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
 POL_Wine_WaitBefore "$TITLE"
 GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
 POL_Wine_WaitExit "$TITLE"
-
+ 
 # Create Shortcuts
 # Fix bug #2861 (http://www.playonlinux.com/fr/issue-2861.html)
-if [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Live Suite 9.exe" -a -type f -print)" != "" ]; then
+#Fix from user Lencher - Added support for Ableton Live 9 Lite
+if [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Ableton Live 9 Lite.exe" -a -type f -print)" != "" ]; then
+POL_Shortcut "Ableton Live 9 Lite.exe" "$TITLE"
+elif [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Live Suite 9.exe" -a -type f -print)" != "" ]; then
 POL_Shortcut "Live Suite 9.exe" "$TITLE"
 elif [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Ableton Live 9 Trial.exe" -a -type f -print)" != "" ]; then
 POL_Shortcut "Ableton Live 9 Trial.exe" "$TITLE"
 else
 POL_Shortcut "Ableton Live 9 Suite.exe" "$TITLE"
 fi
-
+ 
 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
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2013-01-14 ??-??)
# Last revision : (2013-11-06 13-01)
# Distribution used to test : Kubuntu 12.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.1.9
 
# CHANGELOG
# [SuperPlumus] (2013-05-20 18-56)
#   gettext
# [SuperPlumus] (2013-09-20 21-13)
#   Fix bug #2861 (multiple executable name is possible)
#   Clean code
# [SuperPlumus] (2013-11-06 13-01)
#   Fix bug #3156 and #3543 (Still other executable...)
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Ableton Live 9"
PREFIX="AbletonLive9"
WORKING_WINE_VERSION="3.19"
 
#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 "$TITLE" "Ableton" "http://www.ableton.com" "RoninDusette" "$PREFIX"
 
# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
# Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts
 
# Configuration
Set_OS "win7"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"
 
# Installation
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
# Fix bug #2861 (http://www.playonlinux.com/fr/issue-2861.html)
#Fix from user Lencher - Added support for Ableton Live 9 Lite
if [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Ableton Live 9 Lite.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Ableton Live 9 Lite.exe" "$TITLE"
elif [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Live Suite 9.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Live Suite 9.exe" "$TITLE"
elif [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Ableton Live 9 Trial.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Ableton Live 9 Trial.exe" "$TITLE"
else
POL_Shortcut "Ableton Live 9 Suite.exe" "$TITLE"
fi
 
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

Réponses

pustek Lundi 10 Février 2020 à 20:38
pustek Anonymous

Messages

Hello, Ableton is installed, but latency is high and CPU is jumping to more than 100%. Tried to install wineasio component, but there is Error in source
pustek is not part of the 'audio' group. Please add pustek to 'audio' group.

 

I added my ubuntu user audio group, but no success.

 

How to add user to audio group in Wine? Or what is required?

 

Thanks!

 

Réponses

blinkidoo Vendredi 25 Octobre 2019 à 20:42
blinkidoo Anonymous

Messages

Hi, I'm new to this... during the install process, after creating the virtual drive, it asks me to "Please select the setup file to run" - what is this file and where do I find it?

Thank you...

Réponses

Ronin DUSETTE Vendredi 18 Janvier 2019 à 22:42
Ronin DUSETTE

Information

Cette mise à jour a été acceptée par l'équipe

Messages

Updating Wine version to one that is said to be working. 

Differences

@@ -20,7 +20,7 @@
 
 TITLE="Ableton Live 9"
 PREFIX="AbletonLive9"
-WORKING_WINE_VERSION="1.9.22"
+WORKING_WINE_VERSION="3.19"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2013-01-14 ??-??)
# Last revision : (2013-11-06 13-01)
# Distribution used to test : Kubuntu 12.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.1.9

# CHANGELOG
# [SuperPlumus] (2013-05-20 18-56)
#   gettext
# [SuperPlumus] (2013-09-20 21-13)
#   Fix bug #2861 (multiple executable name is possible)
#   Clean code
# [SuperPlumus] (2013-11-06 13-01)
#   Fix bug #3156 and #3543 (Still other executable...)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Ableton Live 9"
PREFIX="AbletonLive9"
WORKING_WINE_VERSION="3.19"

#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 "$TITLE" "Ableton" "http://www.ableton.com" "RoninDusette" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts

# Configuration
Set_OS "win7"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

# Installation
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
# Fix bug #2861 (http://www.playonlinux.com/fr/issue-2861.html)
if [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Live Suite 9.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Live Suite 9.exe" "$TITLE"
elif [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Ableton Live 9 Trial.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Ableton Live 9 Trial.exe" "$TITLE"
else
POL_Shortcut "Ableton Live 9 Suite.exe" "$TITLE"
fi

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

Réponses

Vendredi 25 Octobre 2019 à 21:35
Approved.
Maggs Samedi 5 Janvier 2019 à 12:38
Maggs Anonymous

Messages

greetings.

I'm a new linux mint cinnamon user

I need ableton live running, but every time I have tried to install it I get:

Error in POL_Wine
Wine seems to have crashed

Debug shows:

PlayOnLinux debugging tool (v4.2.12)
-----------------------------------------------
Debugging: Ableton Live 9

Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s virtual drive (wineprefix)
Please do not use this logfile on winehq forum, this logfile is not interesting for wine debugging.

Date: 01/05/19 22:32:09

> uname -a
  Linux maggs-500-209a 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
  
> wine --version (Be careful; this version might not be the version used
in the script. Read the content of this file for more information)
  wine-3.0 (Ubuntu 3.0-1ubuntu1)
> glxinfo \| grep rendering
  direct rendering: Yes
> glxinfo \| grep renderer
      GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: AMD OLAND (DRM 2.50.0 / 4.15.0-43-generic, LLVM 6.0.0)
> OpenGL libs
  check_dd_x86 missing, test skipped
  check_dd_amd64 missing, test skipped
> export
  declare -x AMD64_COMPATIBLE="True"
declare -x APPLICATION_TITLE="PlayOnLinux"
declare -x CINNAMON_VERSION="4.0.8"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"
declare -x DEBIAN_PACKAGE="TRUE"
declare -x DEFAULTS_PATH="/usr/share/gconf/cinnamon.default.path"
declare -x DESKTOP="/home/maggs/Desktop"
declare -x DESKTOP_SESSION="cinnamon"
declare -x DISPLAY=":0"
declare -x DONT_MONITOR="1"
declare -x DYLDPATH_ORIGIN=""
declare -x DYLD_LIBRARY_PATH=""
declare -x GDMSESSION="cinnamon"
declare -x GDM_LANG="en_AU"
declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"
declare -x GIO_LAUNCHED_DESKTOP_FILE="/usr/share/applications/PlayOnLinux.desktop"
declare -x GIO_LAUNCHED_DESKTOP_FILE_PID="11463"
declare -x GJS_DEBUG_OUTPUT="stderr"
declare -x GJS_DEBUG_TOPICS="JS ERROR;JS LOG"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x GNUPGHOME="/home/maggs/.PlayOnLinux//gpg"
declare -x GPG_AGENT_INFO="/run/user/1000/gnupg/S.gpg-agent:0:1"
declare -x GTK_MODULES="gail:atk-bridge"
declare -x GTK_OVERLAY_SCROLLING="1"
declare -x G_FILENAME_ENCODING="UTF-8"
declare -x HOME="/home/maggs"
declare -x IGNORE_ICON_DIR="false"
declare -x LANG="en_AU.UTF-8"
declare -x LANGUAGE="en_AU:en"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH=""
declare -x LD_PATH_ORIGIN=""
declare -x LOGNAME="maggs"
declare -x MACHTYPE="x86_64-pc-linux-gnu"
declare -x MANDATORY_PATH="/usr/share/gconf/cinnamon.mandatory.path"
declare -x MD5_COMMAND="md5sum"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x OLDPWD="/home/maggs/.PlayOnLinux/configurations/setups/Ableton Live 9"
declare -x OS_NAME="linux"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wine"
declare -x PATH_ORIGIN="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wine"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="NH8MKHMMBAFKqhP0BJ81"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="16180604"
declare -x POL_LANG="en"
declare -x POL_OS="Linux"
declare -x POL_PORT="30000"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="19076"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="FALSE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/maggs/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT_ACCESSIBILITY="1"
declare -x QT_QPA_PLATFORMTHEME="qt5ct"
declare -x REPERTOIRE="/home/maggs/.PlayOnLinux/"
declare -x SCRIPTID="Ableton Live 9"
declare -x SED="sed"
declare -x SESSION_MANAGER="local/maggs-500-209a:@/tmp/.ICE-unix/1353,unix/maggs-500-209a:/tmp/.ICE-unix/1353"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AGENT_PID="1419"
declare -x SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
declare -x TEXTDOMAIN="pol"
declare -x TITLE="Ableton Live 9"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x USER="maggs"
declare -x VERSION="4.2.12"
declare -x WGETRC="/home/maggs/.PlayOnLinux//configurations/wgetrc"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/maggs/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://wine.playonlinux.com/binaries"
declare -x WorkingDirectory="/home/maggs"
declare -x XAUTHORITY="/home/maggs/.Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-cinnamon:/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="X-Cinnamon"
declare -x XDG_DATA_DIRS="/usr/share/cinnamon:/usr/share/gnome:/home/maggs/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share"
declare -x XDG_GREETER_DATA_DIR="/var/lib/lightdm-data/maggs"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0"
declare -x XDG_SESSION_DESKTOP="cinnamon"
declare -x XDG_SESSION_ID="c2"
declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session0"
declare -x XDG_SESSION_TYPE="x11"
declare -x XDG_VTNR="7"


01/05/19 22:32:16 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AbletonLive9
01/05/19 22:32:16 - [POL_System_SetArch] Message: POL_ARCH set to x86
01/05/19 22:32:16 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.9.22
01/05/19 22:32:16 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.9.22)...
01/05/19 22:32:16 - [POL_Wine_PrefixCreate] Message: Using wine 1.9.22
01/05/19 22:32:16 - [POL_Wine_InstallVersion] Message: Installing wine version path: 1.9.22, x86
01/05/19 22:35:06 - [POL_Wine_Install_resources] Message: Installing gecko for wine 1.9.22 x86
01/05/19 22:35:06 - [POL_Wine_Install_resources] Message: Linking gecko
01/05/19 22:35:06 - [POL_Wine_Install_resources] Message: wine_gecko-2.40-x86.msi already installed. Skipping
01/05/19 22:35:06 - [POL_Wine_Install_resources] Message: Installing mono for wine 1.9.22 x86
01/05/19 22:35:06 - [POL_Wine_Install_resources] Message: Linking mono
01/05/19 22:35:06 - [POL_Wine_Install_resources] Message: wine-mono-4.5.6.msi already installed. Skipping
01/05/19 22:35:06 - [POL_Config_PrefixWrite] Message: Prefix config write: ARCH x86
01/05/19 22:35:06 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.9.22
01/05/19 22:35:06 - [POL_Wine] Message: Running wine-1.9.22 --version (Working directory : /home/maggs/.PlayOnLinux/wine/mono)
01/05/19 22:35:06 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
/usr/share/playonlinux/lib/wine.lib: line 568: /home/maggs/.PlayOnLinux//wine/linux-x86/1.9.22/bin/wine: No such file or directory
01/05/19 22:35:07 - [POL_Wine] Error: Wine seems to have crashed\n\nIf your program is running, just ignore this message

....the directory and file seem to be there

there were others here with similar issues but I could not successfully implement the solutions

I am finding my way around this system - be gentle please!

any help would be highly appreciated

cheers

Maggs

Réponses

Vendredi 18 Janvier 2019 à 22:40
/usr/share/playonlinux/lib/wine.lib: line 568: /home/maggs/.PlayOnLinux//wine/linux-x86/1.9.22/bin/wine: No such file or directory

^^^ Looks as though that version of Wine fails to download. I will update it now.
TheLinab Jeudi 10 Mai 2018 à 13:47
TheLinab Anonymous

Messages

The installation program crashes. Can't wait to see this fixed !

Réponses

infomorph Jeudi 11 Janvier 2018 à 20:17
infomorph Anonymous

Messages

Hi, I can't seem to get Ableton Live 9 standard to install. (Can't afford another DAW right now, would rather having Live running on my ubuntu machine, which is way better than my windoze one.) It creates the drive, but fails to install live. I've tried running the .msi from the drive's misc tab, but that also fails. I also tried using a newer version of Wine in the drive, which gave slightly different errors (see below). Any help would be appreciated!

Here are the debugger logs:

> uname -a
  Linux redacted 4.4.6-040406-generic #201603161231 SMP Wed Mar 16 16:33:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
 
> wine --version (Be careful; this version might not be the version used
in the script. Read the content of this file for more information)
  wine-1.6.2
> glxinfo \| grep rendering
  direct rendering: Yes
> glxinfo \| grep renderer
      GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
> OpenGL libs
  32bits direct rendering is enabled
  64bits direct rendering is enabled
> export
  declare -x AMD64_COMPATIBLE="True"
declare -x APPLICATION_TITLE="PlayOnLinux"
declare -x CLUTTER_IM_MODULE="xim"
declare -x COMPIZ_BIN_PATH="/usr/bin/"
declare -x COMPIZ_CONFIG_PROFILE="ubuntu"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-ISkjHtK6aQ"
declare -x DEBIAN_PACKAGE="FALSE"
declare -x DEFAULTS_PATH="/usr/share/gconf/ubuntu.default.path"
declare -x DESKTOP="/home/infomorph/Desktop"
declare -x DESKTOP_SESSION="ubuntu"
declare -x DISPLAY=":0"
declare -x DONT_MONITOR="1"
declare -x DYLDPATH_ORIGIN=""
declare -x DYLD_LIBRARY_PATH=""
declare -x GDMSESSION="ubuntu"
declare -x GDM_LANG="en_US"
declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"
declare -x GIO_LAUNCHED_DESKTOP_FILE="/usr/share/applications/PlayOnLinux.desktop"
declare -x GIO_LAUNCHED_DESKTOP_FILE_PID="15821"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x GNOME_KEYRING_CONTROL=""
declare -x GNOME_KEYRING_PID=""
declare -x GNUPGHOME="/home/infomorph/.PlayOnLinux//gpg"
declare -x GPG_AGENT_INFO="/home/infomorph/.gnupg/S.gpg-agent:0:1"
declare -x GTK2_MODULES="overlay-scrollbar"
declare -x GTK_IM_MODULE="ibus"
declare -x GTK_MODULES="gail:atk-bridge:unity-gtk-module"
declare -x G_FILENAME_ENCODING="UTF-8"
declare -x HOME="/home/infomorph"
declare -x IGNORE_ICON_DIR="false"
declare -x IM_CONFIG_PHASE="1"
declare -x INSTANCE=""
declare -x JOB="unity-settings-daemon"
declare -x LANG="en_US.UTF-8"
declare -x LANGUAGE="en_US"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH=""
declare -x LD_PATH_ORIGIN=""
declare -x LOGNAME="infomorph"
declare -x MACHTYPE="x86_64-pc-linux-gnu"
declare -x MANDATORY_PATH="/usr/share/gconf/ubuntu.mandatory.path"
declare -x MD5_COMMAND="md5sum"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x OLDPWD="/home/infomorph/.PlayOnLinux/configurations/setups/Ableton Live 9"
declare -x OS_NAME="linux"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
declare -x PATH_ORIGIN="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="gwmoxbDGSbFGd2xIqMb2"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="58842861"
declare -x POL_LANG="en"
declare -x POL_OS="Linux"
declare -x POL_PORT="30000"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="16513"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="TRUE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/infomorph/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT4_IM_MODULE="xim"
declare -x QT_ACCESSIBILITY="1"
declare -x QT_IM_MODULE="ibus"
declare -x QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"
declare -x QT_QPA_PLATFORMTHEME="appmenu-qt5"
declare -x REPERTOIRE="/home/infomorph/.PlayOnLinux/"
declare -x SCRIPTID="Ableton Live 9"
declare -x SED="sed"
declare -x SESSION="ubuntu"
declare -x SESSIONTYPE="gnome-session"
declare -x SESSION_MANAGER="local/caconym:@/tmp/.ICE-unix/3080,unix/caconym:/tmp/.ICE-unix/3080"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="4"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
declare -x TEXTDOMAIN="pol"
declare -x TEXTDOMAINDIR="/usr/share/playonlinux/lang/locale/"
declare -x TITLE="Ableton Live 9"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x UPSTART_EVENTS="xsession started"
declare -x UPSTART_INSTANCE=""
declare -x UPSTART_JOB="unity7"
declare -x UPSTART_SESSION="unix:abstract=/com/ubuntu/upstart-session/1000/2850"
declare -x USER="infomorph"
declare -x VERSION="4.2.12"
declare -x WGETRC="/home/infomorph/.PlayOnLinux//configurations/wgetrc"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/infomorph/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://wine.playonlinux.com/binaries"
declare -x WorkingDirectory="/home/infomorph"
declare -x XAUTHORITY="/home/infomorph/.Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="Unity"
declare -x XDG_DATA_DIRS="/usr/share/ubuntu:/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/var/lib/snapd/desktop"
declare -x XDG_GREETER_DATA_DIR="/var/lib/lightdm-data/infomorph"
declare -x XDG_MENU_PREFIX="gnome-"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0"
declare -x XDG_SESSION_DESKTOP="ubuntu"
declare -x XDG_SESSION_ID="c2"
declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session0"
declare -x XDG_SESSION_TYPE="x11"
declare -x XDG_VTNR="7"
declare -x XMODIFIERS="@im=ibus"

01/11/18 12:49:19 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AbletonLive9
01/11/18 12:49:19 - [POL_System_SetArch] Message: POL_ARCH set to x86
01/11/18 12:49:19 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.9.22
01/11/18 12:49:19 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.9.22)...
01/11/18 12:49:20 - [POL_Wine_PrefixCreate] Message: Using wine 1.9.22
01/11/18 12:49:20 - [POL_Wine_InstallVersion] Message: Installing wine version path: 1.9.22, x86
01/11/18 12:49:20 - [POL_Config_PrefixWrite] Message: Prefix config write: ARCH x86
01/11/18 12:49:20 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.9.22
01/11/18 12:49:20 - [POL_Wine] Message: Running wine-1.9.22 --version (Working directory : /usr/share/playonlinux/python)
01/11/18 12:49:20 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
wine-1.9.22
01/11/18 12:49:20 - [POL_Wine] Message: Wine return: 0
01/11/18 12:49:30 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
01/11/18 12:49:30 - [POL_Wine] Message: Running wine-1.9.22 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
01/11/18 12:49:30 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
C:\Program Files
01/11/18 12:49:30 - [POL_Wine] Message: Wine return: 0
01/11/18 12:49:34 - [POL_Call] Message: Calling POL_Install_vcrun2008
01/11/18 12:49:34 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2008 -----
01/11/18 12:49:34 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2008
01/11/18 12:49:34 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
01/11/18 12:49:34 - [POL_Source] Message: POL GPG : Good signature
01/11/18 12:49:34 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
01/11/18 12:49:34 - [POL_Download_Resource] Message: Resource already present
01/11/18 12:49:34 - [POL_System_CheckFS] Message: Checking filesystem for vcredist_x86.exe
01/11/18 12:49:34 - [POL_Wine] Message: Running wine-1.9.22 start /unix vcredist_x86.exe /q (Working directory : /home/infomorph/.PlayOnLinux/ressources/vcrun2008)
01/11/18 12:49:34 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
01/11/18 12:49:34 - [POL_Wine] Message: Wine return: 0
fixme:clusapi:GetNodeClusterState ((null),0x33ebf4) stub!
fixme:advapi:DecryptFileA ("c:\\bb3d0626a6504033d5118766\\", 00000000): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:LsaOpenPolicy ((null),0x33f2d8,0x00000001,0x33f2c4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
01/11/18 12:49:40 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
01/11/18 12:49:40 - [POL_Wine] Message: Running wine-1.9.22 regedit /home/infomorph/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/infomorph/.PlayOnLinux/ressources/vcrun2008)
01/11/18 12:49:40 - [POL_Wine] Message: Wine return: 0
01/11/18 12:49:40 - [POL_Call] Message: ----- Ending function POL_Install_vcrun2008 -----
01/11/18 12:49:40 - [POL_Call] Message: Calling POL_Install_corefonts
01/11/18 12:49:41 - [POL_Call] Message: ----- Starting function POL_Install_corefonts -----
01/11/18 12:49:41 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_corefonts
01/11/18 12:49:41 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
01/11/18 12:49:41 - [POL_Source] Message: POL GPG : Good signature
01/11/18 12:49:41 - [POL_Call] Message: Calling POL_Internal_InstallFonts
01/11/18 12:49:41 - [POL_Call] Message: ----- Starting function POL_Internal_InstallFonts -----
01/11/18 12:49:41 - [POL_GPG_auth_script] Message: Checking signature of POL_Internal_InstallFonts
01/11/18 12:49:41 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
01/11/18 12:49:42 - [POL_Source] Message: POL GPG : Good signature
01/11/18 12:49:42 - [POL_Call] Message: ----- Ending function POL_Internal_InstallFonts -----
01/11/18 12:49:42 - [source] Message: Installing microsoft fonts
01/11/18 12:49:42 - [POL_Call] Message: ----- Ending function POL_Install_corefonts -----
01/11/18 12:49:42 - [Set_OS] Message: Setting Windows OS to win7
01/11/18 12:49:42 - [POL_Wine] Message: Running wine-1.9.22 regedit /home/infomorph/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/infomorph/.PlayOnLinux/tmp)
01/11/18 12:49:42 - [POL_Wine] Message: Wine return: 0
01/11/18 12:49:42 - [POL_Wine_Direct3D] Message: Setting wine Direct3D /home/infomorph/.PlayOnLinux//wineprefix/AbletonLive9 DirectDrawRenderer gdi
01/11/18 12:49:42 - [POL_Wine] Message: Running wine-1.9.22 regedit /home/infomorph/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/infomorph/.PlayOnLinux/tmp)
01/11/18 12:49:42 - [POL_Wine] Message: Wine return: 0
01/11/18 12:51:35 - [POL_SetupWindow_browse] Message: browser answer: /home/infomorph/Desktop/Setup.msi
01/11/18 12:51:35 - [POL_Wine] Message: Running wine-1.9.22 msiexec /i /home/infomorph/Desktop/Setup.msi (Working directory : /home/infomorph)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
01/11/18 12:51:38 - [POL_Wine] Error: Wine seems to have crashed\n\nIf your program is running, just ignore this message
01/11/18 12:51:49 - [POL_Wine] Message: Wine return: 97
01/11/18 12:51:49 - [POL_Shortcut] Message: Looking for <Ableton Live 9 Suite.exe>, found <>
01/11/18 12:51:49 - [POL_Shortcut] Error: Binary not found: Ableton Live 9 Suite.exe\nHave you installed the program to the default location?
01/11/18 12:51:55 - [POL_Shortcut] Message: Shortcut created:  Ableton Live 9
01/11/18 12:52:01 - [POL_SetupWindow_Close] Message: Closing window for pid 16513
01/11/18 12:52:18 - [POL_SetupWindow_question] Message: question answer: TRUE

[01/11/18 13:05:50] - Running wine-1.9.22 msiexec /i /home/infomorph/Desktop/Setup.msi (Working directory : /home/infomorph/Desktop)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

 

and:
 

PlayOnLinux logfile
-------------------
Date: 01/11/18 12:49:20

> PlayOnLinux Version
  4.2.12
> uname -a
  Linux redacted 4.4.6-040406-generic #201603161231 SMP Wed Mar 16 16:33:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
 
> wine --version
  wine-1.9.22
> POL_WINEVERSION
  1.9.22
> WINEPREFIX
  /home/infomorph/.PlayOnLinux//wineprefix/AbletonLive9
> Distribution
  Ubuntu 16.04.3 LTS
> glxinfo \| grep rendering
  direct rendering: Yes
> glxinfo \| grep renderer
      GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
> OpenGL libs (Direct rendering testing)
  32bits direct rendering is enabled
  64bits direct rendering is enabled

[01/11/18 12:49:30] - Running wine-1.9.22 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
C:\Program Files
[01/11/18 12:49:34] - ----- Starting function POL_Install_vcrun2008 -----
[01/11/18 12:49:34] - Running wine-1.9.22 start /unix vcredist_x86.exe /q (Working directory : /home/infomorph/.PlayOnLinux/ressources/vcrun2008)
fixme:clusapi:GetNodeClusterState ((null),0x33ebf4) stub!
fixme:advapi:DecryptFileA ("c:\\bb3d0626a6504033d5118766\\", 00000000): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:LsaOpenPolicy ((null),0x33f2d8,0x00000001,0x33f2c4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
[01/11/18 12:49:40] - Running wine-1.9.22 regedit /home/infomorph/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/infomorph/.PlayOnLinux/ressources/vcrun2008)
[01/11/18 12:49:40] - Content of /home/infomorph/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*msvcr90"="native,builtin"
-----------
[01/11/18 12:49:40] - ----- Ending function POL_Install_vcrun2008 -----
[01/11/18 12:49:41] - ----- Starting function POL_Install_corefonts -----
[01/11/18 12:49:41] - ----- Starting function POL_Internal_InstallFonts -----
[01/11/18 12:49:42] - ----- Ending function POL_Internal_InstallFonts -----
[01/11/18 12:49:42] - ----- Ending function POL_Install_corefonts -----
[01/11/18 12:49:42] - Running wine-1.9.22 regedit /home/infomorph/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/infomorph/.PlayOnLinux/tmp)
[01/11/18 12:49:42] - Content of /home/infomorph/.PlayOnLinux//tmp/regkey.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine]
"Version"="win7"
-----------
[01/11/18 12:49:42] - Running wine-1.9.22 regedit /home/infomorph/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/infomorph/.PlayOnLinux/tmp)
[01/11/18 12:49:42] - Content of /home/infomorph/.PlayOnLinux//tmp/regkey.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="gdi"
-----------
[01/11/18 12:51:35] - Running wine-1.9.22 msiexec /i /home/infomorph/Desktop/Setup.msi (Working directory : /home/infomorph)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
[01/11/18 13:05:50] - Running wine-1.9.22 msiexec /i /home/infomorph/Desktop/Setup.msi (Working directory : /home/infomorph/Desktop)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
[01/11/18 13:08:25] - Running wine-1.9.22 winecfg (Working directory : /usr/share/playonlinux/python)

 

and here's where I updated Wine and tried again:


[01/11/18 13:11:04] - Running wine-3.0-rc5 msiexec /i /home/infomorph/Desktop/Setup.msi (Working directory : /home/infomorph/Desktop)
002a:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bcf8e40
002c:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
002c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
002c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0021:fixme:dwmapi:DwmIsCompositionEnabled 0x6d5d3018
002e:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0cb608, context 0x9589c8, init_notify 0, handle 0x119fc88): stub
wine: configuration in '/home/infomorph/.PlayOnLinux//wineprefix/AbletonLive9' has been updated.
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

 

Thanks!

Réponses

Anonymous
Vendredi 12 Janvier 2018 à 2:21
Forgot to mention I was trying to install Ableton Live 9.7.5 standard, the installer direct from Ableton.
Vendredi 12 Janvier 2018 à 4:49
To be honest, it will run better on windows. Ableton on Linux is not ideal unless you are running jack and wineasio. I feel like the installer being used is less than legit. Lol. Have you tried any native solutions?
Anonymous
Vendredi 19 Janvier 2018 à 2:55
I was planning on running with jack and wineasio. I've just spent a lot of time learning Ableton, don't really want to start over with another DAW just yet. I take it you didn't see anything in the logs that might help?
Anonymous
Lundi 19 Février 2018 à 19:05
Have you tried manually making a shortcut to the exe using "Make a new shortcut from this virtual drive" on the virtual drive created by the POL install script in the application? I've had a couple of applications that POL crashed on but it turned out to be post-install so they worked like a charm after creating the shortcuts. I can verify that 9.7.3 Suite works on the KDE Flavor of Linux Mint 18.3 Sylvia as of two days ago (even better than on windows no less :D)
Lundi 19 Février 2018 à 19:30
Yeah. I do see an error, but I don't know if that is the actual cause of the crash. I was going to suggest doing what KaliDevi said; try to manually create the shortcut. If that doesn't work, you may want to open a bug report directly with winehq.org and see if there is a patch or workaround, and if so, we can implement that on our end (within the script or build out a special version of wine with a patch, if there is one.).
wnolan Samedi 11 Novembre 2017 à 11:44
wnolan Anonymous

Messages

I am running Ubuntu 17.04

 

I get the message:

 

Error in POL_Wine
Wine seems to have crashed

If your program is running, just ignore this message

 

 

With Ableton Live Version 9.7.5

 

 

Here is the log file:

 

 

/.npm-global/bin:/usr/local/mongodb/bin:/usr/lib/wine"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="Uh8QEdWECHy0DXovJDU6"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="11331600"
declare -x POL_LANG="en"
declare -x POL_OS="Linux"
declare -x POL_PORT="30000"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="13712"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="TRUE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/optonox/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT_ACCESSIBILITY="1"
declare -x REPERTOIRE="/home/optonox/.PlayOnLinux/"
declare -x SCRIPTID="Ableton Live 9"
declare -x SED="sed"
declare -x SESSION_MANAGER="local/stulap:@/tmp/.ICE-unix/1370,unix/stulap:/tmp/.ICE-unix/1370"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AGENT_PID="1682"
declare -x SSH_AUTH_SOCK="/tmp/ssh-pL2gvEqfzPFX/agent.1370"
declare -x TERM="xterm-256color"
declare -x TEXTDOMAIN="pol"
declare -x TITLE="Ableton Live 9"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x USER="optonox"
declare -x USERNAME="optonox"
declare -x VERSION="4.2.12"
declare -x VISUAL="emacsclient"
declare -x WGETRC="/home/optonox/.PlayOnLinux//configurations/wgetrc"
declare -x WINDOWPATH="2"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/optonox/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://wine.playonlinux.com/binaries"
declare -x WorkingDirectory="/home/optonox"
declare -x XAUTHORITY="/run/user/1000/gdm/Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-gnome:/etc/xdg/xdg-gnome:/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="GNOME"
declare -x XDG_DATA_DIRS="/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop"
declare -x XDG_MENU_PREFIX="gnome-"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SESSION_DESKTOP="gnome"
declare -x XDG_SESSION_ID="4"
declare -x XDG_SESSION_TYPE="x11"
declare -x XDG_VTNR="2"


11/11/17 02:36:05 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AbletonLive9
11/11/17 02:36:05 - [POL_System_SetArch] Message: POL_ARCH set to x86
11/11/17 02:36:05 - [POL_System_SetArch] Message: POL_ARCH set to x86
11/11/17 02:36:05 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.9.22
11/11/17 02:36:05 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.9.22)...
11/11/17 02:36:05 - [POL_Wine_PrefixCreate] Message: Prefix already exists
11/11/17 02:36:12 - [POL_SetupWindow_menu] Message: menu answer: Overwrite (usually works, no guarantee)
11/11/17 02:36:12 - [POL_Wine_PrefixCreate] Message: Overwrite Prefix
11/11/17 02:36:12 - [POL_Wine_PrefixCreate] Message: Setting version to 1.9.22
11/11/17 02:36:12 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.9.22
11/11/17 02:36:12 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
11/11/17 02:36:12 - [POL_Wine] Message: Running wine-1.9.22 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
11/11/17 02:36:12 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
%SystemDrive%\Program Files
11/11/17 02:36:13 - [POL_Wine] Message: Wine return: 0
11/11/17 02:36:16 - [POL_Call] Message: Calling POL_Install_vcrun2008
11/11/17 02:36:16 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2008 -----
11/11/17 02:36:16 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2008
11/11/17 02:36:16 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
11/11/17 02:36:16 - [POL_Source] Message: POL GPG : Good signature
11/11/17 02:36:16 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
11/11/17 02:36:16 - [POL_Download_Resource] Message: Resource already present
11/11/17 02:36:16 - [POL_System_CheckFS] Message: Checking filesystem for vcredist_x86.exe
11/11/17 02:36:16 - [POL_Wine] Message: Running wine-1.9.22 start /unix vcredist_x86.exe /q (Working directory : /home/optonox/.PlayOnLinux/ressources/vcrun2008)
11/11/17 02:36:16 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
11/11/17 02:36:16 - [POL_Wine] Message: Wine return: 0
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
fixme:clusapi:GetNodeClusterState ((null),0x33ebf4) stub!
11/11/17 02:36:22 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
11/11/17 02:36:22 - [POL_Wine] Message: Running wine-1.9.22 regedit /home/optonox/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/optonox/.PlayOnLinux/ressources/vcrun2008)
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
11/11/17 02:36:22 - [POL_Wine] Message: Wine return: 0
11/11/17 02:36:22 - [POL_Call] Message: ----- Ending function POL_Install_vcrun2008 -----
11/11/17 02:36:22 - [POL_Call] Message: Calling POL_Install_corefonts
11/11/17 02:36:23 - [POL_Call] Message: ----- Starting function POL_Install_corefonts -----
11/11/17 02:36:23 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_corefonts
11/11/17 02:36:23 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
11/11/17 02:36:23 - [POL_Source] Message: POL GPG : Good signature
11/11/17 02:36:23 - [POL_Call] Message: Calling POL_Internal_InstallFonts
11/11/17 02:36:23 - [POL_Call] Message: ----- Starting function POL_Internal_InstallFonts -----
11/11/17 02:36:23 - [POL_GPG_auth_script] Message: Checking signature of POL_Internal_InstallFonts
11/11/17 02:36:23 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
11/11/17 02:36:23 - [POL_Source] Message: POL GPG : Good signature
11/11/17 02:36:29 - [POL_Call] Message: ----- Ending function POL_Internal_InstallFonts -----
11/11/17 02:36:29 - [source] Message: Installing microsoft fonts
11/11/17 02:36:29 - [POL_Call] Message: ----- Ending function POL_Install_corefonts -----
11/11/17 02:36:29 - [Set_OS] Message: Setting Windows OS to win7 
11/11/17 02:36:29 - [POL_Wine] Message: Running wine-1.9.22 regedit /home/optonox/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/optonox/.PlayOnLinux/tmp)
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
11/11/17 02:36:30 - [POL_Wine] Message: Wine return: 0
11/11/17 02:36:30 - [POL_Wine_Direct3D] Message: Setting wine Direct3D /home/optonox/.PlayOnLinux//wineprefix/AbletonLive9 DirectDrawRenderer gdi 
11/11/17 02:36:30 - [POL_Wine] Message: Running wine-1.9.22 regedit /home/optonox/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/optonox/.PlayOnLinux/tmp)
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
11/11/17 02:36:30 - [POL_Wine] Message: Wine return: 0
11/11/17 02:36:53 - [POL_SetupWindow_browse] Message: browser answer: /home/optonox/Downloads/ableton_live_suite_9.7.5_64/Setup.msi
11/11/17 02:36:54 - [POL_Wine] Message: Running wine-1.9.22 msiexec /i /home/optonox/Downloads/ableton_live_suite_9.7.5_64/Setup.msi (Working directory : /home/optonox)
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
11/11/17 02:36:58 - [POL_Wine] Error: Wine seems to have crashed\n\nIf your program is running, just ignore this message

Réponses

Anonymous
Samedi 11 Novembre 2017 à 11:45
The next error just says:
Error in POL_Shortcut
Binary not found: Ableton Live 9 Suite.exe
Have you installed the program to the default location?
geist171 Dimanche 26 Mars 2017 à 19:24
geist171 Anonymous

Messages

I have Ableton Live 9 Lite and I'm running Ubuntu 16.04. Using the installer from the Ableton site, the answers here, and a few hours of trial and error I managed to get wine to cooperate enough to install it.

I am now stuck on a crash at load due to some missing libraries.

[03/26/17 12:55:21] - Running wine-1.9.22 Ableton Live 9 Lite.exe (Working directory : /home/geist171/.PlayOnLinux/wineprefix/AbletonLive9Lite/drive_c/users/Public/Application Data/Ableton/Live 9 Liteerr:module:import_dll Loading library mfc120u.dll (which is needed by L"C:\\users\\Public\\Application Data\\Ableton\\Live 9 Lite\\Program\\Ableton Live 9 Lite.exe") failed (error c000007b).
err:module:import_dll Loading library MSVCR120.dll (which is needed by L"C:\\users\\Public\\Application Data\\Ableton\\Live 9 Lite\\Program\\Ableton Live 9 Lite.exe") failed (error c000007b).
err:module:import_dll Loading library MSVCP120.dll (which is needed by L"C:\\users\\Public\\Application Data\\Ableton\\Live 9 Lite\\Program\\Ableton Live 9 Lite.exe") failed (error c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\users\\Public\\Application Data\\Ableton\\Live 9 Lite\\Program\\Ableton Live 9 Lite.exe" failed, status c0000135

I found an answer in the Ubuntu forums that suggested it was a VCRuntime 2013 issue. I installed the vcrun2013 components, and while the library overrides exist in the wine configuration menu, it still crashes at load.

Also, I seem to be unable to get the download links here to work. I clicked them a couple of times early in the process but it seemed to get no response from Chromium or the POL app.

Réponses

Ronin DUSETTE Jeudi 9 Mars 2017 à 1:01
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -20,7 +20,7 @@
 
 TITLE="Ableton Live 9"
 PREFIX="AbletonLive9"
-WORKING_WINE_VERSION="1.8.7"
+WORKING_WINE_VERSION="1.9.22"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2013-01-14 ??-??)
# Last revision : (2013-11-06 13-01)
# Distribution used to test : Kubuntu 12.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.1.9

# CHANGELOG
# [SuperPlumus] (2013-05-20 18-56)
#   gettext
# [SuperPlumus] (2013-09-20 21-13)
#   Fix bug #2861 (multiple executable name is possible)
#   Clean code
# [SuperPlumus] (2013-11-06 13-01)
#   Fix bug #3156 and #3543 (Still other executable...)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Ableton Live 9"
PREFIX="AbletonLive9"
WORKING_WINE_VERSION="1.9.22"

#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 "$TITLE" "Ableton" "http://www.ableton.com" "RoninDusette" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts

# Configuration
Set_OS "win7"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

# Installation
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
# Fix bug #2861 (http://www.playonlinux.com/fr/issue-2861.html)
if [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Live Suite 9.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Live Suite 9.exe" "$TITLE"
elif [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Ableton Live 9 Trial.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Ableton Live 9 Trial.exe" "$TITLE"
else
POL_Shortcut "Ableton Live 9 Suite.exe" "$TITLE"
fi

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

Réponses

Anonymous
Dimanche 26 Mars 2017 à 19:09
I have Ableton Live 9 Lite. Using the setup.msi from Ableton, the answers here, and a few hours of trial and error, I managed to get it to install.
Anonymous
Dimanche 26 Mars 2017 à 19:09
I have Ableton Live 9 Lite. Using the setup.msi from Ableton, the answers here, and a few hours of trial and error, I managed to get it to install.
Anonymous
Dimanche 26 Mars 2017 à 19:12
Okay well that wasn't at all how that was supposed to go and it doesn't seem like I can actually delete previous comments. Hm. Sorry for clogging things up visually.
Anonymous
Jeudi 10 Mai 2018 à 13:46
Hey, geist171, who you managed to get that ? In my case, POL crashes during the installation : POL (or wine) can't lauch the installation program of Ableton live :(((. So, what would you recommend to fix this ?

Thanks :D

Edité par RoninDusette

Coryn Mardi 7 Mars 2017 à 19:32
Coryn Anonymous

Messages

Hi, I am just starting to use linux, and im not quite sure how to get ableton to work. When I select the Setup.msi as the file, I get the errors:

[POL_Wine] Error: Wine seems to have crashed

If your program is running, just ignore this message

and:

[POL_Shortcut] Error: Binary not found: Ableton Live 9 Suite.exe
Have you installed the program to the default location?

 

I am trying to install live 9 lite, and I don't know what the problem is. If anyone can help that would be great.

Réponses

Anonymous
Mercredi 8 Mars 2017 à 3:55
So far Ableton is the only program that makes me seriously consider buying a windows license. So if I could get this to work I would forever be grateful.
Mercredi 8 Mars 2017 à 3:58
Can you post your debug logs, please? Also a native solution is called BitWig, and it's made by some of the dudes that worked at Ableton. I have been using Ableton for like, 15 years or more. Since the very first version. The only other thing that got me to switch was BitWig. It's so amazing. Does pretty much everything ableton can and more. Something to maybe consider. It runs great in Linux too.
Anonymous
Mercredi 8 Mars 2017 à 14:27
I think this is what you mean:
Anonymous
Mercredi 8 Mars 2017 à 14:28
Date: 03/07/17 13:28:05

> uname -a
Linux Zan-HP-EliteBook-8560w 4.8.0-39-generic #42~16.04.1-Ubuntu SMP Mon Feb 20 15:06:07 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a

> wine --version (Be careful; this version might not be the version used
in the script. Read the content of this file for more information)
wine-1.6.2
> glxinfo \| grep rendering
direct rendering: Yes
> glxinfo \| grep renderer
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Gallium 0.4 on NVC1
> OpenGL libs
check_dd_x86 missing, test skipped
check_dd_amd64 missing, test skipped
> export
declare -x AMD64_COMPATIBLE="True"
declare -x APPLICATION_TITLE="PlayOnLinux"
declare -x CLUTTER_IM_MODULE="xim"
declare -x COMPIZ_BIN_PATH="/usr/bin/"
declare -x COMPIZ_CONFIG_PROFILE="ubuntu"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-1p1ovNsKuT"
declare -x DEBIAN_PACKAGE="TRUE"
declare -x DEFAULTS_PATH="/usr/share/gconf/ubuntu.default.path"
declare -x DESKTOP="/home/zan/Desktop"
declare -x DESKTOP_SESSION="ubuntu"
declare -x DISPLAY=":0"
declare -x DONT_MONITOR="1"
declare -x DYLDPATH_ORIGIN=""
declare -x DYLD_LIBRARY_PATH=""
declare -x GDMSESSION="ubuntu"
declare -x GDM_LANG="en_US"
declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"
declare -x GIO_LAUNCHED_DESKTOP_FILE="/usr/share/applications/PlayOnLinux.desktop"
declare -x GIO_LAUNCHED_DESKTOP_FILE_PID="2992"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x GNOME_KEYRING_CONTROL=""
declare -x GNOME_KEYRING_PID=""
declare -x GNUPGHOME="/home/zan/.PlayOnLinux//gpg"
declare -x GPG_AGENT_INFO="/home/zan/.gnupg/S.gpg-agent:0:1"
declare -x GTK2_MODULES="overlay-scrollbar"
declare -x GTK_IM_MODULE="ibus"
declare -x GTK_MODULES="gail:atk-bridge:unity-gtk-module"
declare -x G_FILENAME_ENCODING="UTF-8"
declare -x HOME="/home/zan"
declare -x IGNORE_ICON_DIR="false"
declare -x IM_CONFIG_PHASE="1"
declare -x INSTANCE=""
declare -x JOB="unity-settings-daemon"
declare -x LANG="en_US.UTF-8"
declare -x LANGUAGE="en_US"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH=""
declare -x LD_PATH_ORIGIN=""
declare -x LOGNAME="zan"
declare -x MACHTYPE="x86_64-pc-linux-gnu"
declare -x MANDATORY_PATH="/usr/share/gconf/ubuntu.mandatory.path"
declare -x MD5_COMMAND="md5sum"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x OLDPWD="/home/zan/.PlayOnLinux/configurations/setups/Ableton Live 9"
declare -x OS_NAME="linux"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/home/zan/bin:/home/zan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
declare -x PATH_ORIGIN="/home/zan/bin:/home/zan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="ltrXit3gDrOb6IhqY0Bd"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="60125578"
declare -x POL_LANG="en"
declare -x POL_OS="Linux"
declare -x POL_PORT="30000"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="9093"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="TRUE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/zan/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT4_IM_MODULE="xim"
declare -x QT_ACCESSIBILITY="1"
declare -x QT_IM_MODULE="ibus"
declare -x QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"
declare -x QT_QPA_PLATFORMTHEME="appmenu-qt5"
declare -x REPERTOIRE="/home/zan/.PlayOnLinux/"
declare -x SCRIPTID="Ableton Live 9"
declare -x SED="sed"
declare -x SESSION="ubuntu"
declare -x SESSIONTYPE="gnome-session"
declare -x SESSION_MANAGER="local/Zan-HP-EliteBook-8560w:@/tmp/.ICE-unix/1786,unix/Zan-HP-EliteBook-8560w:/tmp/.ICE-unix/1786"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
declare -x TEXTDOMAIN="pol"
declare -x TITLE="Ableton Live 9"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x UPSTART_EVENTS="xsession started"
declare -x UPSTART_INSTANCE=""
declare -x UPSTART_JOB="unity7"
declare -x UPSTART_SESSION="unix:abstract=/com/ubuntu/upstart-session/1000/1561"
declare -x USER="zan"
declare -x VERSION="4.2.10"
declare -x WGETRC="/home/zan/.PlayOnLinux//configurations/wgetrc"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/zan/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://wine.playonlinux.com/binaries"
declare -x WorkingDirectory="/home/zan"
declare -x XAUTHORITY="/home/zan/.Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="Unity"
declare -x XDG_DATA_DIRS="/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop"
declare -x XDG_GREETER_DATA_DIR="/var/lib/lightdm-data/zan"
declare -x XDG_MENU_PREFIX="gnome-"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0"
declare -x XDG_SESSION_DESKTOP="ubuntu"
declare -x XDG_SESSION_ID="c2"
declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session0"
declare -x XDG_SESSION_TYPE="x11"
declare -x XDG_VTNR="7"
declare -x XMODIFIERS="@im=ibus"


03/07/17 13:28:09 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AbletonLive9
03/07/17 13:28:09 - [POL_System_SetArch] Message: POL_ARCH set to x86
03/07/17 13:28:09 - [POL_System_SetArch] Message: POL_ARCH set to x86
03/07/17 13:28:09 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.5.25
03/07/17 13:28:09 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.5.25)...
03/07/17 13:28:09 - [POL_Wine_PrefixCreate] Message: Prefix already exists
03/07/17 13:28:12 - [POL_SetupWindow_menu] Message: menu answer: Erase (virtual drive content will be lost)
03/07/17 13:28:12 - [POL_Wine_PrefixCreate] Message: Erase Prefix
03/07/17 13:28:13 - [POL_Wine_PrefixCreate] Message: Using wine 1.5.25
03/07/17 13:28:13 - [POL_Wine_InstallVersion] Message: Installing wine version path: 1.5.25, x86
03/07/17 13:28:13 - [POL_Config_PrefixWrite] Message: Prefix config write: ARCH x86
03/07/17 13:28:13 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.5.25
03/07/17 13:28:13 - [POL_Wine] Message: Running wine-1.5.25 --version (Working directory : /home/zan/.PlayOnLinux/shortcuts)
03/07/17 13:28:13 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
wine-1.5.25
03/07/17 13:28:13 - [POL_Wine] Message: Wine return: 0
03/07/17 13:28:21 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
03/07/17 13:28:21 - [POL_Wine] Message: Running wine-1.5.25 cmd /c echo %ProgramFiles% (Working directory : /home/zan/.PlayOnLinux/shortcuts)
03/07/17 13:28:21 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
C:\Program Files
03/07/17 13:28:22 - [POL_Wine] Message: Wine return: 0
03/07/17 13:28:25 - [POL_Call] Message: Calling POL_Install_vcrun2008
03/07/17 13:28:25 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2008 -----
03/07/17 13:28:25 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2008
03/07/17 13:28:25 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/07/17 13:28:25 - [POL_Source] Message: POL GPG : Good signature
03/07/17 13:28:25 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
03/07/17 13:28:25 - [POL_Download_Resource] Message: Resource already present
03/07/17 13:28:25 - [POL_System_CheckFS] Message: Checking filesystem for vcredist_x86.exe
03/07/17 13:28:25 - [POL_Wine] Message: Running wine-1.5.25 start /unix vcredist_x86.exe /q (Working directory : /home/zan/.PlayOnLinux/ressources/vcrun2008)
03/07/17 13:28:25 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
03/07/17 13:28:25 - [POL_Wine] Message: Wine return: 0
fixme:clusapi:GetNodeClusterState ((null),0x33ebf4) stub!
fixme:advapi:DecryptFileA "c:\\c79657805acf3a857569f0a2e36b1a00\\" 00000000
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:advapi:LsaOpenPolicy ((null),0x33f2e4,0x00000001,0x33f30c) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:storage:create_storagefile Storage share mode not implemented.
03/07/17 13:28:31 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
03/07/17 13:28:31 - [POL_Wine] Message: Running wine-1.5.25 regedit /home/zan/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/zan/.PlayOnLinux/ressources/vcrun2008)
03/07/17 13:28:32 - [POL_Wine] Message: Wine return: 0
03/07/17 13:28:32 - [POL_Call] Message: ----- Ending function POL_Install_vcrun2008 -----
03/07/17 13:28:32 - [POL_Call] Message: Calling POL_Install_corefonts
03/07/17 13:28:32 - [POL_Call] Message: ----- Starting function POL_Install_corefonts -----
03/07/17 13:28:32 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_corefonts
03/07/17 13:28:32 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/07/17 13:28:32 - [POL_Source] Message: POL GPG : Good signature
03/07/17 13:28:32 - [POL_Call] Message: Calling POL_Internal_InstallFonts
03/07/17 13:28:32 - [POL_Call] Message: ----- Starting function POL_Internal_InstallFonts -----
03/07/17 13:28:32 - [POL_GPG_auth_script] Message: Checking signature of POL_Internal_InstallFonts
03/07/17 13:28:32 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/07/17 13:28:32 - [POL_Source] Message: POL GPG : Good signature
03/07/17 13:29:01 - [POL_Call] Message: ----- Ending function POL_Internal_InstallFonts -----
03/07/17 13:29:01 - [source] Message: Installing microsoft fonts
03/07/17 13:29:01 - [POL_Call] Message: ----- Ending function POL_Install_corefonts -----
03/07/17 13:29:01 - [Set_OS] Message: Setting Windows OS to winxp
03/07/17 13:29:01 - [POL_Wine] Message: Running wine-1.5.25 regedit /home/zan/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/zan/.PlayOnLinux/tmp)
03/07/17 13:29:01 - [POL_Wine] Message: Wine return: 0
03/07/17 13:29:01 - [POL_Wine_Direct3D] Message: Setting wine Direct3D /home/zan/.PlayOnLinux//wineprefix/AbletonLive9 DirectDrawRenderer gdi
03/07/17 13:29:01 - [POL_Wine] Message: Running wine-1.5.25 regedit /home/zan/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/zan/.PlayOnLinux/tmp)
03/07/17 13:29:01 - [POL_Wine] Message: Wine return: 0
03/07/17 13:29:12 - [POL_SetupWindow_browse] Message: browser answer: /home/zan/Downloads/Ableton Live 9 Suite.msi
03/07/17 13:29:13 - [POL_Wine] Message: Running wine-1.5.25 msiexec /i /home/zan/Downloads/Ableton Live 9 Suite.msi (Working directory : /home/zan)
fixme:storage:create_storagefile Storage share mode not implemented.
03/07/17 13:29:16 - [POL_Wine] Error: Wine seems to have crashed\n\nIf your program is running, just ignore this message
03/07/17 13:29:57 - [POL_Wine] Message: Wine return: 97
03/07/17 13:29:58 - [POL_Shortcut] Message: Looking for , found <>
03/07/17 13:29:58 - [POL_Shortcut] Error: Binary not found: Ableton Live 9 Suite.exe\nHave you installed the program to the default location?
03/07/17 13:38:51 - [POL_Shortcut] Message: Shortcut created: Ableton Live 9
03/07/17 13:39:31 - [POL_SetupWindow_Close] Message: Closing window for pid 9093
03/07/17 13:39:34 - [POL_SetupWindow_question] Message: question answer: FALSE
Anonymous
Mercredi 8 Mars 2017 à 14:29
And Bitwig isn't exactly an option for me, because I use Ableton for launchpad covers, and most people make their covers in Ableton.
Mercredi 8 Mars 2017 à 15:28
Ok. Go to tools, manages wine versions, and install the newest version of 32 bit wine. Then go in to the general tab of that virtual drive, and switch it to use that version. Then in the misc tab, use the option to run an exercise in that virtual drive, and run the installer from there. This script hasn't been updated in a while, and it's using an older version. Also, make sure you are using a 33 hit version of ableton. I'm also not sure if the launchpad will work through wine. I have one too, but no time to test it right now
Anonymous
Mercredi 8 Mars 2017 à 23:38
I tried that, and it worked, except that the Ableton installer failed with the error message "This version of Ableton Live 9 Lite is only supported on windows 7, windows 8, or higher" When I press OK, the setup Wizard says "Ableton Live 9 Lite Setup Wizard ended prematurely because of an error. Your system has not been modified. To install this program at a later time, run Setup Wizard again. Click the Finish button to exit the Setup Wizard." I clicked finish and playonlinux the error comes up saying 'Error in POL_Wine
Wine seems to have crashed

If your program is running, just ignore this message"
I don't know how to get the full crash report
Jeudi 9 Mars 2017 à 1:02
I updated the script. Delete that virtual drive and try again. The script defaults to Windows 7 and the newest version of Wine.
Anonymous
Jeudi 9 Mars 2017 à 1:18
It seems like it tried to use wine 1.8.7, but was unable to find it.
here is the crash report:

> uname -a
Linux Zan-HP-EliteBook-8560w 4.8.0-41-generic #44~16.04.1-Ubuntu SMP Fri Mar 3 17:11:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a

> wine --version (Be careful; this version might not be the version used
in the script. Read the content of this file for more information)
wine-1.6.2
> glxinfo \| grep rendering
direct rendering: Yes
> glxinfo \| grep renderer
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Gallium 0.4 on NVC1
> OpenGL libs
check_dd_x86 missing, test skipped
check_dd_amd64 missing, test skipped
> export
declare -x AMD64_COMPATIBLE="True"
declare -x APPLICATION_TITLE="PlayOnLinux"
declare -x CLUTTER_IM_MODULE="xim"
declare -x COMPIZ_BIN_PATH="/usr/bin/"
declare -x COMPIZ_CONFIG_PROFILE="ubuntu"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-Q3ayOKIzOl"
declare -x DEBIAN_PACKAGE="TRUE"
declare -x DEFAULTS_PATH="/usr/share/gconf/ubuntu.default.path"
declare -x DESKTOP="/home/zan/Desktop"
declare -x DESKTOP_SESSION="ubuntu"
declare -x DISPLAY=":0"
declare -x DONT_MONITOR="1"
declare -x DYLDPATH_ORIGIN=""
declare -x DYLD_LIBRARY_PATH=""
declare -x GDMSESSION="ubuntu"
declare -x GDM_LANG="en_US"
declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"
declare -x GIO_LAUNCHED_DESKTOP_FILE="/usr/share/applications/PlayOnLinux.desktop"
declare -x GIO_LAUNCHED_DESKTOP_FILE_PID="2387"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x GNOME_KEYRING_CONTROL=""
declare -x GNOME_KEYRING_PID=""
declare -x GNUPGHOME="/home/zan/.PlayOnLinux//gpg"
declare -x GPG_AGENT_INFO="/home/zan/.gnupg/S.gpg-agent:0:1"
declare -x GTK2_MODULES="overlay-scrollbar"
declare -x GTK_IM_MODULE="ibus"
declare -x GTK_MODULES="gail:atk-bridge:unity-gtk-module"
declare -x G_FILENAME_ENCODING="UTF-8"
declare -x HOME="/home/zan"
declare -x IGNORE_ICON_DIR="false"
declare -x IM_CONFIG_PHASE="1"
declare -x INSTANCE=""
declare -x JOB="unity-settings-daemon"
declare -x LANG="en_US.UTF-8"
declare -x LANGUAGE="en_US"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH=""
declare -x LD_PATH_ORIGIN=""
declare -x LOGNAME="zan"
declare -x MACHTYPE="x86_64-pc-linux-gnu"
declare -x MANDATORY_PATH="/usr/share/gconf/ubuntu.mandatory.path"
declare -x MD5_COMMAND="md5sum"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x OLDPWD="/home/zan/.PlayOnLinux/configurations/setups/Ableton Live 9"
declare -x OS_NAME="linux"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/home/zan/bin:/home/zan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
declare -x PATH_ORIGIN="/home/zan/bin:/home/zan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="BfYdrfgfMLdz56j4yBCb"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="20816191"
declare -x POL_LANG="en"
declare -x POL_OS="Linux"
declare -x POL_PORT="30000"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="10016"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="TRUE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/zan/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT4_IM_MODULE="xim"
declare -x QT_ACCESSIBILITY="1"
declare -x QT_IM_MODULE="ibus"
declare -x QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"
declare -x QT_QPA_PLATFORMTHEME="appmenu-qt5"
declare -x REPERTOIRE="/home/zan/.PlayOnLinux/"
declare -x SCRIPTID="Ableton Live 9"
declare -x SED="sed"
declare -x SESSION="ubuntu"
declare -x SESSIONTYPE="gnome-session"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
declare -x TEXTDOMAIN="pol"
declare -x TITLE="Ableton Live 9"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x UPSTART_EVENTS="xsession started"
declare -x UPSTART_INSTANCE=""
declare -x UPSTART_JOB="unity7"
declare -x UPSTART_SESSION="unix:abstract=/com/ubuntu/upstart-session/1000/1390"
declare -x USER="zan"
declare -x VERSION="4.2.10"
declare -x WGETRC="/home/zan/.PlayOnLinux//configurations/wgetrc"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/zan/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://wine.playonlinux.com/binaries"
declare -x WorkingDirectory="/home/zan"
declare -x XAUTHORITY="/home/zan/.Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="Unity"
declare -x XDG_DATA_DIRS="/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop"
declare -x XDG_GREETER_DATA_DIR="/var/lib/lightdm-data/zan"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0"
declare -x XDG_SESSION_DESKTOP="ubuntu"
declare -x XDG_SESSION_ID="c2"
declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session0"
declare -x XDG_SESSION_TYPE="x11"
declare -x XDG_VTNR="7"
declare -x XMODIFIERS="@im=ibus"


03/08/17 19:16:05 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AbletonLive9
03/08/17 19:16:05 - [POL_System_SetArch] Message: POL_ARCH set to x86
03/08/17 19:16:05 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.8.7
03/08/17 19:16:05 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.8.7)...
03/08/17 19:16:06 - [POL_Wine_PrefixCreate] Message: Using wine 1.8.7
03/08/17 19:16:06 - [POL_Wine_InstallVersion] Message: Installing wine version path: 1.8.7, x86
03/08/17 19:16:06 - [POL_Wine_InstallVersion] Error: Unable to find version: 1.8.7
03/08/17 19:16:35 - [POL_SetupWindow_Close] Message: Closing window for pid 10016
03/08/17 19:16:36 - [POL_SetupWindow_question] Message: question answer: FALSE
Jeudi 9 Mars 2017 à 3:20
OK. Give it another go. Delete the virtual drive and try to install again. I set it to the version that is supposed to work the best according to winehq.
Anonymous
Jeudi 9 Mars 2017 à 3:55
Thanks, I got through the installer this time, but when I unchecked the "launch Ableton" and hit finished, I got the error: Error: Binary not found: Ableton Live 9 Suite.exe
Have you installed the program to the default location?
Here is most of the log erport

03/08/17 21:50:14 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AbletonLive9
03/08/17 21:50:14 - [POL_System_SetArch] Message: POL_ARCH set to x86
03/08/17 21:50:14 - [POL_System_SetArch] Message: POL_ARCH set to x86
03/08/17 21:50:14 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.9.22
03/08/17 21:50:14 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.9.22)...
03/08/17 21:50:14 - [POL_Wine_PrefixCreate] Message: Prefix already exists
03/08/17 21:50:16 - [POL_SetupWindow_menu] Message: menu answer: Overwrite (usually works, no guarantee)
03/08/17 21:50:16 - [POL_Wine_PrefixCreate] Message: Overwrite Prefix
03/08/17 21:50:17 - [POL_Wine_PrefixCreate] Message: Setting version to 1.9.22
03/08/17 21:50:17 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.9.22
03/08/17 21:50:17 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
03/08/17 21:50:17 - [POL_Wine] Message: Running wine-1.9.22 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
03/08/17 21:50:17 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
C:\Program Files
03/08/17 21:50:17 - [POL_Wine] Message: Wine return: 0
03/08/17 21:50:20 - [POL_Call] Message: Calling POL_Install_vcrun2008
03/08/17 21:50:21 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2008 -----
03/08/17 21:50:21 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2008
03/08/17 21:50:21 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/08/17 21:50:21 - [POL_Source] Message: POL GPG : Good signature
03/08/17 21:50:21 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
03/08/17 21:50:21 - [POL_Download_Resource] Message: Resource already present
03/08/17 21:50:21 - [POL_Call] Message: ----- Ending function POL_Install_vcrun2008 -----
03/08/17 21:50:21 - [POL_Call] Message: Calling POL_Install_corefonts
03/08/17 21:50:21 - [POL_Call] Message: ----- Starting function POL_Install_corefonts -----
03/08/17 21:50:21 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_corefonts
03/08/17 21:50:21 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/08/17 21:50:21 - [POL_Source] Message: POL GPG : Good signature
03/08/17 21:50:21 - [POL_Call] Message: Calling POL_Internal_InstallFonts
03/08/17 21:50:21 - [POL_Call] Message: ----- Starting function POL_Internal_InstallFonts -----
03/08/17 21:50:21 - [POL_GPG_auth_script] Message: Checking signature of POL_Internal_InstallFonts
03/08/17 21:50:21 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/08/17 21:50:21 - [POL_Source] Message: POL GPG : Good signature
03/08/17 21:50:25 - [POL_Call] Message: ----- Ending function POL_Internal_InstallFonts -----
03/08/17 21:50:25 - [source] Message: Installing microsoft fonts
03/08/17 21:50:25 - [POL_Call] Message: ----- Ending function POL_Install_corefonts -----
03/08/17 21:50:25 - [Set_OS] Message: Setting Windows OS to win7
03/08/17 21:50:25 - [POL_Wine] Message: Running wine-1.9.22 regedit /home/zan/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/zan/.PlayOnLinux/tmp)
03/08/17 21:50:25 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
03/08/17 21:50:26 - [POL_Wine] Message: Wine return: 0
03/08/17 21:50:26 - [POL_Wine_Direct3D] Message: Setting wine Direct3D /home/zan/.PlayOnLinux//wineprefix/AbletonLive9 DirectDrawRenderer gdi
03/08/17 21:50:26 - [POL_Wine] Message: Running wine-1.9.22 regedit /home/zan/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/zan/.PlayOnLinux/tmp)
03/08/17 21:50:26 - [POL_Wine] Message: Wine return: 0
03/08/17 21:50:34 - [POL_SetupWindow_browse] Message: browser answer: /home/zan/Downloads/Setup.msi
03/08/17 21:50:34 - [POL_Wine] Message: Running wine-1.9.22 msiexec /i /home/zan/Downloads/Setup.msi (Working directory : /home/zan)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msi:event_spawn_wait_dialog doing nothing
03/08/17 21:51:28 - [POL_Wine] Message: Wine return: 0
03/08/17 21:51:32 - [POL_Shortcut] Message: Looking for , found <>
03/08/17 21:51:32 - [POL_Shortcut] Error: Binary not found: Ableton Live 9 Suite.exe\nHave you installed the program to the default location?
03/08/17 21:51:34 - [POL_Shortcut] Message: Shortcut created: Ableton Live 9
03/08/17 21:51:38 - [POL_SetupWindow_Close] Message: Closing window for pid 15195
03/08/17 21:51:39 - [POL_SetupWindow_question] Message: question answer: FALSE
Anonymous
Jeudi 9 Mars 2017 à 3:56
And thank you so much for helping me, as much as you have :)
Jeudi 9 Mars 2017 à 4:00
So, go to configure the virtual drive in the general tab, and click Make a new shortcut from this drive. You should be able to find the .exe in that list and add the shortcut. :D
Anonymous
Jeudi 9 Mars 2017 à 18:12
Ableton launched! Thank you SO MUCH! XD
Anonymous
Jeudi 9 Mars 2017 à 18:24
Although Im not sure how to authorize it.
Jeudi 9 Mars 2017 à 18:27
You're welcome. Use can use wineasio via the Install Components tab. That is something you will need to research later if you need it.
Anonymous
Lundi 6 Novembre 2017 à 22:55
Hi

I'm also a newbe and I'm trying to install Ableton 8 on Linux Mint 18.2 64bit.

Any Ideas what I coud do?

Would Ableton 9 solve my problems?

Thanx!

PlayOnLinux debugging tool (v4.2.12)
-----------------------------------------------
Debugging: Ableton Live 8

Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s virtual drive (wineprefix)
Please do not use this logfile on winehq forum, this logfile is not interesting for wine debugging.

Date: 11/06/17 22:33:19

> uname -a
Linux iacm-desktop 4.8.0-53-generic #56~16.04.1-Ubuntu SMP Tue May 16 01:18:56 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a

> wine --version (Be careful; this version might not be the version used
in the script. Read the content of this file for more information)
wine-1.6.2
> glxinfo \| grep rendering
direct rendering: Yes
GL_NV_parameter_buffer_object2, GL_NV_path_rendering,
GL_NV_path_rendering_shared_edge, GL_NV_pixel_data_range,
GL_NV_shader_thread_shuffle, GL_NV_stereo_view_rendering,
GL_NV_parameter_buffer_object2, GL_NV_path_rendering,
GL_NV_path_rendering_shared_edge, GL_NV_pixel_data_range,
GL_NV_shader_thread_shuffle, GL_NV_stereo_view_rendering,
GL_NV_packed_float_linear, GL_NV_path_rendering,
GL_NV_path_rendering_shared_edge, GL_NV_pixel_buffer_object,
> glxinfo \| grep renderer
OpenGL renderer string: GeForce GTX 1050 Ti/PCIe/SSE2
> OpenGL libs
32bits direct rendering is enabled
64bits direct rendering is enabled
> export
declare -x AMD64_COMPATIBLE="True"
declare -x APPLICATION_TITLE="PlayOnLinux"
declare -x CINNAMON_VERSION="3.4.3"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-yotgSEpMMW,guid=9c6b87ca78401c2360c03e735a00c9ac"
declare -x DEBIAN_PACKAGE="FALSE"
declare -x DEFAULTS_PATH="/usr/share/gconf/cinnamon.default.path"
declare -x DESKTOP="/home/iacm/Schreibtisch"
declare -x DESKTOP_SESSION="cinnamon"
declare -x DISPLAY=":0"
declare -x DONT_MONITOR="1"
declare -x DYLDPATH_ORIGIN=""
declare -x DYLD_LIBRARY_PATH=""
declare -x GDMSESSION="cinnamon"
declare -x GDM_LANG="de_DE"
declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"
declare -x GIO_LAUNCHED_DESKTOP_FILE="/usr/share/applications/PlayOnLinux.desktop"
declare -x GIO_LAUNCHED_DESKTOP_FILE_PID="5956"
declare -x GJS_DEBUG_OUTPUT="stderr"
declare -x GJS_DEBUG_TOPICS="JS ERROR;JS LOG"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x GNUPGHOME="/home/iacm/.PlayOnLinux//gpg"
declare -x GTK_MODULES="gail:atk-bridge"
declare -x GTK_OVERLAY_SCROLLING="1"
declare -x G_FILENAME_ENCODING="UTF-8"
declare -x HOME="/home/iacm"
declare -x IGNORE_ICON_DIR="false"
declare -x LANG="de_DE.UTF-8"
declare -x LANGUAGE="de_DE"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH=""
declare -x LD_PATH_ORIGIN=""
declare -x LOGNAME="iacm"
declare -x MACHTYPE="x86_64-pc-linux-gnu"
declare -x MANDATORY_PATH="/usr/share/gconf/cinnamon.mandatory.path"
declare -x MD5_COMMAND="md5sum"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x OLDPWD="/home/iacm/.PlayOnLinux/configurations/setups/Ableton Live 8"
declare -x OS_NAME="linux"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/home/iacm/bin:/home/iacm/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
declare -x PATH_ORIGIN="/home/iacm/bin:/home/iacm/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="AuXDHTrIFLA8FT9m2BAX"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="35398309"
declare -x POL_LANG="de"
declare -x POL_OS="Linux"
declare -x POL_PORT="30000"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="6634"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="TRUE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/iacm/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT_ACCESSIBILITY="1"
declare -x QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"
declare -x QT_QPA_PLATFORMTHEME="qgnomeplatform"
declare -x QT_STYLE_OVERRIDE="gtk"
declare -x REPERTOIRE="/home/iacm/.PlayOnLinux/"
declare -x SCRIPTID="Ableton Live 8"
declare -x SED="sed"
declare -x SESSION_MANAGER="local/iacm-desktop:@/tmp/.ICE-unix/1995,unix/iacm-desktop:/tmp/.ICE-unix/1995"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="4"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AGENT_PID="2052"
declare -x SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
declare -x TEXTDOMAIN="pol"
declare -x TEXTDOMAINDIR="/usr/share/playonlinux/lang/locale/"
declare -x TITLE="Ableton Live 8"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x USER="iacm"
declare -x VERSION="4.2.12"
declare -x WGETRC="/home/iacm/.PlayOnLinux//configurations/wgetrc"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/iacm/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://wine.playonlinux.com/binaries"
declare -x WorkingDirectory="/home/iacm"
declare -x XAUTHORITY="/home/iacm/.Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-cinnamon:/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="X-Cinnamon"
declare -x XDG_DATA_DIRS="/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/"
declare -x XDG_GREETER_DATA_DIR="/var/lib/lightdm-data/iacm"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0"
declare -x XDG_SESSION_DESKTOP="cinnamon"
declare -x XDG_SESSION_ID="c2"
declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session0"
declare -x XDG_SESSION_TYPE="x11"
declare -x XDG_VTNR="7"


11/06/17 22:33:28 - [POL_System_SetArch] Message: POL_ARCH set to x86
11/06/17 22:33:28 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AbletonLive
11/06/17 22:33:28 - [POL_System_SetArch] Message: POL_ARCH set to x86
11/06/17 22:33:28 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.5.20
11/06/17 22:33:28 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.5.20)...
11/06/17 22:33:28 - [POL_Wine_PrefixCreate] Message: Prefix already exists
11/06/17 22:33:36 - [POL_SetupWindow_menu] Message: menu answer: Überschreibe (in der Regel funktioniert es, ohne Gewähr)
11/06/17 22:33:36 - [POL_Wine_PrefixCreate] Message: Overwrite Prefix
11/06/17 22:33:37 - [POL_Wine_PrefixCreate] Message: Setting version to 1.5.20
11/06/17 22:33:37 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.5.20
11/06/17 22:33:37 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
11/06/17 22:33:37 - [POL_Wine] Message: Running wine-1.5.20 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
11/06/17 22:33:37 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
C:\Program Files
11/06/17 22:33:37 - [POL_Wine] Message: Wine return: 0
11/06/17 22:33:41 - [POL_Call] Message: Calling POL_Install_vcrun2008
11/06/17 22:33:41 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2008 -----
11/06/17 22:33:41 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2008
11/06/17 22:33:41 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
11/06/17 22:33:41 - [POL_Source] Message: POL GPG : Good signature
11/06/17 22:33:41 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
11/06/17 22:33:41 - [POL_Download_Resource] Message: Resource already present
11/06/17 22:33:41 - [POL_System_CheckFS] Message: Checking filesystem for vcredist_x86.exe
11/06/17 22:33:41 - [POL_Wine] Message: Running wine-1.5.20 start /unix vcredist_x86.exe /q (Working directory : /home/iacm/.PlayOnLinux/ressources/vcrun2008)
11/06/17 22:33:41 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
11/06/17 22:33:41 - [POL_Wine] Message: Wine return: 0
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
Application tried to create a window, but no driver could be loaded.
Unknown error (127).
err:systray:initialize_systray Could not create tray window
Application tried to create a window, but no driver could be loaded.
Unknown error (127).
moiz Dimanche 26 Juin 2016 à 13:32
moiz Anonymous

Messages

Hi, i've recently installed ubuntu so please forgive me if im doing something stupid but i've attempted to download live 9 and i get to the point where i locate the file for playonlinux to download and i get this response -

Error in POL_Wine
Wine seems to have crashed

If your program is running, just ignore this message

i then press next and get this response -

Error in POL_Shortcut
Binary not found: Ableton Live 9 Suite.exe
Have you installed the program to the default location?

i would love for one of you to possibly give me a solution as ableton is the only application i really use and i was sick of windows constantly giving me problems.

here is the log -

FILE_PID="7406"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x GNOME_KEYRING_CONTROL=""
declare -x GNOME_KEYRING_PID=""
declare -x GNUPGHOME="/home/moiz/.PlayOnLinux//gpg"
declare -x GPG_AGENT_INFO="/home/moiz/.gnupg/S.gpg-agent:0:1"
declare -x GTK2_MODULES="overlay-scrollbar"
declare -x GTK_IM_MODULE="ibus"
declare -x GTK_MODULES="gail:atk-bridge:unity-gtk-module"
declare -x G_FILENAME_ENCODING="UTF-8"
declare -x HOME="/home/moiz"
declare -x IGNORE_ICON_DIR="false"
declare -x IM_CONFIG_PHASE="1"
declare -x INSTANCE=""
declare -x JOB="unity-settings-daemon"
declare -x LANG="en_AU.UTF-8"
declare -x LANGUAGE="en_AU:en"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH=""
declare -x LD_PATH_ORIGIN=""
declare -x LOGNAME="moiz"
declare -x MACHTYPE="x86_64-pc-linux-gnu"
declare -x MANDATORY_PATH="/usr/share/gconf/ubuntu.mandatory.path"
declare -x MD5_COMMAND="md5sum"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x OLDPWD="/home/moiz/.PlayOnLinux/configurations/setups/Ableton Live 9"
declare -x OS_NAME="linux"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
declare -x PATH_ORIGIN="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="1XMzAoxVo6sKhNWm4cND"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="80204586"
declare -x POL_LANG="en"
declare -x POL_OS="Linux"
declare -x POL_PORT="30000"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="32324"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="TRUE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/moiz/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT4_IM_MODULE="xim"
declare -x QT_ACCESSIBILITY="1"
declare -x QT_IM_MODULE="ibus"
declare -x QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"
declare -x QT_QPA_PLATFORMTHEME="appmenu-qt5"
declare -x REPERTOIRE="/home/moiz/.PlayOnLinux/"
declare -x SCRIPTID="Ableton Live 9"
declare -x SED="sed"
declare -x SESSION="ubuntu"
declare -x SESSIONTYPE="gnome-session"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="4"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
declare -x TEXTDOMAIN="pol"
declare -x TEXTDOMAINDIR="/usr/share/playonlinux/lang/locale/"
declare -x TITLE="Ableton Live 9"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x UPSTART_EVENTS="xsession started"
declare -x UPSTART_INSTANCE=""
declare -x UPSTART_JOB="unity7"
declare -x UPSTART_SESSION="unix:abstract=/com/ubuntu/upstart-session/1000/1768"
declare -x USER="moiz"
declare -x VERSION="4.2.10"
declare -x WGETRC="/home/moiz/.PlayOnLinux//configurations/wgetrc"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/moiz/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://wine.playonlinux.com/binaries"
declare -x WorkingDirectory="/home/moiz"
declare -x XAUTHORITY="/home/moiz/.Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="Unity"
declare -x XDG_DATA_DIRS="/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop"
declare -x XDG_GREETER_DATA_DIR="/var/lib/lightdm-data/moiz"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0"
declare -x XDG_SESSION_DESKTOP="ubuntu"
declare -x XDG_SESSION_ID="c2"
declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session0"
declare -x XDG_SESSION_TYPE="x11"
declare -x XDG_VTNR="7"
declare -x XMODIFIERS="@im=ibus"


06/26/16 19:18:49 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AbletonLive9
06/26/16 19:18:49 - [POL_System_SetArch] Message: POL_ARCH set to x86
06/26/16 19:18:49 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.5.25
06/26/16 19:18:49 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.5.25)...
06/26/16 19:18:49 - [POL_Wine_PrefixCreate] Message: Using wine 1.5.25
06/26/16 19:18:49 - [POL_Wine_InstallVersion] Message: Installing wine version path: 1.5.25, x86
06/26/16 19:18:50 - [POL_Config_PrefixWrite] Message: Prefix config write: ARCH x86
06/26/16 19:18:50 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.5.25
06/26/16 19:18:50 - [POL_Wine] Message: Running wine-1.5.25 --version (Working directory : /usr/share/playonlinux/python)
06/26/16 19:18:50 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
wine-1.5.25
06/26/16 19:18:50 - [POL_Wine] Message: Wine return: 0
06/26/16 19:18:58 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
06/26/16 19:18:58 - [POL_Wine] Message: Running wine-1.5.25 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
06/26/16 19:18:58 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
C:\Program Files
06/26/16 19:18:58 - [POL_Wine] Message: Wine return: 0
06/26/16 19:19:01 - [POL_Call] Message: Calling POL_Install_vcrun2008
06/26/16 19:19:02 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2008 -----
06/26/16 19:19:02 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2008
06/26/16 19:19:02 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
06/26/16 19:19:02 - [POL_Source] Message: POL GPG : Good signature
06/26/16 19:19:02 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
06/26/16 19:19:02 - [POL_Download_Resource] Message: Resource already present
06/26/16 19:19:02 - [POL_System_CheckFS] Message: Checking filesystem for vcredist_x86.exe
06/26/16 19:19:02 - [POL_Wine] Message: Running wine-1.5.25 start /unix vcredist_x86.exe /q (Working directory : /home/moiz/.PlayOnLinux/ressources/vcrun2008)
06/26/16 19:19:02 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
06/26/16 19:19:02 - [POL_Wine] Message: Wine return: 0
fixme:clusapi:GetNodeClusterState ((null),0x33ebf4) stub!
fixme:advapi:DecryptFileA "c:\\7f8e599c57d6095ef85a6e551578b8d1\\" 00000000
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:advapi:LsaOpenPolicy ((null),0x33f2e4,0x00000001,0x33f30c) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:storage:create_storagefile Storage share mode not implemented.
06/26/16 19:19:07 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
06/26/16 19:19:08 - [POL_Wine] Message: Running wine-1.5.25 regedit /home/moiz/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/moiz/.PlayOnLinux/ressources/vcrun2008)
06/26/16 19:19:08 - [POL_Wine] Message: Wine return: 0
06/26/16 19:19:08 - [POL_Call] Message: ----- Ending function POL_Install_vcrun2008 -----
06/26/16 19:19:08 - [POL_Call] Message: Calling POL_Install_corefonts
06/26/16 19:19:09 - [POL_Call] Message: ----- Starting function POL_Install_corefonts -----
06/26/16 19:19:09 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_corefonts
06/26/16 19:19:09 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
06/26/16 19:19:09 - [POL_Source] Message: POL GPG : Good signature
06/26/16 19:19:09 - [POL_Call] Message: Calling POL_Internal_InstallFonts
06/26/16 19:19:09 - [POL_Call] Message: ----- Starting function POL_Internal_InstallFonts -----
06/26/16 19:19:09 - [POL_GPG_auth_script] Message: Checking signature of POL_Internal_InstallFonts
06/26/16 19:19:09 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
06/26/16 19:19:09 - [POL_Source] Message: POL GPG : Good signature
06/26/16 19:19:09 - [POL_Call] Message: ----- Ending function POL_Internal_InstallFonts -----
06/26/16 19:19:09 - [source] Message: Installing microsoft fonts
06/26/16 19:19:10 - [POL_Call] Message: ----- Ending function POL_Install_corefonts -----
06/26/16 19:19:10 - [Set_OS] Message: Setting Windows OS to winxp
06/26/16 19:19:10 - [POL_Wine] Message: Running wine-1.5.25 regedit /home/moiz/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/moiz/.PlayOnLinux/tmp)
06/26/16 19:19:10 - [POL_Wine] Message: Wine return: 0
06/26/16 19:19:10 - [POL_Wine_Direct3D] Message: Setting wine Direct3D /home/moiz/.PlayOnLinux//wineprefix/AbletonLive9 DirectDrawRenderer gdi
06/26/16 19:19:10 - [POL_Wine] Message: Running wine-1.5.25 regedit /home/moiz/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/moiz/.PlayOnLinux/tmp)
06/26/16 19:19:10 - [POL_Wine] Message: Wine return: 0
06/26/16 19:19:19 - [POL_SetupWindow_browse] Message: browser answer: /home/moiz/Documents/Ableton/Setup.msi
06/26/16 19:19:19 - [POL_Wine] Message: Running wine-1.5.25 msiexec /i /home/moiz/Documents/Ableton/Setup.msi (Working directory : /home/moiz)
fixme:storage:create_storagefile Storage share mode not implemented.
06/26/16 19:19:31 - [POL_Wine] Error: Wine seems to have crashed\n\nIf your program is running, just ignore this message
06/26/16 19:28:58 - [POL_Wine] Message: Wine return: 97
06/26/16 19:28:58 - [POL_Shortcut] Message: Looking for <Ableton Live 9 Suite.exe>, found <>
06/26/16 19:28:58 - [POL_Shortcut] Error: Binary not found: Ableton Live 9 Suite.exe\nHave you installed the program to the default location?

 

Thanks in advance!!

 

 

Réponses

Anonymous
Lundi 27 Juin 2016 à 7:17
anyone?
Lundi 27 Juin 2016 à 7:34
Where did you get the ableton installer?
Johonsy Mardi 5 Janvier 2016 à 22:58
Johonsy Anonymous

Messages

Hi, first of all: Sorry if I don't understand everything immideatly immediatly, but I'm a Linux beginner, but I'll give my best.

 

So if I want to install Ableton9, first everything works fine but when the installer has finished and i quit the window wihout launching Ableton the POL window is still a bit opend and then tells me: Error in POL_Shortcut, the binary file can't be found and if its located at the stadndard register.

 

I don't know which part you need of the PlayOnLinux debugger:

This one:

INDIR="/usr/share/locale/"
declare -x TITLE="Ableton Live 9"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x USER="lukas"
declare -x USERNAME="lukas"
declare -x VERSION="4.2.2"
declare -x WGETRC="/home/lukas/.PlayOnLinux//configurations/wgetrc"
declare -x WINDOWPATH="8"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/lukas/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://www.playonmac.com/wine/binaries"
declare -x WorkingDirectory="/home/lukas"
declare -x XAUTHORITY="/home/lukas/.Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-cinnamon:/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="X-Cinnamon"
declare -x XDG_DATA_DIRS="/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SESSION_COOKIE="82e9585f44ca61ecf9ecbf07565757b3-1452025013.808708-1034966803"
declare -x XDG_SESSION_DESKTOP="cinnamon"
declare -x XDG_SESSION_ID="c2"
declare -x XDG_VTNR="8"


01/05/16 22:44:10 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AbletonLive9
01/05/16 22:44:10 - [POL_System_SetArch] Message: POL_ARCH set to x86
01/05/16 22:44:10 - [POL_System_SetArch] Message: POL_ARCH set to x86
01/05/16 22:44:10 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.7.52
01/05/16 22:44:10 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.7.52)...
01/05/16 22:44:10 - [POL_Wine_PrefixCreate] Message: Prefix already exists
01/05/16 22:44:12 - [POL_SetupWindow_menu] Message: menu answer: Lösche (Inhalte des virtuellen Laufwerk gehen verloren)
01/05/16 22:44:12 - [POL_Wine_PrefixCreate] Message: Erase Prefix
01/05/16 22:44:13 - [POL_Wine_PrefixCreate] Message: Using wine 1.7.52
01/05/16 22:44:13 - [POL_Wine_InstallVersion] Message: Installing wine version path: 1.7.52, x86
01/05/16 22:44:13 - [POL_Config_PrefixWrite] Message: Prefix config write: ARCH x86
01/05/16 22:44:13 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.7.52
01/05/16 22:44:13 - [POL_Wine] Message: Running wine-1.7.52 --version (Working directory : /usr/share/playonlinux/python)
01/05/16 22:44:13 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
wine-1.7.52
01/05/16 22:44:13 - [POL_Wine] Message: Wine return: 0
01/05/16 22:44:21 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
01/05/16 22:44:21 - [POL_Wine] Message: Running wine-1.7.52 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
01/05/16 22:44:21 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
C:\Program Files
01/05/16 22:44:21 - [POL_Wine] Message: Wine return: 0
01/05/16 22:44:24 - [POL_Call] Message: Calling POL_Install_vcrun2008
01/05/16 22:44:25 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2008 -----
01/05/16 22:44:25 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2008
01/05/16 22:44:25 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
01/05/16 22:44:25 - [POL_Source] Message: POL GPG : Good signature
01/05/16 22:44:25 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
01/05/16 22:44:25 - [POL_Download_Resource] Message: Resource already present
01/05/16 22:44:25 - [POL_System_CheckFS] Message: Checking filesystem for vcredist_x86.exe
01/05/16 22:44:25 - [POL_Wine] Message: Running wine-1.7.52 start /unix vcredist_x86.exe /q (Working directory : /home/lukas/.PlayOnLinux/ressources/vcrun2008)
01/05/16 22:44:25 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html
01/05/16 22:44:25 - [POL_Wine] Message: Wine return: 0
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:clusapi:GetNodeClusterState ((null),0x33ebf4) stub!
fixme:advapi:DecryptFileA ("c:\\38a329c012822859a2\\", 00000000): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nichp11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Veerr:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:advapi:LsaOpenPolicy ((null),0x33f2d8,0x00000001,0x33f2c4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
01/05/16 22:44:30 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
01/05/16 22:44:31 - [POL_Wine] Message: Running wine-1.7.52 regedit /home/lukas/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/lukas/.PlayOnLinux/ressources/vcrun2008)
01/05/16 22:44:31 - [POL_Wine] Message: Wine return: 0
01/05/16 22:44:31 - [POL_Call] Message: ----- Ending function POL_Install_vcrun2008 -----
01/05/16 22:44:31 - [POL_Call] Message: Calling POL_Install_corefonts
01/05/16 22:44:31 - [POL_Call] Message: ----- Starting function POL_Install_corefonts -----
01/05/16 22:44:31 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_corefonts
01/05/16 22:44:31 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
01/05/16 22:44:31 - [POL_Source] Message: POL GPG : Good signature
01/05/16 22:44:31 - [POL_Call] Message: Calling POL_Internal_InstallFonts
01/05/16 22:44:31 - [POL_Call] Message: ----- Starting function POL_Internal_InstallFonts -----
01/05/16 22:44:31 - [POL_GPG_auth_script] Message: Checking signature of POL_Internal_InstallFonts
01/05/16 22:44:31 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
01/05/16 22:44:31 - [POL_Source] Message: POL GPG : Good signature
01/05/16 22:44:31 - [POL_Call] Message: ----- Ending function POL_Internal_InstallFonts -----
01/05/16 22:44:31 - [source] Message: Installing microsoft fonts
01/05/16 22:44:31 - [POL_Call] Message: ----- Ending function POL_Install_corefonts -----
01/05/16 22:44:31 - [Set_OS] Message: Setting Windows OS to winxp
01/05/16 22:44:31 - [POL_Wine] Message: Running wine-1.7.52 regedit /home/lukas/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/lukas/.PlayOnLinux/tmp)
01/05/16 22:44:31 - [POL_Wine] Message: Wine return: 0
01/05/16 22:44:31 - [POL_Wine_Direct3D] Message: Setting wine Direct3D /home/lukas/.PlayOnLinux//wineprefix/AbletonLive9 DirectDrawRenderer gdi
01/05/16 22:44:31 - [POL_Wine] Message: Running wine-1.7.52 regedit /home/lukas/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/lukas/.PlayOnLinux/tmp)
01/05/16 22:44:31 - [POL_Wine] Message: Wine return: 0
01/05/16 22:45:09 - [POL_SetupWindow_browse] Message: browser answer: /home/lukas/Downloads/Setup.msi
01/05/16 22:45:09 - [POL_Wine] Message: Running wine-1.7.52 msiexec /i /home/lukas/Downloads/Setup.msi (Working directory : /home/lukas)
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msi:event_spawn_wait_dialog doing nothing
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nichp11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Veerr:ole:CoCreateInstance apartment not initialised
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33faf4 1 C) semi-stub
AppWinRegister... succeeded
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:advapi:DecryptFileW (L"C:\\users\\lukas\\Temp\\{ce085a78-074e-4823-8dc1-8a721b94b76d}\\", 00000000): stub
fixme:setupapi:CMP_WaitNoPendingInstallEvents 0
fixme:shell:SHAutoComplete stub
fixme:advapi:DecryptFileW (L"C:\\users\\lukas\\Temp\\{ce085a78-074e-4823-8dc1-8a721b94b76d}\\", 00000000): stub
fixme:wuapi:automatic_updates_Pause
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:wuapi:automatic_updates_Resume
01/05/16 22:46:02 - [POL_Wine] Message: Wine return: 0
err:ole:CoGetClassObject class {ea502722-a23d-11d1-a7d3-0000f87571e3} not registered
err:ole:CoGetClassObject no class object {ea502722-a23d-11d1-a7d3-0000f87571e3} could be created for context 0x1
err:setupapi:SetupCopyOEMInfW Could not add catalog
err:ole:CoGetClassObject class {ea502722-a23d-11d1-a7d3-0000f87571e3} not registered
err:ole:CoGetClassObject no class object {ea502722-a23d-11d1-a7d3-0000f87571e3} could be created for context 0x1
01/05/16 22:46:18 - [POL_Shortcut] Error: Binärdatei nicht gefunden: Ableton Live 9 Suite.exe\nIst das Programm im Standardverzeichnis installiert?

 

 

 

ot this:

 

 

[01/05/16 22:44:13] - Running wine-1.7.52 --version (Working directory : /usr/share/playonlinux/python)
wine-1.7.52

PlayOnLinux logfile
-------------------
Date: 01/05/16 22:44:13

> PlayOnLinux Version
  4.2.2
> uname -a
  Linux linux 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
 
> wine --version
  wine-1.7.52
> POL_WINEVERSION
  1.7.52
> WINEPREFIX
  /home/lukas/.PlayOnLinux//wineprefix/AbletonLive9
> Distribution
  Linux Mint 17.2 Rafaela
> glxinfo \| grep rendering
  direct rendering: Yes
    GL_NV_path_rendering, GL_NV_path_rendering_shared_edge,
    GL_NV_path_rendering, GL_NV_path_rendering_shared_edge,
> glxinfo \| grep renderer
  OpenGL renderer string: GeForce GTX 950/PCIe/SSE2
> OpenGL libs (Direct rendering testing)
 
 

[01/05/16 22:44:21] - Running wine-1.7.52 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
C:\Program Files
[01/05/16 22:44:25] - ----- Starting function POL_Install_vcrun2008 -----
[01/05/16 22:44:25] - Running wine-1.7.52 start /unix vcredist_x86.exe /q (Working directory : /home/lukas/.PlayOnLinux/ressources/vcrun2008)
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:clusapi:GetNodeClusterState ((null),0x33ebf4) stub!
fixme:advapi:DecryptFileA ("c:\\38a329c012822859a2\\", 00000000): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nichp11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Veerr:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:advapi:LsaOpenPolicy ((null),0x33f2d8,0x00000001,0x33f2c4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
[01/05/16 22:44:31] - Running wine-1.7.52 regedit /home/lukas/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/lukas/.PlayOnLinux/ressources/vcrun2008)
[01/05/16 22:44:31] - Content of /home/lukas/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*msvcr90"="native,builtin"
-----------
[01/05/16 22:44:31] - ----- Ending function POL_Install_vcrun2008 -----
[01/05/16 22:44:31] - ----- Starting function POL_Install_corefonts -----
[01/05/16 22:44:31] - ----- Starting function POL_Internal_InstallFonts -----
[01/05/16 22:44:31] - ----- Ending function POL_Internal_InstallFonts -----
[01/05/16 22:44:31] - ----- Ending function POL_Install_corefonts -----
[01/05/16 22:44:31] - Running wine-1.7.52 regedit /home/lukas/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/lukas/.PlayOnLinux/tmp)
[01/05/16 22:44:31] - Content of /home/lukas/.PlayOnLinux//tmp/regkey.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine]
"Version"="winxp"
-----------
[01/05/16 22:44:31] - Running wine-1.7.52 regedit /home/lukas/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/lukas/.PlayOnLinux/tmp)
[01/05/16 22:44:31] - Content of /home/lukas/.PlayOnLinux//tmp/regkey.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="gdi"
-----------
[01/05/16 22:44:41] - Running wine-1.7.52 winecfg (Working directory : /usr/share/playonlinux/python)
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nichp11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Ve[01/05/16 22:45:09] - Running wine-1.7.52 msiexec /i /home/lukas/Downloads/Setup.msi (Working directory : /home/lukas)
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msi:event_spawn_wait_dialog doing nothing
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nichp11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Veerr:ole:CoCreateInstance apartment not initialised
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33faf4 1 C) semi-stub
AppWinRegister... succeeded
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:advapi:DecryptFileW (L"C:\\users\\lukas\\Temp\\{ce085a78-074e-4823-8dc1-8a721b94b76d}\\", 00000000): stub
fixme:setupapi:CMP_WaitNoPendingInstallEvents 0
fixme:shell:SHAutoComplete stub
fixme:advapi:DecryptFileW (L"C:\\users\\lukas\\Temp\\{ce085a78-074e-4823-8dc1-8a721b94b76d}\\", 00000000): stub
fixme:wuapi:automatic_updates_Pause
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:wuapi:automatic_updates_Resume
err:ole:CoGetClassObject class {ea502722-a23d-11d1-a7d3-0000f87571e3} not registered
err:ole:CoGetClassObject no class object {ea502722-a23d-11d1-a7d3-0000f87571e3} could be created for context 0x1
err:setupapi:SetupCopyOEMInfW Could not add catalog
err:ole:CoGetClassObject class {ea502722-a23d-11d1-a7d3-0000f87571e3} not registered
err:ole:CoGetClassObject no class object {ea502722-a23d-11d1-a7d3-0000f87571e3} could be created for context 0x1

 

 

 

Kernel: Linux 3.16.0-38-generic (x86_64)
Distribution: Linux Mint 17.2 Rafaela

POL Version: 4.2.2

-Computer-
Processor        : 4x Intel(R) Core(TM) i5-6600 CPU @ 3.30GHz
Memory        : 8101MB (1467MB used)
Operating System        : Linux Mint 17.2 Rafaela
User Name        : lukas (Lukas)
Date/Time        : Di 05 Jan 2016 22:58:23 CET
-Display-
Resolution        : 1920x1080 pixels
OpenGL Renderer        : GeForce GTX 950/PCIe/SSE2
X11 Vendor        : The X.Org Foundation
-Multimedia-
Audio Adapter        : HDA-Intel - HDA Intel PCH
Audio Adapter        : HDA-Intel - HDA NVidia
-Input Devices-
 Sleep Button
 Power Button
 Power Button
 Logitech USB-PS/2 Trackball
 DaKai 2.4G RX
 DaKai 2.4G RX
 HDA Intel PCH Front Mic
 HDA Intel PCH Rear Mic
 HDA Intel PCH Line
 HDA Intel PCH Line Out
 HDA Intel PCH Front Headphone
 Eee PC WMI hotkeys
 HDA NVidia HDMI/DP,pcm        : 3=
 HDA NVidia HDMI/DP,pcm        : 7=
 HDA NVidia HDMI/DP,pcm        : 8=
 HDA NVidia HDMI/DP,pcm        : 9=
-Printers-
No printers found
-SCSI Disks-
TSSTcorp CDDVDW SH-224DB
ATA SanDisk SDSSDHII
ATA WDC WD10EFRX-68F

 

 

 

 

 

 

Réponses

Anonymous
Mardi 5 Janvier 2016 à 23:02
oops wasn't finished....
GPU driver: nvidia-352.63-0ubuntu0.14.04.1
Anonymous
Mardi 5 Janvier 2016 à 23:03
I hope these are all information you need.
Thanks in advance for your help.
Anonymous
Mardi 5 Janvier 2016 à 23:07
Is there a way to edit a post? It's horrible like this.
Mardi 5 Janvier 2016 à 23:11
I'm not sure why it crashed. Nothing is apparent in the logs. I reverted the installer back to the wine version that I tested it with. Delete the virtual drive for ableton and reinstall ableton through the Install menu and see if that helps.
Anonymous
Mercredi 6 Janvier 2016 à 19:11
OK now it worked so far that if I quit the install window of Ableton with launching it, there is no error any more and it starts Ableton.
But the install window of POL stays opend and won't disappear. It does not finish the process and if i close the POL window, Ableton quits as well. After this there is no Icon or anything where I could open Ableton so I would have to reinstall it everytime I want to work with it. I could live with that but I also can't authorize my account and that''s still a big problem.
Can you help me with that?
Do you need the debug logs again?
Btw so far I couldn't get any other supported program running with POL (Itunes, Age of Empire, Need for Speed Underground 2). Is there maybe a serious problem with wine or so?
Mercredi 6 Janvier 2016 à 19:16
Make sure you don't open Ableton right after the install. Uncheck any boxes that say "Run Ableton" or anything like that, and let the installer finish. When the POL installer finishes it will automatically close and create the shortcut so you don't have to keep installing it. You could also use Make A New Shortcut from This Virtual Drive in the General Tab of the Configure Window to create the shortcut.

You should also be able to authorize it, too. I did. It works the same as it normally would.

I am sure that there is nothing wrong with Wine in those other cases; you could be missing certain libraries or drivers or something like that for those other programs. Also, don't bother with iTunes if you are trying to sync your music to your iDevices; that feature does not work on Linux as there are no drivers for it. I hear that some devices work and that there is a driver floating around, but I have never actually seen it. If you need help with those other programs, please feel free to post in the forums with the debug logs for it, and someone here will be able to help you with it.
Anonymous
Jeudi 7 Janvier 2016 à 0:49
OK I didn't launched it after the Ableton installer has finished but then it's the same as before. The POL installer won't finish and keeps running until you quit it.
After that I created the shortcut and it works as if I directly launch it, means I can't authorize it. I didn't worked so far with it so I can't say if there are other functions won't work as well.
You have any other idea what the problem could be why I can't authorize?

Ok just mentioned the other programs because I thought maybe it could help the get the problem. I allready know that i can't sync those devices but i can't even install those programs. Yeah thanks, I gonna ask for it if I have the time but first I want to get Ableton running. ;)
petch Samedi 3 Octobre 2015 à 14:39
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Wine 1.7.52 changelog reports Ableton 9 fixes (untested)

Differences

@@ -20,7 +20,7 @@
 
 TITLE="Ableton Live 9"
 PREFIX="AbletonLive9"
-WORKING_WINE_VERSION="1.5.25"
+WORKING_WINE_VERSION="1.7.52"
 
 #Initialization
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

Nouveau code source

#!/bin/bash
# Date : (2013-01-14 ??-??)
# Last revision : (2013-11-06 13-01)
# Distribution used to test : Kubuntu 12.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.1.9

# CHANGELOG
# [SuperPlumus] (2013-05-20 18-56)
#   gettext
# [SuperPlumus] (2013-09-20 21-13)
#   Fix bug #2861 (multiple executable name is possible)
#   Clean code
# [SuperPlumus] (2013-11-06 13-01)
#   Fix bug #3156 and #3543 (Still other executable...)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Ableton Live 9"
PREFIX="AbletonLive9"
WORKING_WINE_VERSION="1.7.52"

#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 "$TITLE" "Ableton" "http://www.ableton.com" "RoninDusette" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts

# Configuration
Set_OS "winxp"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

# Installation
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
# Fix bug #2861 (http://www.playonlinux.com/fr/issue-2861.html)
if [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Live Suite 9.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Live Suite 9.exe" "$TITLE"
elif [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Ableton Live 9 Trial.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Ableton Live 9 Trial.exe" "$TITLE"
else
POL_Shortcut "Ableton Live 9 Suite.exe" "$TITLE"
fi

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

Réponses

guy Mardi 21 Juillet 2015 à 18:16
guy Anonymous

Messages

I am trying to download this, but I have no Idea what to do when It asks me what startup file to run. I know this may be a stupid question, but I am new to linux.

Réponses

Mardi 21 Juillet 2015 à 18:46
Do you own the program to install?
Anonymous
Mardi 21 Juillet 2015 à 18:51
I have the light version
Anonymous
Mardi 21 Juillet 2015 à 19:36
okay, now I got it, but it says that my windows is not up to date. Wut?
Anonymous
Mardi 21 Juillet 2015 à 19:39
^ Ignore that. It says it cannot find the binary. (I am using the free demo)
Mardi 21 Juillet 2015 à 19:53
It sounds like it did not install correctly. We need your full debug logs in order to troubleshoot it properly, though. Let's see what those say and perhaps it will state why it is failing.
Mardi 21 Juillet 2015 à 19:56
There is also BitWig; an extremely powerful alternative to Ableton that has a native Linux version. I have been using Ableton since it's inception, but I gotta tell ya; BitWig has swayed me heavily. It's pretty awesome and supports much of the same things, has an open API for it's controller interface. I could go on. It is for sure something to check out. I bought the thing because it was so awesome (combined with Jack and an RT kernel... Never had better performance out of my audio devices). For sure something to check out. :)
Anonymous
Mardi 21 Juillet 2015 à 19:57
Okay. Sorry, I am new to this, how Do I send you the logs?
Mardi 21 Juillet 2015 à 20:00
Which is why we have a wiki. ;) http://wiki.playonlinux.com/index.php/How_to_Post_in_the_Forums
Anonymous
Mardi 21 Juillet 2015 à 20:04
:)
Anonymous
Mardi 21 Juillet 2015 à 20:12
Will BitWig work on the launchkey?
Mardi 21 Juillet 2015 à 20:20
Check their docs
Anonymous
Mardi 21 Juillet 2015 à 21:57
I think this is what you want.07/21/15 15:55:04 - [POL_Wine] Message: Wine return: 0
07/21/15 15:55:08 - [POL_Shortcut] Message: Looking for , found <>
07/21/15 15:55:09 - [POL_Shortcut] Error: Binary not found: Ableton Live 9 Suite.exe\nHave you installed the program to the default location?
07/21/15 15:55:20 - [POL_Shortcut] Message: Shortcut created: Ableton Live 9
07/21/15 15:55:26 - [POL_SetupWindow_Close] Message: Closing window for pid 19305
Mardi 21 Juillet 2015 à 22:06
So after installation the script cannot find either Live Suite 9.exe, Ableton Live 9 Trial.exe or Ableton Live 9 Suite.exe
Anonymous
Mercredi 9 September 2015 à 14:18
Hello there.
Is there a solution for the
Anonymous
Mercredi 9 September 2015 à 14:19
Hello there.
Is there a solution for this? I have the same Problem
07/21/15 15:55:09 - [POL_Shortcut] Error: Binary not found: Ableton Live 9 Suite.exe\nHave you installed the program to the default location?
Mercredi 9 September 2015 à 16:31
Please post your full computer specs and full debug log.
Anonymous
Mercredi 16 September 2015 à 21:43
Did someone know how to install Max4Live with Playonlinux ? The installer failed.
Anonymous
Mercredi 16 September 2015 à 21:43
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:module:import_dll Loading library msi.dll (which is needed by L"C:\\windows\\system32\\msiexec.exe") failed (error c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\msiexec.exe" failed, status c0000135
Anonymous
Mercredi 16 September 2015 à 21:44
Max4Live :(
Mercredi 16 September 2015 à 21:52
Max/MSP (and Max4Live) does not work through Wine, so it won't work through POL.

https://appdb.winehq.org/objectManager.php?sClass=application&iId=7781

You might want to report the bug to WineHQ.org and see if someone can patch it. If a patch is available, we can build a version of Wine that makes it work.
Anonymous
Mercredi 16 September 2015 à 22:00
the terminal shows missing .dll ...but this .dll's are still in Systtem32 ....hmmm
Mercredi 16 September 2015 à 22:02
It does not say that it is missing. It says that it could not import it. Again, this is something that will likely have to be taken care of by an actual Wine developer, as even their appdb gives it a rating of "garbage", which means no one has had it working through Wine yet (or at least if they did, they never reported it). I have tried to get it working before, and gave up. lol.
Anonymous
Vendredi 18 September 2015 à 4:54
thx for answer. i got max running. i have installed vcruntime 208 and ableton 9 installs vcruntime 2013 bz default installation. the max6 installer runs but it needs a driver what i have downloaded.the driver is only for vista and below,but when i add the maxfolder to ableton i can drag and drop max devices to ableton. but i cant open editor from the device. thats no problem for me because i dnt know how to edit max devices.after this i have installed max7 what didnt need to download special driver. the devices also works but i also cant edit devices.standalone also crashes. i have seen JS error. is it java ? i am no programmer ;) . standalone also didnt work,but i dont need that. perhaps it neds dotnet frameworks ? sorry for my bad grammar.hope you understand what i write ....
Anonymous
Vendredi 18 September 2015 à 4:55
perhaps you find a solution that it works perfect before i write to winehq
Vendredi 18 September 2015 à 5:00
It's impossible to tell without debug output, and even then it just doesn't really work on wine. Max/msp needs to be working first, fully, before max4live we be usable. JavaScript is not the same as Java, either. It gets pretty hairy. Again, it's something that will winehq will likely need to take care of (in terms of a patch or something.). I would love to have max/msp working through wine. :D
Anonymous
Dimanche 20 September 2015 à 20:38
puhhh...would love to have it working too ;) . some other question....did you run ableton with multicore ? when i switch to multicore the cpu value in live is running some % in IDLE.
Dimanche 20 September 2015 à 20:49
No. Don't run it in multicore support mode. It pegs the CPU through the roof. Hopefully when 64-bit support is better with wine we will see that come in to play. Have you heard of BitWig? It runs native on Linux and was created by a bunch of former ableton developers. It's actually extremely awesome. I run that mostly now instead of ableton. It's not a direct replacement, but it has a lot of stuff that Ableton can't touch.
Anonymous
Dimanche 20 September 2015 à 23:40
i read from that to set it to single core,but what about i f you have many tracks..…did it crashes ? yes,i heard about bitwig and i have tested it with windows xp. the knobs look like fruty loops ;) dont like tzhat so much. what about all vst's which were written for windows ? there are not so much linux vst's ?
Anonymous
Dimanche 20 September 2015 à 23:43
what linux distro do you use for live ?
Lundi 21 September 2015 à 0:03
As for the vsts, that is not true, and you can run a lot through wine using WineASIO and Jack. I have used quite a few distros and all work more or less the same for live. For the most part, Linux is linux is linux. I have used live on a good chunk of the major distros, and they all pretty much perform the same.
Lundi 21 September 2015 à 0:07
As for BitWig, what does it matter what the buttons look like? That is like saying I hate corvette because they come in yellow and I hate yellow. ;) Lol. Plus, it runs on Linux. It's extremely, extremely powerful, just like live,and actually does many things that Ableton cannot do.
Anonymous
Dimanche 4 Octobre 2015 à 1:19
Thats right ;) Do you habve Natives Instrument running with POL ? I have running Jack Realtime Mode but i get many xruns.
Anonymous
Dimanche 4 Octobre 2015 à 1:20
Native Instrument Massive
Dimanche 4 Octobre 2015 à 1:37
I did a few of the NI ones (check the Install menu. They are there.), but I cannot remember if I wrote a script for massive. They all worked fine, though. As far as xruns with Jack, check the Arch Linux wiki entry about jack. It's very concise and will likely lead you to fine tuning jack better.
Anonymous
Dimanche 4 Octobre 2015 à 1:40
ok,i will check this out. do i need a realtime kernel for linux ?
Anonymous
Dimanche 4 Octobre 2015 à 1:41
do i need netframework or other runtime dll package for massive ?
Dimanche 4 Octobre 2015 à 1:44
I prefer the rt kernel. The Jack entry in the Arch wiki will tell you everything that you need to know. As far as dependencies for Massive, check appdb.winehq.org
Anonymous
Dimanche 4 Octobre 2015 à 1:46
the searchbar of pol didnt show NI
Dimanche 4 Octobre 2015 à 1:52
Search for the name of the individual instruments. Like Guitar Rig, FM8,etc.
Anonymous
Dimanche 4 Octobre 2015 à 1:58
ok :)
Anonymous
Dimanche 4 Octobre 2015 à 2:06
Massive not there ;)
Anonymous
Mercredi 4 Novembre 2015 à 15:17
Regarding the original poster's question ("Binary not found: Ableton Live 9 Suite.exe"): I had the same problem, and managed to solve it simply by changing the file name of the executable (in my case the Lite version of Ableton) to match what POL was looking for. Hope that helps.
djbennyboy Samedi 18 Juillet 2015 à 22:26
djbennyboy Anonymous

Messages

This program works great smiley I have just moved over to using Linux and am still getting used to it. 

Is there a way to install VST plugins on Ableton through PlayOnLinux???? I ask because I have a few third party VST's by Native Insturments

Otherwise program works great and am loving it 

Réponses

Dimanche 19 Juillet 2015 à 19:09
You will need to use wineasio and Jack to connect them, installing the plug-ins into PlayOnLinux. Basically, wineasio will give you low latency and expose the midi and audio inputs and outputs to Jack, and then jack will let you connect it all together manually. Unfortunately there is no real easy way to do it, but it does work. Lol. I have actually started using Bitwig on Linux, and performing with Ableton in Windows for stability. :)
Anonymous
Samedi 3 Octobre 2015 à 23:57
Thats right ;) Some other Question. Ihave just installed Native Instruments Massive and i get many xruns. Jack is enabled . What can i do ? Or is Massive to hard for Playonlinux ?
Anonymous
Mercredi 7 September 2016 à 15:05
is this thread dead?
Ronin DUSETTE Samedi 25 Octobre 2014 à 21:27
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -29,7 +29,7 @@
 POL_Debug_Init
 
 # Presentation
-POL_SetupWindow_presentation "$TITLE" "Ableton" "http://www.ableton.com" "DJYoshaBYD" "$PREFIX"
+POL_SetupWindow_presentation "$TITLE" "Ableton" "http://www.ableton.com" "RoninDusette" "$PREFIX"
 
 # Create Prefix
 POL_Wine_SelectPrefix "$PREFIX"

Nouveau code source

#!/bin/bash
# Date : (2013-01-14 ??-??)
# Last revision : (2013-11-06 13-01)
# Distribution used to test : Kubuntu 12.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.1.9

# CHANGELOG
# [SuperPlumus] (2013-05-20 18-56)
#   gettext
# [SuperPlumus] (2013-09-20 21-13)
#   Fix bug #2861 (multiple executable name is possible)
#   Clean code
# [SuperPlumus] (2013-11-06 13-01)
#   Fix bug #3156 and #3543 (Still other executable...)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Ableton Live 9"
PREFIX="AbletonLive9"
WORKING_WINE_VERSION="1.5.25"

#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 "$TITLE" "Ableton" "http://www.ableton.com" "RoninDusette" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts

# Configuration
Set_OS "winxp"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

# Installation
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
# Fix bug #2861 (http://www.playonlinux.com/fr/issue-2861.html)
if [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Live Suite 9.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Live Suite 9.exe" "$TITLE"
elif [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Ableton Live 9 Trial.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Ableton Live 9 Trial.exe" "$TITLE"
else
POL_Shortcut "Ableton Live 9 Suite.exe" "$TITLE"
fi

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

Réponses

Anonymous
Dimanche 19 Juillet 2015 à 19:03
Is there a way to get third party VST plugins working and how do I get midi devices recognized????
Ronin DUSETTE Samedi 25 Octobre 2014 à 19:21
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -2,7 +2,7 @@
 # Date : (2013-01-14 ??-??)
 # Last revision : (2013-11-06 13-01)
 # Distribution used to test : Kubuntu 12.04 LTS 64-bit
-# Author : DJYoshaBYD
+# Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux: 4.1.9
 

Nouveau code source

#!/bin/bash
# Date : (2013-01-14 ??-??)
# Last revision : (2013-11-06 13-01)
# Distribution used to test : Kubuntu 12.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.1.9

# CHANGELOG
# [SuperPlumus] (2013-05-20 18-56)
#   gettext
# [SuperPlumus] (2013-09-20 21-13)
#   Fix bug #2861 (multiple executable name is possible)
#   Clean code
# [SuperPlumus] (2013-11-06 13-01)
#   Fix bug #3156 and #3543 (Still other executable...)

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Ableton Live 9"
PREFIX="AbletonLive9"
WORKING_WINE_VERSION="1.5.25"

#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 "$TITLE" "Ableton" "http://www.ableton.com" "DJYoshaBYD" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Dependencies
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_corefonts

# Configuration
Set_OS "winxp"
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

# Installation
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
GC_DONT_GC=1 POL_AutoWine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
# Fix bug #2861 (http://www.playonlinux.com/fr/issue-2861.html)
if [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Live Suite 9.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Live Suite 9.exe" "$TITLE"
elif [ "$(find "$WINEPREFIX/drive_c" -name windows -prune -o -iname "Ableton Live 9 Trial.exe" -a -type f -print)" != "" ]; then
POL_Shortcut "Ableton Live 9 Trial.exe" "$TITLE"
else
POL_Shortcut "Ableton Live 9 Suite.exe" "$TITLE"
fi

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

Réponses