vmToon help
-
- Joined: Wed Feb 09, 2005 1:40 am
vmToon help
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.
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.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
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.
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.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
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.)
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.)
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
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.
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.
- AaronAMV
- eating that e. coli spinach
- Joined: Tue Jan 22, 2008 7:54 pm
- Status: (◔ ◡ ◔ )
- Location: (◔ ◡ ◔ )
Is that where you're able to download vmToon also?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.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Ah, yes, so it is: http://manao4.free.fr/vmtoon-v0.74.avsAaronAMV wrote:Is that where you're able to download vmToon also?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.