gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 32 forks source link

HOT! GRC can't open file, missing schema #56

Closed gnieboer closed 3 years ago

gnieboer commented 3 years ago

GRC is not finding the FileChooser schema and so is not able to open the file chooser dialog. The required schema is in Share/Glib-2.0\schemas as expected, but unclear why it's not being found by GRC.

See: https://www.github.com/gnuradio/gnuradio/issues/#4119

Pulling the installer now as it's pretty much unusable this way.

gnieboer commented 3 years ago

The issue is multiple schemas were merged into share/glib-2.0/schemas/, with each pre-compiled, but when combined only one compiled file is left. So the schemas need to recompiled after combining.

New installer being packaged and will be posted shortly!

gnieboer commented 3 years ago

New installer posted. If you are having this issue you downloaded the installer prior to this quick fix, just re-download the new one. This got through my (limited) testing since my GRC starts with my test flowgraphs already open.