Log in

View Full Version : Avisynth error message help please


sajg91
11th July 2022, 18:25
Hi, Would anyone know what is missing from my library re: error message? I've sent the script as a text document but it is usually saved as an .avs Thanks.

StainlessS
12th July 2022, 13:18
Post on Postimage.org, attachments can take forever.

PostImage.org allows anonymous upload, but also easy to make account.
Below, HotLink for forum, and then Thumbnail for forum below [EDIT: above] that.

https://i.postimg.cc/y6nn9NCr/Post-Image.jpg (https://postimages.org/)

https://i.postimg.cc/hhz9Rcj9/Post-Image.jpg (https://postimg.cc/hhz9Rcj9)

Or just present the error message as text.

EDIT: Also see, "How To Upload Pictures":- https://forum.doom9.org/showthread.php?t=183538

sajg91
12th July 2022, 17:51
Thank you StainlessS for your reply. I've typed in text form the VirtualDub Error message. Just thought I'd mention I'm using Windows 7.

Virtualdub Error

Avisynth open failure:
LoadPlugin:unable to load
"C:\Users\Desktop\Avisynth_plugin_dir\NNEDI3_v0_9_4_60\x86\Release_W7\nnedi3.dll" ,Module not found, Install missing library?
(C:\Users\Dell\Desktop\seven script.avs, line 18)

Arx1meD
12th July 2022, 19:15
This means Avisynth cannot find the NNEDI3.DLL file in the folder you specified. Make sure that you have indicated the right path to the NNEDI3.DLL file.

StainlessS
13th July 2022, 10:04
Module not found, Install missing library?
Dependency_Walker shows NNEDI3.DLL requirement of VcRuntime140_1.dll, from Microsoft Visual C++ 2015 - 2019 Redistributable.
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

Dependency Walker 2.2 :- https://www.dependencywalker.com/

sajg91
13th July 2022, 17:58
Thanks StainlessS & Arx1meD for your replies. I will read the microsoft document and download Dependency Walker 2.2
I seem to be making a real poor fist of Avisynth scripting, it not for the want of trying or reading. I'm guessing everyone has these same issues. Thanks.

StainlessS
13th July 2022, 18:46
The 1st link above lists and has download links for all MS Visual Studio Redistributable Runtimes, 2005, 2008, 2010, 2012, 2013, and
multi version 2015, 2017, 2019, and 2022.

Alternative repackaged All In One (both x86 and x64) download by Abbodi1406 [install the lot in one small package, 27MB, updated 23 days ago]:- https://github.com/abbodi1406/vcredist/releases
[It is possible that you need the other runtimes too, so might as well install the lot]

sajg91
14th July 2022, 17:29
Thank you stainlessS for the info. It's my weekend project, I'm hoping to finally get a script working. I will let you know how I get on.

sajg91
16th July 2022, 12:21
StainlessS you are a genius! it worked. I've struggled with this for weeks. A Big Thank you.