GUI on Linux broken. - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: GUI on Linux broken. (/thread-1562.html) |
GUI on Linux broken. - Wisperer - 15.10.2020 I attempted to try the latest Release of Hybrid as I had a few features added I was interested in trying out for my DVD encoding. However the QT GUI is half broken whenever I try to use it. Previous versions worked fine however. OS: Arch Linux X86_64 Desktop: Cinnamon QT5 Version: 5.15.1-1 Step one: Grab the latest 64 Bit Linux hybrid release and unzip it. Step two: Go into the folder and launch Hybrid. Step Three: Wait for Hybrid to load up and the GUI is mangled. Here is a picture Note the last 3 tabs do not work at all. I included the output log as well. It's not a full debug log as I don't know how to turn that on without the GUI. RE: GUI on Linux broken. - Selur - 15.10.2020 Another user reported the same issue with xfc as Window Manager. Atm. I have no clue what is causing this, since I didn't really change anything that should have this effect, but it looks like the NVEncC tabs are somehow added to the gui,.. -> does this also happen if you use a misc.ini (see: *hidden* Hybrid options,... with: [general] Cu Selur Ps.: I also added a version which by default ignores NVEncC, please also try this version. RE: GUI on Linux broken. - Wisperer - 16.10.2020 adding [general] That said your attempt at a fixed binary broke something else. output with the new binary. no file '/home/fletcher/Downloads/hybrid/misc.ini' found,.. Now I just need to get it to find my Vapoursynth install and we'll be golden. RE: GUI on Linux broken. - Selur - 16.10.2020 Regarding building and installing Vapoursynth and plugins, take a look at: https://github.com/Selur/HybridDeploy and https://github.com/Selur/hybrid-vapoursynth-addon Regarding telling Hybrid where to find a pre-installed Vapoursynth look at the hidden options thread. ---- About the binary, only thing I changed with the build process is that I added an additional 'strip Hybrid' to the build process, which should not have broken anything. I assume you did not use the package since you are on Arch Linux, but the binary only. -> I attached a new build where I did not strip the binary, does that one startup properly for you. (both start fine on my Ubuntu Linux systems) Cu Selur RE: GUI on Linux broken. - Wisperer - 16.10.2020 That fixed it it seems. At least know we know why it broke, even if we don't know why it was fixed lol. Thank you. And I'll look into it finding my existing VS install. I had to fiddle with it before to get it to work, so it seems that old way no longer works for some reason. I'll look into it and let you know though. RE: GUI on Linux broken. - Selur - 16.10.2020 You might need to specify: a. vapoursynth=true to enable Vapoursynth support b. vsScriptPath=path_to_script_folder (Hybrid will probably not use them buy only check if they exist) c. vsPluginsPath=path_to_plugins_folder (Hybrid will probably not use them buy only check if they exist) in your misc.ini Cu Selur Ps.: If there are some default Vapoursynth installation paths, I can probably add those to the autodetect option RE: GUI on Linux broken. - Wisperer - 18.10.2020 Okay after a couple of days of digging it seems the issues is that Hybrid is looking for the VS plugins folder before loading in Vapoursynth. Even with vapoursynth=true it still looks for the vsplugin path. if it doesn't find it it will ignore the misc.ini setting. I found that using the addon compiling script creates a .config file in /home/User/.config/vapoursynth/ that overrides my system settings. Deleting that and setting vsPluginsPath=Path/to/plugins in misc.ini fixes the issue. I put the vs plugins in the .hybrid folder just so I can find it easy. RE: GUI on Linux broken. - Selur - 19.10.2020 Nice, happy you figured it out. Cu Selur |