update on new discoveries with Windows .exe problems
Installed version 9.7.3 clean install.
Program does not start up it returns a (very quick) error that it is missing a file at c:\Program Files\cabernet\data\config.ini
So I copied the existing config.ini from C:\windows\System32\config\systemprofile\Documents\cabernet to c:\Program Files\cabernet\data
once launched I could see that the path above (c:\Program Files\cabernet\data\config.ini) was indeed set in GUi for the config.ini, but not for other data as it was going to the normal data path C:\windows\System32\config\systemprofile\Documents\cabernet
So With the teminal that launched cabernet open on Windows Machine and from a remote machine I tried to make a change in GUI. When the program was launched as a user it does not have permission to write to the c:\Program Files\cabernet\data\config.ini location.
So I then tried to change the config.ini location which appeared to be "read only" and not changable in the GUI. That actually makes half-sense as this is the same file that probably stores file locations such as the config.ini itself.
So that is part of what I see as happening with the Windows version.
I went back to the Win version after seeing that on Raspberry Pi and the DTS/PTS resync setting was causing 100% CPU Usage on all four cores. (This problem has since resolved itself)
Now I have also tried to run the version straight from python3.10 (externally installed FFMPEG with path set) with an entirely different set of errors showing on console every time I try to launch a stream.
After I get the Win exe uninstalled I will continue that on a different post.