Log in

View Full Version : Avisynth Info Tool 1.1.3


Pages : 1 [2]

real.finder
2nd January 2021, 19:08
When I run version 112 after a fresh AVS+ install and setup of QTGMC, I get this:



I'm pretty sure I purged my previous AVS+ install, so I don't think it has to to do with that. Is this something that needs to be taken up with the plugin author or something else that needs to be suppressed in AVISynth Info Tool?

not a problem, see here https://forum.doom9.org/showpost.php?p=1920737&postcount=573

Groucho2004
31st March 2021, 18:52
v1.1.3
- Updated libcpuid to the latest version

kedautinh12
19th April 2021, 04:54
I seen ver 1.1.3 was detected by some antivirus software: https://www.virustotal.com/gui/file/eae2a492b11923117e6cfa96f48ffaa06c99c016272ce5fd57278a43f40067f0/relations

StainlessS
19th April 2021, 13:08
According to VirusTotal, 7 said bad, 60 said good.
Of the bad, 2 said suspicious, and 1 heuristic, both pretty much meaning suspicious, and 1 (Microsoft) said PUA; possibly unwanted app, ie system tool.
Its not uncommon on a system tool to have some AV making bad judgements.
Nothing at all to be alarmed about.

I once got a bunch of false +ve detections on a VB program that had 49 GUI buttons neatly arranged [7x7],
I moved one or two to make them not so ordered, and no detections at all, sad but there you go. :(

manono
18th July 2021, 02:32
Hi,

Trying to get a new computer configured for AviSynth and using the tool to check. I get this:

[Plugin errors/warnings]
________________________________________________________________________________

Function duplicates:

"DirectShowSource" : "[InternalFunction]"
"DirectShowSource" : "[PluginFunction]"
"TCPServer" : "[InternalFunction]"
"TCPServer" : "[PluginFunction]"
"TCPSource" : "[InternalFunction]"
"TCPSource" : "[PluginFunction]"

I have no idea what any of it means, if it's serious and preventing me from opening a number of scripts, and wondering if and how I can fix it.

Can the tool be run on individual scripts and, if so, how?

patul
18th July 2021, 04:01
@manono

I guess you are trying to install AVS 2.6 (not AVS+)? If so, those functions were internal functions, whereas in AVS+ they are now independent plugins (hence PluginFunction), why it is complaining about duplication, it is because your plugin dir is set to a folder whose AVS+ plugins in it (DirectShowSource.dll, TCPDeliver.dll). So in my opinion, you may want to remove (uninstall) AVS+ plugins (or simply move them to other folder).

kedautinh12
18th July 2021, 04:51
You need deleted plugin functions in your auto load folder. I think avs 2.5 will use InternalFunction itself don't need avs+ plugin

manono
18th July 2021, 07:17
Thank you both for the prompt responses. As far as I know, only AviSynth 2.6.0 has been installed.

There are the 2 DLLs mentioned as being in the 'C:\Program Files (x86)\AviSynth+\plugins\' folder, but I know nothing about that or why it's there. There's an 'Uninstall.cmd' in there which offers to uninstall AviSynth (not AviSynth +), but I don't want to do that.

Also, I don't autoload anything, but load and import all DLLs and functions into my scripts, most of which are premade templates I use in my projects.

What prompted me to install and use Groucho2004's AviSynth Info Tool was the trouble I was having getting RGTools to work, of all things. Maybe I needed to reboot after installing the Microsoft Visual C++ 2019 Redistributable Package it requires because it's working now. So, unless there's a reason to move or delete the duplicates, I'll leave well enough alone. Again, thanks to you both for taking the time to respond.

916Area52
25th November 2024, 02:37
Hello,
My first post here,
I found this and it gave me pause... Should I be concerned?
https://www.virustotal.com/gui/file/eae2a492b11923117e6cfa96f48ffaa06c99c016272ce5fd57278a43f40067f0

VoodooFX
25th November 2024, 04:15
Hello,
My first post here,
I found this and it gave me pause... Should I be concerned?


No, you shouldn't be.

916Area52
25th November 2024, 12:35
No, you shouldn't be.

Thank you much :-)