dhemery / DHE-Modules

VCV rack modules from Dale Emery
MIT License
33 stars 2 forks source link

Failed to load SVG #10

Closed titos-carrasco closed 5 years ago

titos-carrasco commented 6 years ago

Failed to load SVG ./plugins/DHE-Modules/res/booster-stage/button-light-on.svg on Linux Debian (testing) with JackD

Copying gui/res to DHE-Modules solve the problem

Saludos RCR

573 commented 6 years ago

Confirm. cp -R build/Rack/plugins/DHE-Modules/gui/res/ build/Rack/plugins/DHE-Modules/ copied res folder to the plugin.so file's location, SVG loading then worked.

dhemery commented 6 years ago

I would like a little more information if you have it:

If you're using a release that you got via the plugin manager, what version of DHE-Modules causes this failure?

If you're building DHE-Modules yourself, what commit are you building?

Does the current version (v0.6.1, commit a42343130322e652bd3f356287afd24ba534a652) fail in a similar way?

titos-carrasco commented 6 years ago

Same problem...

image

dhemery commented 6 years ago

Puzzling. This does not happen when I build it myself (on Ubuntu).

Does this happen with other DHE-Modules, or only Booster Stage?

Can you attach a zip file of the contents of the plugin as you got it from the plugin manager?