You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is not critical but I thought I'd relay it
I generally build with the assets installed, but recently uninstalled the assets (presets and plugins) prior to building and during the build encountered this error in the terminal at this point in the build...
Creating target/lv2/Release/Surge.lv2
Linking surge-lv2
Running postbuild commands
python scripts/linux/generate-lv2-ttl.py target/lv2/Release/Surge.lv2/Surge.so
UserDataPath is /home/studio/Documents/Surge
Surge Error
Unable to load windows.wt
Unable to load '/usr/share/Surge//windows.wt'. This file is required for surge to operate properly. This occurs when Surge is mis-installed and shared resources are not in the os-specific shared directory, which on your OS is a directory called 'Surge' in /usr/share or ~/.local/share. Please install shared assets correctly and restart.
this pop-up also
and
(zenity:5766): Gtk-WARNING **: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version
(zenity:5766): Gtk-WARNING **: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version
(zenity:5766): Gtk-WARNING **: Theme parsing error: gtk.css:70:34: The style property GtkCheckButton:indicator-size is deprecated and shouldn't be used anymore. It will be removed in a future version
(zenity:5766): Gtk-WARNING **: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
after clicking OK the build continues and completes as it should
Build of surge-lv2 succeeded Build of surge-headless succeeded
The text was updated successfully, but these errors were encountered:
The LV2 creates a SurgeStorage; the error we added which
complains when windows.wt is missing is inappropriate in the
build so supress it the same way we do with the other loads
Closessurge-synthesizer#1281
The LV2 creates a SurgeStorage; the error we added which
complains when windows.wt is missing is inappropriate in the
build so supress it the same way we do with the other loads
Closes#1281
this is not critical but I thought I'd relay it
I generally build with the assets installed, but recently uninstalled the assets (presets and plugins) prior to building and during the build encountered this error in the terminal at this point in the build...
this pop-up also
and
after clicking OK the build continues and completes as it should
Build of surge-lv2 succeeded
Build of surge-headless succeeded
The text was updated successfully, but these errors were encountered: