View Single Post
Old 27th September 2019, 13:32   #1698  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,914
Quote:
Originally Posted by r0lZ View Post
There was a little bug in my code, but that bug should not have any impact, except on some warning messages.
Confirmed but without operative problems.

Quote:
So, it seems that AVSVersion32.exe does its job correctly, and if it doesn't recognise your installation, it's probably because it has been installed manually and that something is missing or wrong.
Yes, for that I request AVSMeter avsinfo, than can detect installation problems.

Install AviSynth (on W 64 bits) manually have two passes:

1) Copy avisynth.dll (and devil.dll) in the appropiate system folder
- the 64 bit version in %WINDIR%\System32
- the 32 bit version in %WINDIR%\SysWow64

2) Add/modify some windows registry keys.
to see the detail please read setavs.bat from Universal Avisynth Installer

If you run setavs.bat the installed versions are show and eleven options are presented. Here are the options and the AvsInfo32/64 output after executed each option:

Code:
Installed Avisynth version(s):

32 Bit:  AviSynth+ 0.1 (r2772, MT, i386) (0.1.0.0)
64 Bit:  AviSynth+ 0.1 (r2772, MT, x86_64) (0.1.0.0)

Select the Avisynth version you want to install (or uninstall):
setavs options                                           AVSVersion32/64 output
-------------------------------------------------------- ------------------------------------------------------------------------
1 = Avisynth     2.5.8 (official release)                32 Bit:  Avisynth 2.5.8.5
2 = Avisynth     2.6.0 (official release)                32 Bit:  AviSynth 2.60, build:Mar 31 2015 [16:38:54] (2.6.0.6)
3 = Avisynth     2.6.0 (built with Intel C/C++ compiler) 32 Bit:  AviSynth 2.60 (ICL10) (2.6.0.6)
4 = Avisynth     2.6.1 (Alpha)                           32 Bit:  AviSynth 2.61, build:May 17 2016 [16:06:18] VC2008Exp (2.6.1.0)
5 = Avisynth     2.6.0 (SEt's multi-threaded build)      32 Bit:  AviSynth 2.60, build:Feb 20 2015 [03:16:45] (2.6.0.5)
6 = Avisynth+    0.1.0 (x86, r2772)                      32 Bit:  AviSynth+ 0.1 (r2772, MT, i386) (0.1.0.0)
7 = Avisynth+    0.1.0 (x64, r2772)                      64 Bit:  AviSynth+ 0.1 (r2772, MT, x86_64) (0.1.0.0)
8 = Avisynth Neo 0.1.0 (x86, r2822)                      32 Bit:  AviSynth Neo 0.1 (r2822, Neo, i386) (0.1.0.0)
9 = Avisynth Neo 0.1.0 (x64, r2822)                      64 Bit:  AviSynth Neo 0.1 (r2822, Neo, x86_64) (0.1.0.0)

10 = Uninstall Avisynth x86                              32 Bit:  n/a
11 = Uninstall Avisynth x64                              64 Bit:  n/a
All versions must run with BD3D2MK3D.

Note: the setavs.bat from Universal Avisynth Installer must be configured to define the autoload plugin directory of each version, but is not important for BD3D2MK3D because all plugins are loaded explicitely.
__________________
BeHappy, AviSynth audio transcoder.

Last edited by tebasuna51; 27th September 2019 at 13:35.
tebasuna51 is offline