Thread: Avisynth+
View Single Post
Old 27th December 2017, 11:05   #3824  |  Link
THEAST
Registered User
 
Join Date: Apr 2009
Posts: 76
Actually my initial observation was incorrect and it seems the problem is with the latest build of Avisynth+. My script is as follows:

Code:
LoadPlugin("*RELEVANT_PATH*\ffms2.dll")
FFVideoSource(*INPUT_FILE*, threads=1)
Spline36Resize(640,480)
QTGMC( Preset="Very Fast", InputType=2)
crop(4, 0, -4, 0)
Using build 2574, this script works fine with Avisynth x64, but with Avisynth x86, both VDub and AVSMeter x86 generate an illegal instruction error and MeGUI x86 crashes. If QTGMC is removed from the script, then all of them work.
Using build 2544, the script works with Avisynth x86 without any issues. I think there might be some incompatibility between the latest version of Avisynth+ in x86 mode and QTGMC (or of the filters it depends on).

The following is the output of AVSMeter x86 on my machine:
Code:
AVSMeter 2.7.0 (x86) - Copyright (c) 2012-2017, Groucho2004

VersionString:              AviSynth+ 0.1 (r2574, MT, i386)
VersionNumber:              2.60
File / Product version:     0.1.0.0 / 0.1.0.0
Interface Version:          6
Multi-threading support:    Yes
Avisynth.dll location:      C:\WINDOWS\SysWOW64\avisynth.dll
Avisynth.dll time stamp:    2017-12-19, 08:05:06 (UTC)
PluginDir2_5 (HKLM, x86):   C:\Program Files (x86)\AviSynth+\plugins
PluginDir+   (HKLM, x86):   C:\Program Files (x86)\AviSynth+\plugins+


[CPP 2.5 / 32 Bit Plugins]
C:\Program Files (x86)\AviSynth+\plugins\ChromaShift.dll  [2003-11-04]

[CPP 2.6 / 32 Bit Plugins]
C:\Program Files (x86)\AviSynth+\plugins+\ConvertStacked.dll  [2017-12-19]
C:\Program Files (x86)\AviSynth+\plugins+\DirectShowSource.dll  [2017-12-19]
C:\Program Files (x86)\AviSynth+\plugins+\ImageSeq.dll  [2017-12-19]
C:\Program Files (x86)\AviSynth+\plugins+\Shibatch.dll  [2017-12-19]
C:\Program Files (x86)\AviSynth+\plugins+\TimeStretch.dll  [2017-12-19]
C:\Program Files (x86)\AviSynth+\plugins+\VDubFilter.dll  [2017-12-19]
C:\Program Files (x86)\AviSynth+\plugins\aWarpSharp.dll  [2016-06-24]
C:\Program Files (x86)\AviSynth+\plugins\DePan.dll  [2.13.1.3]
C:\Program Files (x86)\AviSynth+\plugins\DePanEstimate.dll  [2.10.0.2]
C:\Program Files (x86)\AviSynth+\plugins\masktools2.dll  [2.2.10.0]
C:\Program Files (x86)\AviSynth+\plugins\mvtools2.dll  [2.7.24.0]
C:\Program Files (x86)\AviSynth+\plugins\nnedi3.dll  [0.9.4.48]
C:\Program Files (x86)\AviSynth+\plugins\RgTools.dll  [0.96.0.0]

[Scripts / AVSI]
C:\Program Files (x86)\AviSynth+\plugins+\colors_rgb.avsi  [2016-07-05]
C:\Program Files (x86)\AviSynth+\plugins\BlindDehalo3_MT2.avsi  [2006-03-22]
C:\Program Files (x86)\AviSynth+\plugins\EdgeCleaner.avsi  [2015-01-02]
C:\Program Files (x86)\AviSynth+\plugins\MtModes.avsi  [2017-12-24]
C:\Program Files (x86)\AviSynth+\plugins\QTGMC-3.357.avsi  [2017-04-02]
C:\Program Files (x86)\AviSynth+\plugins\SMDegrain_v3.1.2.93s.avsi  [2017-12-24]

[Uncategorized / Other]
C:\Program Files (x86)\AviSynth+\plugins+\colors_rgb.txt  [2016-07-05]
C:\Program Files (x86)\AviSynth+\plugins\chromashift.html  [2003-11-04]
C:\Program Files (x86)\AviSynth+\plugins\QTGMC-3.33.html  [2011-05-05]
Quote:
Originally Posted by LigH View Post
Which file manager do you use to copy files into the system directories? I hope they are not 32-bit executables. They "lie" to you, as the previous users explained. Trying to enter System32 or SysWOW64, you will probably end in the same directory when you use a file manager as 32-bit executable. Only a 64-bit file manager will have access to these directories separately (if started "as Administrator").
The standard windows explorer. I don't think it suffers from this issue.

Quote:
Originally Posted by real.finder View Post
yes, I see same problem when I enter by TeamViewer in my friend pc that use teracopy, remove the teracopy fix it, I was think it was teracopy bug or limit
That is a limitation/bug in Teracopy which has been confirmed and is on the roadmap to be possibly fixed in the next version:

Code:
http://bugs.codesector.com/view.php?id=63
P.S. I am using Windows 10 x64 and my processor is Intel i7-5820k.

Last edited by THEAST; 27th December 2017 at 11:12.
THEAST is offline