Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when selecting #39

Closed
venam opened this issue Apr 3, 2021 · 4 comments
Closed

Crash when selecting #39

venam opened this issue Apr 3, 2021 · 4 comments

Comments

@venam
Copy link

venam commented Apr 3, 2021

I'm running pablodraw release 3.3.0-alpha on ArchLinux with GTK version 3.24.28.

pkg-config --modversion gtk+-3.0
3.24.28

The application crashes when selecting an item from the list of works on the left.
I get the following error:

Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object.
   at Gtk.Widget.DrawnSignalCallback(IntPtr inst, IntPtr arg0, IntPtr gch)
   at GLib.ExceptionManager.RaiseUnhandledException(Exception e, Boolean is_terminal)
   at Gtk.Widget.DrawnSignalCallback(IntPtr inst, IntPtr arg0, IntPtr gch)
   at Eto.GtkSharp.Forms.ApplicationHandler.Run()
   at Eto.Forms.Application.Run()
   at PabloDraw.Program.Run()
   at PabloDraw.Startup.Main()
@cwensley
Copy link
Owner

Hey @venam, thanks for reporting the issue.

This is the same as picoe/Eto#1914, which means it'll need an update to get it working again. I'll try to get another alpha out!

@ericolito
Copy link

Hey @venam, thanks for reporting the issue.

This is the same as picoe/Eto#1914, which means it'll need an update to get it working again. I'll try to get another alpha out!

Any news on this? :)

@corcoran
Copy link

corcoran commented Jan 5, 2022

Can confirm, also happening here!

@cwensley
Copy link
Owner

This should be fixed in 3.3.0-beta1, give it a try!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants