Log in

View Full Version : Advice on error message please


Octo-puss
23rd May 2008, 13:47
This might be more suitable for the AviSynth section, but I am not sure so hopefully noone will mind...
I've been using MeGUI and logically AviSynth for some time and there were no problems. Recently I reinstalled the system and now when I wanted to encode one movie, after the audio is extracted, I get this error popup:
AviSynth error:
Script error: there is no function named "DGencode_Mpeg2Source".
What gives?
I use the D2V creator from menu and then set it to demux all track with "on completition load files" and "and close" options. Really no idea what the problem might be.

edit: I must add that I get this error after the audio is extracted and d2v file created. Really weird.

Guest
23rd May 2008, 13:58
It should be "DGDecode_Mpeg2Source". I don't know why the script creator is doing that.

Octo-puss
23rd May 2008, 14:04
Thing is, I use same AviSynth and same MeGUI as before...
Script creator? I haven't gotten to that point yet. This is the step before...

Octo-puss
23rd May 2008, 14:09
It's the latest alpha version btw. 2.5.8 alpha2 or so..

Guest
23rd May 2008, 15:21
Script creator? I haven't gotten to that point yet. This is the step before... Well then, what made the script? I don't know Megui very well, but I know the DG tools.

Octo-puss
23rd May 2008, 19:36
Well, I barely understand Avisynth at all. In fact, I just install it in order to get MeGUI to work :)
First step is to use the d2v creator to extract the audio and create the .d2v file. This is the point where I get the error. Script creating - for me - is the next step, where I open AviSynt script creator, choose the created .d2v file, set some options, save the file and proceeed to actual endcoding. Perhaps someone skilled in both AVS and MG could explain better...

stax76
23rd May 2008, 19:52
It's either:

dgdecode is not in the plugin directory
dgdecode, dgindex version conflict
plugin conflicting with dgdecode like mpeg2dec123

You can use StaxRip for error diagnostic, it detects all known problems, conflicts and limitations of DGDecode and DGIndex, gives meaningful explanations of the problems and if possible fixes it.