cwensley / pablodraw

PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
MIT License
325 stars 22 forks source link

Linux 3.3.13-beta null reference exception on startup #112

Open juujuujj opened 2 months ago

juujuujj commented 2 months ago

Debian 12 x64

An error occurred.  Please report this information to https://github.com/cwensley/pablodraw/issues:
System.NullReferenceException: Arg_NullReferenceException
   at GLib.GType.op_Explicit(Type)
   at GLib.Object.ClassInitializer.AddProperties(IntPtr)
   at GLib.Object.ClassInitializer.ClassInit(IntPtr)

(PabloDraw:17268): GLib-GObject-CRITICAL **: 09:47:23.058: g_object_new_is_valid_property: object class '__gtksharp_5_Eto_GtkSharp_Forms_GtkShrinkableVBox' has no property named 'homogeneous'

(PabloDraw:17268): GLib-GObject-WARNING **: 09:47:23.060: ../../../gobject/gsignal.c:2517: signal 'destroy' is invalid for instance '0x56460e60b1a0' of type '__gtksharp_5_Eto_GtkSharp_Forms_GtkShrinkableVBox'

(PabloDraw:17268): Gtk-CRITICAL **: 09:47:23.061: gtk_widget_set_visible: assertion 'GTK_IS_WIDGET (widget)' failed

(PabloDraw:17268): Gtk-CRITICAL **: 09:47:23.061: gtk_box_pack: assertion 'GTK_IS_WIDGET (child)' failed

(PabloDraw:17268): Gtk-CRITICAL **: 09:47:23.068: gtk_box_pack: assertion 'GTK_IS_BOX (box)' failed

(PabloDraw:17268): GLib-GObject-CRITICAL **: 09:47:23.069: g_object_new_is_valid_property: object class '__gtksharp_6_Eto_GtkSharp_Forms_EtoVBox' has no property named 'homogeneous'

(PabloDraw:17268): GLib-GObject-WARNING **: 09:47:23.069: ../../../gobject/gsignal.c:2517: signal 'destroy' is invalid for instance '0x56460e60bec0' of type '__gtksharp_6_Eto_GtkSharp_Forms_EtoVBox'

(PabloDraw:17268): Gtk-CRITICAL **: 09:47:23.069: gtk_box_pack: assertion 'GTK_IS_BOX (box)' failed

(PabloDraw:17268): Gtk-CRITICAL **: 09:47:23.069: gtk_box_pack: assertion 'GTK_IS_BOX (box)' failed
Unhandled exception. System.NullReferenceException: Arg_NullReferenceException
   at GLib.GType.op_Explicit(Type)
   at GLib.Object.ClassInitializer.AddProperties(IntPtr)
   at GLib.Object.ClassInitializer.ClassInit(IntPtr)
Aborted (core dumped)
tstamborski commented 2 months ago

i have the same error, kubuntu 24.04 x64.

rvorias commented 2 months ago

same

telamon commented 3 weeks ago

Using void-linux, same issue. : / ldd does not report any dependencies on local GTK/GTK# libs, so assuming everything's statically linked then this error is not some sort of system version mismatch?