Application dies opening gerber

Issue #67 resolved
Juan Pablo Caram repo owner created an issue

The app dies during the new object creation process and the following non-Python error are thrown:

#!

(python.exe:188856): Gtk-CRITICAL **: gtk_container_remove: assertion 'gtk_widget_get_parent (widget) == GTK_WIDGET (container) || GTK_IS_ASSISTANT (container)' failed
C:/Users/jpcaram/Dropbox/CNC/pcbcam/cirkuix\FlatCAMObj.py:112: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  box_selected.pack_start(sw, True, True, 0)

(python.exe:188856): Gtk-WARNING **: GtkEntry 07789d50: widget tried to gtk_widget_get_height inside  GtkWidget     ::get_width implementation. Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_height directly rather than using gtk_widget_get_height
**
Pango:ERROR:pango-layout.c:3916:pango_layout_check_lines: assertion failed: (!layout->log_attrs)

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Comments (1)

  1. Log in to comment