我试着安装和使用Ableton 9.6。使用PlayOnLinux时,即使安装顺利,每次我尝试启动它时,它都会崩溃,并显示以下错误:
Error in main. Ableton 9 Suite is crashed.以下是试图运行日志时的一些信息:
[08/30/16 19:56:36] - Running wine- Ableton Live 9 Suite.exe (Working directory : /home/esturoy/.PlayOnLinux/wineprefix/Ableton/drive_c/users/Public/Application Data/Ableton/Live 9 Suite/Program)
err:module:import_dll Library mfc120u.dll (which is needed by L"C:\\users\\Public\\Application Data\\Ableton\\Live 9 Suite\\Program\\Ableton Live 9 Suite.exe") not found
err:module:import_dll Library MSVCR120.dll (which is needed by L"C:\\users\\Public\\Application Data\\Ableton\\Live 9 Suite\\Program\\Ableton Live 9 Suite.exe") not found
err:module:import_dll Library MSVCP120.dll (which is needed by L"C:\\users\\Public\\Application Data\\Ableton\\Live 9 Suite\\Program\\Ableton Live 9 Suite.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\users\\Public\\Application Data\\Ableton\\Live 9 Suite\\Program\\Ableton Live 9 Suite.exe" failed, status c0000135Ableton是我使用Windows的唯一原因。任何建议我都会感激的。谢谢!
发布于 2016-08-30 20:41:13
看起来你缺少了一些必需的支持库,一个快速的谷歌搜索显示它们来自VCRuntime2013。你可以试试:
在PlayOnLinux中打开Ableton安装的配置器,转到"installed components",然后安装vcrun2013组件。
免责声明:这可能会完全破坏您为您的Ableton安装创建的虚拟驱动器,并要求您从头开始,但由于它不起作用,我想值得一试。
https://askubuntu.com/questions/818787
复制相似问题