RIFE not loading - 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: RIFE not loading (/thread-3354.html) Pages:
1
2
|
RIFE not loading - annael - 16.08.2023 I'm trying to use RIFE for frame interpolation and I can't get it to load. The error in vsedit is: vapoursynth.Error: Failed to load C:/Program Files/Hybrid/64bit/vsfilters/FrameFilter/RIFE/librife.dll. GetLastError() returned 1114. Am I missing some library that I need to install? Windows 10 64-bit with Nvidia K6000. Latest Hybrid installer. Thanks! here's the generated script, if useful: # Imports RE: RIFE not loading - Selur - 17.08.2023 Failed to load, usually happens if a dependency is missing, the file is corrupt for some reason, or an anti virus or similar tool is interfering. If you use https://github.com/lucasg/Dependencies and load the 'librife.dll' does it show any issues? Do you have the latest NVIDIA drivers installed? To be sure we use the same files, I send you a link to my current dev version via PM, try whether that one works. Cu Selur RE: RIFE not loading - annael - 18.08.2023 Dependencies doesn't show anything missing. I tried on another PC with a clean Win 10 64bit, latest Nvidia driver that I could install (474.30 - it's an older GTX 680), same error. I also tried your dev version. It's the same. I've attached a debug output log, in case it helps. RE: RIFE not loading - Selur - 18.08.2023 Probably the same issue. Vapoursynth Preview should show an error message. Quote:If you use https://github.com/lucasg/Dependencies and load the 'librife.dll' does it show any issues?? Cu Selur RE: RIFE not loading - annael - 18.08.2023 The Dependencies program does not show anything missing. Actually, on my clean install of Win 10, it did show that I was missing MSVCP140.DLL and a few other related .dlls. I installed "Microsoft Visual C++ Redistributable Packages for Visual Studio 2015" and after that everything's fine. Thanks RE: RIFE not loading - Selur - 19.08.2023 Really strange, if something like the cuda calculation level wasn't high enough, I would have expected something else. The 680 is probably too old, but the K6000 should be (slow, but) fine to use. This sounds like Vapoursynth itself has an issue loading the dll. Do you have Vapoursynth installed on your system? (Hybrid comes with a portable version.) If you have a virus scanner aside from Windows Defender try disabling it or set some exception for the whole Hybrid folder. Cu Selur RE: RIFE not loading - annael - 24.08.2023 I do have Vapoursynth R63 installed. I just read that the K6000 is a Kepler card, just like the 680. Maybe it's too old? I'm going to try HolyWu's vs-rife and see if that's working. Thanks RE: RIFE not loading - Selur - 24.08.2023 Try deinstalling Vapoursynth. A local Vapoursynth installation might mess with Hybrids portable Vapoursynth, since Vapoursynth does not have an option to stop autoloading. (requested it a few times from the Vapoursynth devs, which confirmed that it's possible, but not supported atm.) Since RIFE did work with my old 1070ti before I switched to my current card, I would suspect that K6000 should work too, but HolyWu probably answer this for sure. Cu Selur RE: RIFE not loading - annael - 29.08.2023 Hello, Uinstalling Vapoursynth did not fix the issue. Which RIFE plugin is used in Hybrid? I thought it was HolyWu's looking on the github of the project I'm no longer sure. Btw, this RIFE plugins works fine on my systems (it's Vulkan-NCNN based so I guess it's more compatible): https://github.com/HomeOfVapourSynthEvolution/VapourSynth-RIFE-ncnn-Vulkan RE: RIFE not loading - Selur - 29.08.2023 Hybrid atm. uses: https://github.com/styler00dollar/VapourSynth-RIFE-ncnn-Vulkan since the HolyWu hasn't updated his version for quite some time. Cu Selur |