Log in

View Full Version : meGUI crashed when opening any file


yunapolaris
28th November 2011, 08:55
Hi guys,
I'm very new to this forum, I read more than I write, and learn a lot from here :)
Ok, I've been using meGUI for a while and had no problem until yesterday. I tried a software named [removed], then uninstalled it, then meGUI did work anymore!

The same D2V file I worked with before with no problem now can't be read by meGUI. Every time I tried to open any kind of file either thro 'Open file...' or 'AVS creator..' meGUI will crashed

Here are the details:

http://i92.photobucket.com/albums/l12/yunapolaris/Untitled-11.jpg

Problem signature:
Problem Event Name: APPCRASH
Application Name: MeGUI.exe
Application Version: 1.0.2050.0
Application Timestamp: 4e5925da
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.17651
Fault Module Timestamp: 4e2111c0
Exception Code: e06d7363
Exception Offset: 0000d36f
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

I've tried almost everything I've found from searching: reinstall meGUI, Avisynth, update .NET Frame, reinstall the codecs pack, reset codecs back to default.
Nothing worked :(

Can you please help me with this, I'm in a middle of a project and now I'm stuck :(

Thank you in advance.

yunapolaris
29th November 2011, 18:47
No one had any idea why is this happening in my MeGUI ? :(

AMED
30th November 2011, 05:17
Have you tried re-creating the .d2v file?

I know there was an update to DGIndex in the last few days.

yunapolaris
30th November 2011, 18:00
Have you tried re-creating the .d2v file?

I know there was an update to DGIndex in the last few days.

Thank you for your suggestion. I tried that with the new updated DGIndex but it's still the same :(. I also tried to replace the Kernelbase.dll with another clean file but it didn't help anything.
Is there some codecs that I should install? :(

LigH
1st December 2011, 10:20
What is kernelbase.dll - something genuine of Windows Vista/7? If so, I wouldn't dare replacing it... I don't have that under Windows XP, neither in Windows nor in MeGUI. But it sounds like a hint that the Windows Kernel can't handle the issue.

The most usual reasons for such deep crashes are: Corrupt source material; way too many unnecessary installed codecs and filters; a heap of DLLs in the AviSynth plugins folder where one fails autoloading (e.g. some SSE3 corruptimized versions).

Try to open the script in a more basic video tool like VirtualDub; its crash catcher will probably report something similar.

Clean your AviSynth plugins folder (move everything elsewhere), re-install AviSynth, and compare the reaction of MeGUI and VirtualDub while loading the same script.

yunapolaris
2nd December 2011, 03:32
What is kernelbase.dll - something genuine of Windows Vista/7? If so, I wouldn't dare replacing it... I don't have that under Windows XP, neither in Windows nor in MeGUI. But it sounds like a hint that the Windows Kernel can't handle the issue.

The most usual reasons for such deep crashes are: Corrupt source material; way too many unnecessary installed codecs and filters; a heap of DLLs in the AviSynth plugins folder where one fails autoloading (e.g. some SSE3 corruptimized versions).

Try to open the script in a more basic video tool like VirtualDub; its crash catcher will probably report something similar.

Clean your AviSynth plugins folder (move everything elsewhere), re-install AviSynth, and compare the reaction of MeGUI and VirtualDub while loading the same script.

OMG! You are my hero! You solve my problem!! I can't believe it, I was so lost until reading your post.
Okay so I did what you told me, I uninstalled Avisynth, delete the whole thing including any of folder. Also when I went through all of the codecs I have in the computer, there is some xVid codec installer something, I removed it, I also removed the Microsoft Visual Basic C++.
Now MeGUI is running without any problem! I don't which one was the real cause of the problem, but it's gone now!
Thank you soooo much, LigH !

BTW, I don't know what exactly the Kernelbase.dll is :-s. but yes it was in Windows 7 - Ultimate Edition.

Thanks again! :D

LigH
2nd December 2011, 10:26
Well, in your PANIC! mode, you probably removed way too much. MeGUI won't care about an Xvid codec installer (because installers are passive; it may not even care about an installed Xvid VfW codec), it uses a separate Xvid encoder application. And it won't care about an installed Visual Basic runtime either.

yunapolaris
3rd December 2011, 07:09
Well, in your PANIC! mode, you probably removed way too much. MeGUI won't care about an Xvid codec installer (because installers are passive; it may not even care about an installed Xvid VfW codec), it uses a separate Xvid encoder application. And it won't care about an installed Visual Basic runtime either.

LOL @ the "Panic mode" , I was panicking for real! If you were responding, I would have re-install the whole Windows =.=
I'm so happy that MeGUI is working properly now, and up to date.
So the problem was probably some plugins in Avisynth, I guess :confused:
Thanks again :D