Log in

View Full Version : Problems opening .avs in VDub in Win 7 x64


Gargalash
23rd February 2010, 18:38
Hello all,
I have had a very weird problem on only one of the computers I use at work.

After a windows reinstall (happened on win xp 32bits, win 7 32 and 64), when I try to load an avisynth script in Virtual Dub, I get missing DLLs error message.

In the past I managed to get rid of them by getting the required DLLs and placing them at the right place. This time, it doesn't work. I don't get Vdub errors when I simply open a video file.

The missing DLLs are:
- msvcp71.dll
- avsrecursion.dll
- LIBR_RL_TIFF_.dll
- CORE_RL_magick_.dll

Only the last one is still giving an error, others are now fine. After I click "OK" on the error, the script loads correctly.

I will go out and look for newer versions, I just thought about that. Meanwhile, any clues on this issue will be very appreciated. Like I said, no other computer here as had this issue.

Things installed:
- ffdshow
- GTK2-Runtime
- Microsoft Visual C++ 2005 redistributable
- Microsoft Visual C++ 2008 x86 redistributable
- Microsoft Visual C++ 2008 x64 redistributable

Thanks!

Gargalash
23rd February 2010, 19:42
I installed ImageMagick and it didn't help.
Still looking for different versions of CORE_RL_magick_.dll

wonkey_monkey
23rd February 2010, 20:26
In the past I managed to get rid of them by getting the required DLLs and placing them at the right place. This time, it doesn't work.

Which "right place" did you put them in?

David

Gargalash
23rd February 2010, 20:43
C:\windows\syswow64

I also tried
C:\windows\system32

Gargalash
23rd February 2010, 21:31
Here is an image of the exact error I am getting:

Wilbert
23rd February 2010, 22:19
I know nothing about this 64bit stuff. I suggest that you move immaavs.dll outside your AviSynth plugin folder. This doesn't solve your problem however if you do want to use immaavs.dll.

Gargalash
23rd February 2010, 23:13
Wilbert,
Your advice was the good one, the error message is gone. Thanks!

I supposed immaavs.dll has something to do with implementing image magick functionalities in avisynth and I don't know what they are.

The things I use that might be related to it are imagewriter, imagesource and layer. Are they related to it?

Thanks for helping out, this is really appreciated.

Wilbert
23rd February 2010, 23:45
I supposed immaavs.dll has something to do with implementing image magick functionalities in avisynth and I don't know what they are.
The things I use that might be related to it are imagewriter, imagesource and layer. Are they related to it?
No. It contains the filters ImmaRead and ImmaWrite (for reading and writing images). All dlls which need to be located in your system folder can be found here: http://www.wilbertdijkhof.com/ImageMagick-6.5.6_dll.zip