vdub/avisynth access violation

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
D4yvarc0
Joined: Sun Jul 27, 2008 5:55 am
Location: South Australia
Org Profile

vdub/avisynth access violation

Post by D4yvarc0 » Wed Jul 30, 2008 3:49 am

ok so just started getting into amv's and struck a wall i've been following one of the tutorials. i loaded codecs, dvd decryptor, avisynth and vituraldub wrote simple script 3 lines as follows

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
MPEG2Source("kaplar.d2v", cpu=4)

but when i open vdub and go open video file i get this error because i dont script or uknown factors

VirtualDub Error

Avisynth open failure:
Evaluate: System exception - Access Violation
(D:\mofo.avs, line3)

and thats it not being a fluent scriptor i am lost tried installing a few different versions of things googled it but it is proably such a simple mistake but i cant see the wood for the trees. any help would be greatfull

User avatar
The Origonal Head Hunter
The Propheteer
Joined: Sat Jul 16, 2005 12:21 am
Status: Hooked on a Feeling
Location: State of Denial
Org Profile

Post by The Origonal Head Hunter » Wed Jul 30, 2008 3:54 am

first off, if you downloaded AMVApp, you won't need the LoadPlugin lines. Secondly, are you putting the full file path in the MPEG2Source line? For example, something like this:

Code: Select all

MPEG2Source("F:\Anime\Hellsing\Vol1.d2v")
RonnieDaking wrote:i like my anime like I like my women, from japan and speaking english
Image
Boredom.

D4yvarc0
Joined: Sun Jul 27, 2008 5:55 am
Location: South Australia
Org Profile

resolved

Post by D4yvarc0 » Sun Aug 03, 2008 12:40 am

thanks for your input on this matter although i didnt fix the error amvapp is running fine so it dosent matter thanks again.

Locked

Return to “AviSynth Help”