Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 24th July 2014, 16:39   #1  |  Link
papcom
Registered User
 
Join Date: Feb 2002
Location: Southwest Germany
Posts: 169
Plugins cannot be loaded anymore

I have the problem that my plugins are not anymore loaded when I run a script., which worked perfectly yesterday.

The problem occured after I made a re- install of avisynth 2.5.8, although all the Plugins DLLs are there and the plugins Sources are there, and the pathes are the same as they were before.

(I did first a correct de-install of avisynth, restarted the PC and mad the new install of 2.5.8)

Can anyone help me?
__________________
Lenovo Intel i7Quad/WIN8 - Virtual Dub 1.10.4/Avisinth 2.6MT- MacMini I7 QuadCore
papcom is offline   Reply With Quote
Old 24th July 2014, 16:45   #2  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Was previous install v2.6 Avisynth ?
2.6 plugins dont work in 2.58.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 24th July 2014, 16:54   #3  |  Link
videoh
Useful n00b
 
Join Date: Jul 2014
Posts: 1,667
clsid:

"You need to add the [VideoFred] plugin dir to %PATH% environment variable."

http://forum.doom9.org/archive/index.php/t-166492.html

You're getting thwarted by safe DLL loading.

Last edited by videoh; 24th July 2014 at 16:57.
videoh is offline   Reply With Quote
Old 24th July 2014, 17:58   #4  |  Link
papcom
Registered User
 
Join Date: Feb 2002
Location: Southwest Germany
Posts: 169
Quote:
Originally Posted by videoh View Post
clsid:"You need to add the [VideoFred] plugin dir to %PATH% environment variable."
.
thanks - I just installed AVS258 on a clean WIn7 PC and installed videofreds scripts and plugins and guess what : it works there.

The Explanation lies in the article you mentioned. Thank You ...I have to go through all of this in order to do the right Thing which keeps me on track also in the future.
__________________
Lenovo Intel i7Quad/WIN8 - Virtual Dub 1.10.4/Avisinth 2.6MT- MacMini I7 QuadCore
papcom is offline   Reply With Quote
Old 24th July 2014, 18:00   #5  |  Link
videoh
Useful n00b
 
Join Date: Jul 2014
Posts: 1,667
Maybe safe DLL loading is not enabled on the win7 machine.
videoh is offline   Reply With Quote
Old 24th July 2014, 20:35   #6  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
Verify Avisynth is using the correct plug-in folder. Check the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\AviSynth
Perhaps the re-install changed it.
raffriff42 is offline   Reply With Quote
Old 24th July 2014, 21:44   #7  |  Link
papcom
Registered User
 
Join Date: Feb 2002
Location: Southwest Germany
Posts: 169
Quote:
Originally Posted by raffriff42 View Post
Verify Avisynth is using the correct plug-in folder. Check the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\AviSynth
Perhaps the re-install changed it.
All is very strange:
  1. as written before, I have installed AVS258, VirtualDub1.10.4 and my videofred scripts, plugins and sources on a new WIN7 installation on a different PC. On this new installation everything works without any problems !
  2. On my usual PC I have both VirtualDUB 1.9.11 und 1.10.4 installed. Also I have AVS258 and my videofred scripts. On this machine the script only runs with VDUB1.9.11 BUT NOT with 1.10.4. --- I have to mention that on this PC I have FFMpegInputDriver Plugin installed with VDUB 1.10.4. probably this plugin is responsible for the problems with the AVS scripts.
  3. Also it is not possible at all to import ProRes MOVs with my AVS Scripts
  4. My goal is to be able to import MOV Files with ProRes422HQ into Vdub AND the AVS Scripts. I am able to open ProRes Movs in my VDub1.10.4 where the ffmpegplugin is installed , but I cannot openProRes files in my VDub1.9.11 where no ffmpeginputdrivers are present.
__________________
Lenovo Intel i7Quad/WIN8 - Virtual Dub 1.10.4/Avisinth 2.6MT- MacMini I7 QuadCore

Last edited by papcom; 24th July 2014 at 21:48.
papcom is offline   Reply With Quote
Old 24th July 2014, 21:53   #8  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
Quote:
Originally Posted by papcom View Post
I have the problem that my plugins are not anymore loaded when I run a script., which worked perfectly yesterday.

The problem occured after I made a re- install of avisynth 2.5.8, although all the Plugins DLLs are there and the plugins Sources are there, and the pathes are the same as they were before.

(I did first a correct de-install of avisynth, restarted the PC and mad the new install of 2.5.8)

Can anyone help me?
Let's not bring VirtualDub, VideoFred, ProRes or different PCs into this - let's concentrate on resolving the problem you stated in your original post.

Where are your plugins?
Where does Avisynth look for its plugins?

EDIT Can you post a simple example script with AviSource or DirectShowSource, that fails?

Last edited by raffriff42; 24th July 2014 at 21:56.
raffriff42 is offline   Reply With Quote
Old 24th July 2014, 23:24   #9  |  Link
papcom
Registered User
 
Join Date: Feb 2002
Location: Southwest Germany
Posts: 169
as I wrote before:

My Scripts run without Problems as long as I use a clean installed Virtual Dub1.x.x for the AVS Script.

I noticed after all, that my Problem had no direct relation to the avisynth Installation, but to something how DLL's are controlled and assigend in a Windows System. Thatz's why the path's of the plugins were not found anymore. (Probably the ffmpeginputdriver plugin of virtualdub is culprit.)

Actually I do not yet have a final Explanation to the problem

Read more regarding this problem here:

http://forum.doom9.org/archive/index.php/t-166492.html
__________________
Lenovo Intel i7Quad/WIN8 - Virtual Dub 1.10.4/Avisinth 2.6MT- MacMini I7 QuadCore

Last edited by papcom; 24th July 2014 at 23:31.
papcom is offline   Reply With Quote
Old 27th July 2014, 10:04   #10  |  Link
foxyshadis
ангел смерти
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Lost
Posts: 9,558
Your VirtualDub 1.10.4 is 64-bit. Get the 32-bit version.
foxyshadis is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:15.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.