Ableton Live 9 on Wine

Questions about Wine on Linux
Locked
chromaf
Level 2
Level 2
Posts: 19
Joined: Thu Oct 24, 2013 1:02 pm

Ableton Live 9 on Wine

Post by chromaf »

Hello, trying to install my legal copy of AL9, I get this :

Code: Select all

wine "Ableton Live 9 Suite.exe" 
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.MFC" (9.0.21022.8)
fixme:heap:HeapSetInformation 0x240000 0 0x7ffffe3e4bf0 4
err:module:import_dll Library mfc90u.dll (which is needed by L"Z:\\home\\cf\\.wine_abletonlive\\drive_c\\Program Files\\AbletonLive9\\Ableton Live 9 Suite.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\cf\\.wine_abletonlive\\drive_c\\Program Files\\AbletonLive9\\Ableton Live 9 Suite.exe" failed, status c0000135
Wich winetrick I need to install that lib?
Thanks
chromaf
Level 2
Level 2
Posts: 19
Joined: Thu Oct 24, 2013 1:02 pm

Re: Ableton Live 9 on Wine

Post by chromaf »

I installed this app on a different prefix, run winecfg and set to win 7 mode, and copied the required .dll in /system , /system32, /syswow64, and the app directory but still it says it can't find the DLL ?

Please help ! Thanks
i_will_now_break_it
Level 2
Level 2
Posts: 33
Joined: Wed Apr 24, 2013 1:35 pm

Re: Ableton Live 9 on Wine

Post by i_will_now_break_it »

I am by no means an expert on this, but I have sometimes found that putting the DLL in the same folder as the executable you are trying to run works.
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Ableton Live 9 on Wine

Post by oiaohm »

Microsoft.VC90.MFC is winetricks vcrun2008

chromaf coping the dll will fail to register it. Many dlls have to be installed by runtime not by coping.

winetricks is only rated for 32 bit prefixes.

WINEARCH=win32 will be required when the prefix is created.
Locked