Log in

View Full Version : Crash on exit and reload


kilg0r3
23rd June 2005, 11:19
Hi Dears,

I have got a problem with avisynth. I have tested
2.5.6 Beta3 [050505]
2.5.5
2.5.0
and different versions of DGIndex and DGDecode
1.3.0
1.4 betas.

My machine is a P4 running on WinXP SP2


The problem is that scripts as simple as

LoadPlugin("DGDecode.dll")
mpeg2source("VTS-test.d2v")

work fine until I close the loading Application (VDub, VdubMod, MPC). Then the application crashes, which is not exctly handy when you try to automate things. The same happens when you hit F5 in VdubMod in order to reload the script or when you drop the script file into MPC when it has already loaded the script.

Thank you very much in advance.

Wilbert
23rd June 2005, 11:55
Does emptying plugin folder help?

kilg0r3
23rd June 2005, 12:06
Yeah! And the bad guy was LoadPluginEx. Strange got that from the Avisynth page.