Log in

View Full Version : cant open avs in vdub


Terka
6th April 2008, 11:24
tried multithreaded version of avisynth, after reinstal back to 2.57
cant open avs in vdub (same script can be open by avsp)
any suggestions?

Didée
6th April 2008, 12:28
Yesterday, my car didn't start. Can you tell me the cause?

-> what was the error message, etc...

Terka
6th April 2008, 14:10
no error message just the vdub window appear and in less than second disappeard. no script is able to be open in vdub.
for example avisource("c:\video.avi"). Same behaviour for all *.avs
In Avsp everything works correctly.

sidewinder711
6th April 2008, 14:55
I had the same problem some weeks ago that VD closed every time without any error message I tried to open it. I deleted all video tools together with all installed codecs, then re-installed everything and VD was working again.

I read somewhere in a VD forum that someone had a similar problem. He deleted all registry entries concerning VD... and then VD was working again for him.

Greetz

buzzqw
6th April 2008, 14:56
check your avisynth plugins directory (usually c:\program files\avsynth2.5\plugins\ ) .. or better, rename it and reopen the avs

BHH

Ranguvar
6th April 2008, 16:22
And :script:

Terka
6th April 2008, 17:38
script:
avisource("c:\video.avi")
deleted registry using
auxsetup.exe (in vdub directory), uninstalled handler using auxsetup.exe, reinstalled avisynth

Terka
25th May 2008, 09:49
so after reinstal xp sp2, install avisynth 2.7.
script is:
avisource("c:\video.avi")
this video can be open by virtualdub using file-open, but not using avs script.
avsp can open the *.avs without problems. no codecs installed except cedocida (and ffdshow).
in avisynth proxy gui:
AvsSocket Proxy, derivated from avs2yuv by Loren Merritt
Loading Avisynth.dll
Avisynth.dll loaded
Env created
Importing..

Avisynth error:
DirectShowSource: couldn't create filter graph:
was not called procedure CoInitialize.
(c:\Temp\dshow_f8461938.avs, line 1)
Initializing WinSock
WinSock ok
Socket bound to port 9999
Waiting for client to connect...

> Exit Code: 1

Terka
25th May 2008, 10:00
GOT IT NOW!!
houray!
the mistake was during installation:
when option "select extra files" was on, avisynth was not working.
when reinstalled without this option, everything works fine.