就像标题一样,LMMS来自OS,而LMMS则是从Github构建的。在编译期间,我没有收到任何错误报告,为Carla和VSTs提供了完整的repos。不过,终端机报告说:
michael@Selkie:~/opt/lmms/build$ ./lmms
qt5ct: using qt5ct plugin
Notice: could not set realtime priority.
qt5ct: palette support is disabled
qt5ct: custom style sheet is disabled
VST sync support disabled in your configuration
Segmentation fault (core dumped)同样的行为对股票LMMS。
michael@Selkie:~/opt/lmms/build$ lmms
Notice: could not set realtime priority.
Segmentation fault (core dumped)我不知道它为什么这么做。还有其他人遇到过类似的问题吗?我知道我以前在这台机器上用过。
我的操作系统是LinuxMint19.1,使用MatéDE。葡萄酒是3.6版;我知道,大约十年前,LMMS曾对此有过异议。
发布于 2020-01-22 00:51:30
找到了!很明显,我有一个损坏的LADSPA库(不用担心,也不用担心),它导致LMMS在启动时窒息。通过运行gdb并仔细查看bug源,我发现了这一点。我把它拿走了,问题就解决了。
有趣的是,我本以为奥迪会有一个类似的问题,而且它工作得很好。
https://unix.stackexchange.com/questions/563304
复制相似问题