![]() |
|
[BUG] CAS plugin not properly loaded in Hybrid 2026.07.23 - 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: [BUG] CAS plugin not properly loaded in Hybrid 2026.07.23 (/thread-4454.html) |
CAS plugin not properly loaded in Hybrid 2026.07.23 - Dan64 - 24.07.2026 I'm using Hybrid 2026.07.23 and when I add the CAS plugin, the following code is generated # loading plugins
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/fmtconv.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/cas.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/LSMASHSource.dll")so far it's fine, but if I add other filters like LSFmod, the code generated is the following # loading plugins
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/fmtconv.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/zsmooth/zsmooth.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/vsfilters/SharpenFilter/CAS/CAS.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/akarin/libakarin.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/cas.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/LSMASHSource.dll")As you can see, this time the CAS plugin is loaded twice from different folders, which prevents the script from working properly. Dan RE: CAS plugin not properly loaded in Hybrid 2026.07.23 - Selur - 24.07.2026 I see the problem. Do you get the issue with other filter other than LSFMod too? RE: CAS plugin not properly loaded in Hybrid 2026.07.23 - Selur - 24.07.2026 Uploaded a new dev which should fix it. Cu Selur RE: CAS plugin not properly loaded in Hybrid 2026.07.23 - Dan64 - 24.07.2026 Issue fixed Thanks, Dan RE: CAS plugin not properly loaded in Hybrid 2026.07.23 - Selur - 24.07.2026 Those are the models of SwinSR,... They are all here,...Can't reproduce this here at all. My guess is somewhere the index <> control got mixed up, those are the controls of RealSR too, not from RealSR. I suspect, this does not happen if both torch and vsmlrt add-ons are installed, which is why I didn't notice it. => I will look at it. ahh,.. try resetting your defaults, if you use some profile load and resave it. This happens, since the Waifu resizers were removed, but your model still lists them as options. Cu Selur RE: CAS plugin not properly loaded in Hybrid 2026.07.23 - Dan64 - 25.07.2026 The problem regarding resizer was solved. I had to delete my default settings file and save all the defaults. Dan |