Failed to Load Plugin

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
helik4888
Joined: Sat Sep 16, 2006 2:19 pm
Location: Minnesota, USA
Org Profile

Failed to Load Plugin

Post by helik4888 » Thu Jan 17, 2008 4:04 pm

I'm trying to import some footage (.VOB file) and a Avisynth (v 2.5) Script into virtualdub (v 1.7.7). and whenever i try i get this message.

Avisynth open failure:
Load Plugin: <insert> [E:\LE_foot\LE.avs, line 2]

I was wondering what was wrong with what i have?

this is my .Avs File

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomd521.dll")
MPEG2Source("E:\LE_foot\ep1.d2v", idct=5, CPU=4, ipp=true)
Telecide(order=0, guide=1, post=4)
Decimate(quality=3)

BTW I'm using Last Exile (First Move) for the DVD im trying to rip from

User avatar
helik4888
Joined: Sat Sep 16, 2006 2:19 pm
Location: Minnesota, USA
Org Profile

Post by helik4888 » Thu Jan 17, 2008 4:05 pm

oops its supposed to be <Insert>

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Post by BasharOfTheAges » Thu Jan 17, 2008 5:29 pm

If your using the stuff provided in the new AMVapp, you don't need to load any plugins for most things in avisynth. Those lines aren't needed.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

User avatar
helik4888
Joined: Sat Sep 16, 2006 2:19 pm
Location: Minnesota, USA
Org Profile

Post by helik4888 » Thu Jan 17, 2008 6:04 pm

hmm i removed those lines but i still got the same error message. hmm think that i need to change the location of the files? i know it probably doesn't matter but just making sure.

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Post by BasharOfTheAges » Thu Jan 17, 2008 6:22 pm

You only need to provide the correct path and filename of your d2v file.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Thu Jan 17, 2008 8:55 pm

it's decomb521.dll, not decomd521.dll

and it should autoload as Bashar mentioned.

and when you delete those two lines, does it give you the same exact error message?
what program did you use to index your .vobs?
Image
Image

User avatar
helik4888
Joined: Sat Sep 16, 2006 2:19 pm
Location: Minnesota, USA
Org Profile

Post by helik4888 » Sat Jan 19, 2008 1:18 pm

yeah it was just that spelling mistake. dammit i feel so dumb for that. a fresh pair of eyes was all i needed.

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Post by BasharOfTheAges » Sat Jan 19, 2008 2:49 pm

helik4888 wrote:yeah it was just that spelling mistake. dammit i feel so dumb for that. a fresh pair of eyes was all i needed.
helik4888 wrote:hmm i removed those lines but i still got the same error message.
Uh... Wut?
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Sat Jan 19, 2008 9:45 pm

BasharOfTheAges wrote:
helik4888 wrote:yeah it was just that spelling mistake. dammit i feel so dumb for that. a fresh pair of eyes was all i needed.
helik4888 wrote:hmm i removed those lines but i still got the same error message.
Uh... Wut?
Actually, sometimes plugins - even when placed in the plugins folder - won't autoload. I think Decomb sometimes falls prey to that, and maybe even MPEG2Dec3 does. I seem to remember reading such things before (and the whole issue of that 'trickyloaders' folder).

There have also been times that having too many plugins in there force none to be loaded at all or for AviSynth to crash completely - this happened to me, just using the default lineup from one of the AMVapps (don't know if it was v1 or v2). Hence one of the reasons I've actually sworn off using the thing and updating plugins, that folder, and the programs therein manually.

I'll just be happy when the 3.0 beta leaves the beta stage and replaces the main one, even if I don't have current or future plans to use it. Then maybe the amount of Decomb and DVD2AVI-related problems will finally drop off. Or maybe that would happen simply by killing off VicBond's guide once and for all. :?

Locked

Return to “AviSynth Help”