SVModular / SynthKit

Synth Kit for VCV Rack
Creative Commons Zero v1.0 Universal
33 stars 5 forks source link

missing SVGs #10

Closed davephillips closed 6 years ago

davephillips commented 6 years ago

Linux Fedora 23 Rack 0.6.n (from source)

Just a note to observe that the missing files are in SynthKit/deps/rack-components/res/. Copying them to the indicated paths corrected the issue.

[9.625 info src/window.cpp:694] Loaded SVG ./plugins/SynthKit/res/Seq8.svg [9.625 warn src/window.cpp:697] Failed to load SVG ./plugins/SynthKit/res/JLHHexScrew.svg [9.625 warn src/window.cpp:697] Failed to load SVG ./plugins/SynthKit/res/JackSmallLight.svg [9.625 warn src/window.cpp:697] Failed to load SVG ./plugins/SynthKit/res/JackSmallDark.svg [9.625 info src/window.cpp:694] Loaded SVG ./plugins/SynthKit/res/Knob19.svg [15.174 info src/app/RackWidget.cpp:128] Saving patch ./autosave.vcv [15.174 info src/settings.cpp:158] Saving settings ./settings.json [29.841 info src/window.cpp:694] Loaded SVG ./plugins/SynthKit/res/PrimeClockDivider.svg [29.841 warn src/window.cpp:697] Failed to load SVG ./plugins/SynthKit/res/JLHHexScrew.svg [29.842 warn src/window.cpp:697] Failed to load SVG ./plugins/SynthKit/res/JackSmallLight.svg [29.842 warn src/window.cpp:697] Failed to load SVG ./plugins/SynthKit/res/JackSmallDark.svg

JerrySievert commented 6 years ago

you need to make dist and use the distribution version - the rack build system doesn't seem to work well with dependencies - I look forward to this being fixed, since I like to share code and resources between projects.