Hey there,
Uninstalled multiple gamma preview versions this morning and installed the latest 6.7-0195-gbeba45077f-win-x64
. When opening, I had the corrupted theme thing again :
Had a look at the settings file in Documents\vvvv\gamma-preview
and found out the stylesheet is pointing to an absolute path, referring to a version I had just uninstalled :
<SETTING name="Stylesheet">
<VALUE>C:\Program Files\vvvv\vvvv_gamma_6.7-0181-gdf16f593e1-win-x64\Stylesheets\dark.css</VALUE>
</SETTING>
Indeed, I only have the following versions
Quick workaround :
- Go to the settings file (should be
Documents\vvvv\gamma(-preview)
) - Update the
Stylesheet
section so that it just points to the filename (dark.css
for instance)
- Save the file and restart vvvv
Thanks in advance!
Edit : updates workaround procedure, it’s enough to only point to the file name