vmToon help

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

vmToon help

Post by Jenya » Mon Aug 25, 2008 1:31 am

I know there's already a thread on this, but none of the suggestions on there worked. Would someone mind just giving me a step by step process on how to get it to work? I mean, like I'm five years old; I don't mind, really.
I keep getting that mt_luxy error message for both vmToon and LimitedSharpenFaster. I'm using Windows XP and Avisynth 2.5, for the record.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Mon Aug 25, 2008 6:57 pm

What is the error message, specifically? That the function mt_lutxy doesn't exist?

If that's what it is, then you need to get the latest version of MaskTools 2.0 (a.k.a. MT MaskTools) -- <a href="http://manao4.free.fr/masktools-v2.0a35.zip">here it is</a> -- and extract the DLL to your AVISynth plugins directory. Then try again.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

Post by Jenya » Wed Aug 27, 2008 1:10 am

Nope, it's not working. I'm just getting the same error message.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Wed Aug 27, 2008 5:32 am

Scintilla wrote:What is the error message, specifically?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

Post by Jenya » Thu Aug 28, 2008 12:43 am

The one you said. function mt_lutxy doesn't exist.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Thu Aug 28, 2008 5:58 am

All right. Dropping the plugin into the default plugins directory is supposed to make it auto-load, but if not, then you'll have to load the plugin manually.

Add the following line to your script, before your vmToon call:
<b>LoadPlugin("C:\[whatever the path is]\mt_masktools-26.dll")</b>

(oops. I forgot that that ZIP contained two DLLs instead of one. You should only have unpacked the one marked 26; I don't know why the 25 is included.)
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

Post by Jenya » Fri Aug 29, 2008 1:49 am

Well, I did all you said, and I'm still getting the same error. Do I need a loadplugin for vmtoon too?

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Fri Aug 29, 2008 11:06 am

If it's complaining that it can't find mt_lutxy, then the vmToon script itself is clearly auto-loading without a problem (it wouldn't go looking for mt_lutxy if it couldn't find vmToon first).

Clear out any other mt_masktools DLLs in your plugins directory that aren't the most recent one. And can you post your script? I'm running out of ideas as to what could be wrong.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Fri Aug 29, 2008 6:09 pm

Scintilla wrote:What is the error message, specifically? That the function mt_lutxy doesn't exist?

If that's what it is, then you need to get the latest version of MaskTools 2.0 (a.k.a. MT MaskTools) -- <a href="http://manao4.free.fr/masktools-v2.0a35.zip">here it is</a> -- and extract the DLL to your AVISynth plugins directory. Then try again.
Is that where you're able to download vmToon also?
Image

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Fri Aug 29, 2008 6:29 pm

AaronAMV wrote:
Scintilla wrote:What is the error message, specifically? That the function mt_lutxy doesn't exist?

If that's what it is, then you need to get the latest version of MaskTools 2.0 (a.k.a. MT MaskTools) -- <a href="http://manao4.free.fr/masktools-v2.0a35.zip">here it is</a> -- and extract the DLL to your AVISynth plugins directory. Then try again.
Is that where you're able to download vmToon also?
Ah, yes, so it is: http://manao4.free.fr/vmtoon-v0.74.avs
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Locked

Return to “AviSynth Help”