I'm doing an install of AviSynth on a brand new computer with a new install of windows and I can't figure out what I'm doing wrong. I'm using Windows 7 Ultimate 64-bit.
I think it's files that go into the system32 or SysWOW64 folders I'm missing?? These exact same files I have setup on two other computers and they work perfectly fine.
I installed Avisynth 2.6 and VirtualDub 1.10.4 and copied all my DLL folder and plugins folder over so everything is the same but the extra files you put in those folders mentioned above?
Anyways here is the script (I preload all plugins) and error message attached:
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\DirectShowSource.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\AddGrainC.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\Average.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\mt_masktools-26.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\mvtools2.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\masktools2.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\dfttest.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\EEDI2.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\eedi3.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\FFT3DFilter.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\SSE2Tools.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\RemoveGrainSSE2.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\nnedi2.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\nnedi.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\nnedi3.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\RemoveDirt.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\RemoveDirtS.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\RemoveDirtSSE2.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\TCPDeliver.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\TDeint.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\VerticalCleanerSSE2.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\GRunT.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\RepairSSE2.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\DePan.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\DePanEstimate.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\dlls\TIVTC.dll")
Many thanks!
+ Reply to Thread
Results 1 to 9 of 9
-
-
Often Visual C++ run-time packages are needed. See e.g. http://avisynth.nl/index.php/Eedi3 (under "requirements").
-
Start first with a minimal script (generate black & overlay iinfo) using NO plugins.
Then, one by one add those plugins back in (and change script to use a feature of each) to see which ones' dependencies could have had issue.
Then create your script to match your job, with ONLY including those plugins NECESSARY to complete that job.
Minimal = less muddy waters = easier to troubleshoot = more successful.
Scott -
Groucho2004Guest
-
Current eedi3 requires http://www.microsoft.com/en-us/download/details.aspx?id=40784
http://avisynth.nl/index.php/Eedi3
But it looks like you have that. If you're not using eedi3 just comment out that line and see how far your get. -
-
-
SSE2Tools requires MSVCR71.DLL. Not sure which VC runtime includes that.
Regarding AVSMeter: just run it from a batch file:
Code:"G:\Program Files\AvsMeter190\AvsMeter.exe" %1 Pause
Last edited by jagabo; 7th Dec 2016 at 08:58.
Similar Threads
-
L-SMASH for Avisynth Install - Help Please
By SameSelf in forum Video ConversionReplies: 14Last Post: 30th Apr 2016, 13:12 -
AviSynth:can't get ffvideosource to work.
By sambat in forum EditingReplies: 5Last Post: 11th Nov 2015, 08:15 -
Can't get RemoveSpots to work with Avisynth
By VideoFanatic in forum RestorationReplies: 8Last Post: 21st Aug 2012, 08:09 -
64-Bit AVISynth wont install
By killerteengohan in forum EditingReplies: 1Last Post: 10th Mar 2012, 22:55 -
Unable to install avisynth: Error opening file for writing
By ximon in forum Newbie / General discussionsReplies: 3Last Post: 12th Dec 2011, 17:52