Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when building when windows.wt does not exist in the file #1281

Closed
tank-trax opened this issue Nov 10, 2019 · 1 comment · Fixed by #1327
Closed

Error when building when windows.wt does not exist in the file #1281

tank-trax opened this issue Nov 10, 2019 · 1 comment · Fixed by #1327
Labels
Linux Issues which only occur on Linux

Comments

@tank-trax
Copy link
Collaborator

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

load win wt

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

@baconpaul baconpaul added this to the 1.6.4 milestone Nov 10, 2019
@baconpaul baconpaul added the Linux Issues which only occur on Linux label Nov 10, 2019
@baconpaul
Copy link
Collaborator

Oh thanks yeah that’s easy to fix

baconpaul added a commit to baconpaul/surge that referenced this issue Nov 21, 2019
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 surge-synthesizer#1281
baconpaul added a commit that referenced this issue Nov 21, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linux Issues which only occur on Linux
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants