wolf-plugins / wolf-shaper

Waveshaper plugin with a spline-based graph editor (LV2, VST, and CLAP)
https://wolf-plugins.github.io/wolf-shaper/
GNU General Public License v3.0
221 stars 20 forks source link

UI not showing up on some systems? #81

Closed pdesaulniers closed 6 years ago

unfa commented 6 years ago

Standalone works fine, in Ardour 5.12 I have a black window though: image Same in Carla: image

Related?

pdesaulniers commented 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.

pdesaulniers commented 6 years ago

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 :)

unfa commented 6 years ago

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]

pdesaulniers commented 6 years ago

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.

unfa commented 6 years ago

Ok, all I did to update was git pull and compiled again. I'm gonna do it again and report back.

unfa commented 6 years ago

I had to delete the local git repo and reclone it, but it works fine now!

image (pardon me the screen tearing n that screenshot)

pdesaulniers commented 6 years ago

Sweet! Closing this, thanks.