LMMS compiled from Git cannot find ZynAddSubFX

Having trouble with LMMS? Ask about it here.
I'm using Ubuntu 15.04.
When I try to open the ZynAddSubFX GUI, LMMS freezes and I get this error:

Code: Select all

lmms/build/plugins/RemoteZynAddSubFx: error while loading shared libraries: libZynAddSubFxCore.so: cannot open shared object file: No such file or directory
libZynAddSubFxCore.so is in the plugins/ directory.
I'm using the current LMMS version from Github that I compiled myself.

Commit 0196a67 looks like it should have fixed it, but it didn't.
Unfortunately, the Xorg crashing is a known bug, and its an issue with Xorg itself. I made an upstream bug report, but it expired. You can read about that here:

https://github.com/LMMS/lmms/issues/2100

https://github.com/LMMS/lmms/issues/2701

And about the shared library issues, I can't help with that, and jasp00 has been working on that on github, so I'd suggest you chime in on this issue: https://github.com/LMMS/lmms/pull/2748
umcaruje wrote:Unfortunately, the Xorg crashing is a known bug, and its an issue with Xorg itself. I made an upstream bug report, but it expired. You can read about that here:

https://github.com/LMMS/lmms/issues/2100

https://github.com/LMMS/lmms/issues/2701

And about the shared library issues, I can't help with that, and jasp00 has been working on that on github, so I'd suggest you chime in on this issue: https://github.com/LMMS/lmms/pull/2748
Yeah, I upgraded X to 1.17.2 and it works now.
I'll look into the shared library thing.