Log in

View Full Version : Problem installing Avisynth plus 64bit


djesteban
22nd October 2017, 06:06
So I upgraded to windows 10 earlier this week, and I'm trying to install Avisynth+ 64 bit. I downloaded the latest version (r2508) and in the install instruction, they say to download the installer of v2294 and to install that before.

Here's what I did:
- Install v2294 with the installer selecting only x64 version.
- Copied the r2508 Avisynth.dll from x64 folder to the windows System32 folder

Still I can't get it to be detected by my system.

What am I missing? Is there something else I need to do so that it detect the x64 version.

I also tried to re-run the v2294 installer and install both 32 and 64, but now my system seems to only detect the 32bit version

Any help would be greatly appreciated.

Thanks

tebasuna51
22nd October 2017, 09:37
You can run AvsMeter (https://forum.doom9.org/showthread.php?t=174797):

AVSMeter64 -avsinfo -log
AVSMeter -avsinfo -log

to check your AviSynth installation, maybe there are some dependencies problem.

Also you can install/uninstall any AviSynth version using Avisynth Universal Installer (http://forum.doom9.org/showthread.php?t=172124)

Kisa_AG
23rd October 2017, 16:12
...
I also tried to re-run the v2294 installer and install both 32 and 64, but now my system seems to only detect the 32bit version...

I had the same problem with Avisynth+ x64 on Win10.
AVSMeter show VCRUNIME140.DLL missing.
I've installed VC++ 2015 redist (both x86 and x64) and the problem have gone.