Log in

View Full Version : Script error, there is no function named "IPCSource"


bbiandov
17th July 2002, 04:29
Heeelp,

I get the following error when trying to open my avs file with TMPGenc:

Script error, there is no function named "IPCSource"
(C:\part9.avs), Line 1

I use avisynth.dll 1.0 beta 6, TMPGEnc 2.56.39.143 and the export plug-in v0.93

Any help will be very much appreciated.
THank you all

BOyan

Trahald
17th July 2002, 04:54
clipped from the readme that comes with 1 beta 6

"- Removed the IPCsource due to discussions around GPL. ( To satisfy
those people I put the IPCsource in a different dll)
Now the IPCsource is present in the avisynthEx.dll.
Before you can use the IPCsource you need to load this
module with LoadPlugin("avisynthEx.dll")"

and since your error is on line 1 , i can assume you dont have the loadplugin line in there cause it would force the IPCsource line to be minimum line 2

if avisynthEx.dll isnt in your avisynth package (not usually included when installed with a bundle) you can get the avisynth 1 beta 6 package from doom9 downloads..

bbiandov
17th July 2002, 06:49
w00kiee,

thanks very much