PDA

View Full Version : ImageSource incompatibility with MeGUI > 1911


pancserzso
8th June 2011, 19:21
Every time I try top open an AVS file where the video is ImageSource, the new builds of MeGUI throw an exception and instantly quite. Shell I change my AviSynth build to a newer one?

I am using AviSynth 2.58 on Windows 7 64-bit.

Here is what I get:

Fatal Error:
MeGUI encountered a fatal error and may not be able to proceed.
Reason: Attempted to read or write memory protected memory. This is often an indication that other memory is corrupt.

No one replied to me in either MeGUI threads where I asked, so all I hope is that someone could help me here.

Can someone help me how to solve this issue?

Wilbert
8th June 2011, 20:51
1) Post your script.

2) What codecs were used in MeGUI?

2) Can you encode it in Virtualdub?

pancserzso
8th June 2011, 20:53
1) Post your script.

2) Can you encode it in Virtualdub?

The script is super complicated: :)
ImageSource("imgseq_%d.png", 1,1001,25)
ConvertToYV12()

It works perfectly in VirtualDub, as well as in Megui <= 1911.

I cannot reach to the codec selection, this happens in the moment when I open the script and the preview window should show up. So it is the 1st step you can do in MeGUI. Also, the Preview Window does not show up, just the exclamation window.