Closed pdesaulniers closed 6 years ago
Related: https://github.com/DISTRHO/ProM/issues/1
I'm pretty sure that it shouldn't happen, though. You're not the only one who has this issue.
I get the same issue when running the plugin using optirun, else the UI shows up.
I might have fixed this for now... Although that fix makes the UI feel very slow in Ardour.
Can you try it? Make sure you run git submodule update
after pulling :)
I've updated form Git master and tried again, same behavior.
I've run Ardour in GDB and adding "Wolf Shaper" LV2 plugin shows this output on GDB:
[New Thread 0x7fff21d49700 (LWP 4251)] WARNING: this host does not send sample-rate information for LV2 UIs, using 44100 as fallback (this could be wrong) Can't load 'wolf-shaper.conf', using defaults [New Thread 0x7fffbedc0700 (LWP 4256)] [Thread 0x7fffbedc0700 (LWP 4256) exited]
How did you update from git? What's the output of git status
? (in the wolf-shaper folder)
If it says "new commits", you need to run git submodule update
:)
EDIT: FWIW, some other people tested it and told me the issue is fixed.
Ok, all I did to update was git pull
and compiled again. I'm gonna do it again and report back.
I had to delete the local git repo and reclone it, but it works fine now!
(pardon me the screen tearing n that screenshot)
Sweet! Closing this, thanks.
Standalone works fine, in Ardour 5.12 I have a black window though: Same in Carla:
Related?