PDA

View Full Version : MeGUI .196::crash() ......


MeteorRain
21st June 2005, 09:01
well, MeGUI crashed (not really crashed, but the JIS debugger jumped out)
Menu::Tools - AVS editor
then click the checkbox [suggest resolution] and MeGUI::crash() called...

System.NullReferenceException: 未将对象引用设置到对象的实例。
at MeGUI.AviSynthWindow.suggestResolution_CheckedChanged(Object sender, EventArgs e)
at System.Windows.Forms.CheckBox.OnCheckedChanged(EventArgs e)
at System.Windows.Forms.CheckBox.set_CheckState(CheckState value)
at System.Windows.Forms.CheckBox.OnClick(EventArgs e)
at System.Windows.Forms.CheckBox.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

berrinam
21st June 2005, 09:21
Just a guess -- you haven't selected a video file. It will always crash in this situation.

Doom9
21st June 2005, 09:22
It will always crash in this situation.Hmm.. I didn't catch that? That'll be another bugfix for tonight.

MeteorRain
21st June 2005, 09:25
Just a guess -- you haven't selected a video file. It will always crash in this situation.
u r right.
nothing opened and click the checkbox will call a crash.

berrinam
21st June 2005, 09:28
@Doom9: The best solution is to grey out the other options until a file is opened?

MeteorRain
21st June 2005, 09:30
@doom9 BTW, auto crop calls the crash() too......

and more:
ATM, press the preview, then press the [intro] and [credit] and Ooops!

berrinam
21st June 2005, 10:52
The crashes should now be fixed. See the MeGUI development thread (http://forum.doom9.org/showthread.php?p=675939#post675939).

MeteorRain
21st June 2005, 11:38
The crashes should now be fixed. See the MeGUI development thread (http://forum.doom9.org/showthread.php?p=675939#post675939).
see the [more] section in floor #6 this thread
the preview button should also be disabled ^ ^||

berrinam
21st June 2005, 13:59
Fixed. I've just edited my post

Doom9
21st June 2005, 20:25
ATM, press the preview, then press the [intro] and [credit] and Ooops!Not a bug... not enough details to qualify. Exact steps from the start of MeGUI, selected codec, profile, output type.. it all matters.

Never mind, I found it. You should've mentioned that it's in the same screen though.. I use the video preview form a lot.. main form, two options in the avisynth creator, one in the zones generation..

MeteorRain
21st June 2005, 20:31
Not a bug... not enough details to qualify. Exact steps from the start of MeGUI, selected codec, profile, output type.. it all matters.

Never mind, I found it. You should've mentioned that it's in the same screen though.. I use the video preview form a lot.. main form, two options in the avisynth creator, one in the zones generation..
sorry but i think ive said 'ATM' so you should know my meaning......
you know i am not native english-speaking so sometimes we may misunderstanding.
just see another crash please... :D :D

Doom9
21st June 2005, 20:37
I think the AviSynth window is now okay. It's not so much the language barrier but the fact that I have that window everywhere.. .recently I've been working with zones a lot so basically when I think about the preview, the preview in the main form or the x264 codec configuration comes to mind first.. and I know the intro and credits button work there.