MeGUI crash because of VirtualDub plugin - MSU Smart Deblocking
My custom script:
LoadPlugin("E:\Documents\software\multimedia\convert\MeGUI\tools\ffms\ffms2.dll")
FFVideoSource("C:\Users\Denis\Desktop\1.avi", threads=1)
converttorgb32()
LoadVirtualDubPlugin("E:\Documents\software\multimedia\convert\VirtualDub\plugins\MSU_Smart_Deblocking.vdf","MSU_Smart_Deblocking", 1)
MSU_Smart_Deblocking(1, 1, 1, 1)
converttoyv12()
However, the script is working and x264 encoder works (if secretly tweak .avs before starting) Crash only GUI.
MeGUI 2356
Operating System: Windows 7 Ultimate Edition x64 SP1 (6.1.65536.7601)
.Net Framework: 4.0 (4.0.30319)
AviSynth: 2.5.8.5
win error log:
Описание:
Stopped working
Сигнатура проблемы:
Имя события проблемы: APPCRASH
Application Name: MeGUI.exe
Application Version: 1.0.2356.0
Application Timestamp: 51b3309a
Fault Module Name: unknown
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Code: c0000005
Exception Offset: 07211bb2
Версия ОС: 6.1.7601.2.1.0.256.1
Код языка: 1049
Last edit: deniskx 2013-08-20
MSU Smart Deblocking 0.8
Last edit: deniskx 2013-08-20
I do not have a solution but it only happens when you seek in the file. You can disable "improved AVS opening" in the settings and then you can open the avs. But as soon as you start to seek it will crash.As the crash happens outside of MeGUI I cannot do anything.
Last edit: Zathor 2013-09-27
The crash should now be catched by the new AvisynthWrapper in MeGUI 2627. But the problem itself will stay - only MeGUI will not crash anymore.
I have to confirm, this problem persists even with the latest development MeGUI executable v2627. It crashes each time you load avs script containg msu deblock filter, in main window: --> "input" tab --> "AviSynth Script" box.
There have been several tweaks. Does it still crash with MeGUI 2774?