-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to autoload plugin #1
Comments
My test is normal. Please provide more details and I will try to reproduce. |
I reproduced this problem on VapourSynth R59. It seems that some plugins have problems loading on new version VapourSynth. I need some time to figure it out. Maybe you can try VapourSynth R57. I test on this version. |
Just to confirm that I've had the exact same issue. |
same issue. CPU: AMD Ryzen 5 3600 files:
I tried to move plugin dll file and models to a new document, and load by core.std.LoadPlugin(). it can't work. |
Thanks for your test. I will try to figure out the changes caused by the update of the version and API of VapourSynth. |
To be honest, this project depends on the upstream project (realcugan-ncnn-vulkan). I don't know if I have the ability to port RealBasicVSR from Python to VapourSynth-ncnn. |
No prob. Thanks for taking a look at it though! |
@dexzopiclone |
Any update? Still got the same problem on R57 and R61, both on LInux and on Windows |
r1 depend on vcomp140.dll, r2 depend on vcomp140d.dll. Program build on debug config. Causing it to be unusable for users who do not have Visual Studio Build Tools installed. |
can not find this plugin when using
core.plugins()
srmd works fine in same situation
The text was updated successfully, but these errors were encountered: