Ticket #35 (new defect)
Crash on creating a Key Frame
| Reported by: | russel.garlick@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Combined IDE | Version: | 0.6.0 |
| Keywords: | Cc: |
Description
I am using 0.6.0 Under Linux. (Hardy) running Mono 1.9
Sometimes when I go to make a Key Frame I get:
(OpenDialect:4107): Gtk-CRITICAL **: gtk_widget_hide_all: assertion `GTK_IS_WIDGET (widget)' failed Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager?.UnhandledException? to handle the exception.
System.Exception: Get Object Properties in Frame is SCREWED UP!
at Open_Dialect.DrawableShape?.GetObjectPropertiesAtFrame? (Int32 frame) [0x00000] at Open_Dialect.DrawableShape?.MakeFrameKeyFrame? (Int32 frame) [0x00000] at Open_Dialect.MainWindow?.MakeKeyFrame? () [0x00000] at Open_Dialect.Timeline.MakeKeyFrameClick? (System.Object o, System.EventArgs? e) [0x00000] at GLib.Signal.voidObjectCallback (IntPtr? handle, IntPtr? data) [0x00000]
at GLib.ExceptionManager?.RaiseUnhandledException?(System.Exception e, Boolean is_terminal) at GLib.Signal.voidObjectCallback(IntPtr? handle, IntPtr? data) at GLib.Signal.voidObjectCallback(IntPtr? , IntPtr? ) at Gtk.Application.gtk_main() at Gtk.Application.gtk_main() at Gtk.Application.Run() at Open_Dialect.MainWindow?..ctor(System.String fileToOpen) at Open_Dialect.Program.Main(System.String[] args)
