-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
gtk Platform throw Exception: Object reference not set to an instance of an object. #1757
Comments
Hey @hxbb00, thanks for reporting the issue! Do you have an example that causes the issue, or steps to reproduce? |
sorry for late,debug with dnspy,crashed at Eto/src/Eto.Gtk/Forms/GtkWindow.cs
|
Hey @hxbb00, thanks for referencing where the error is occurring, but do you have some of your code that demonstrates how to replicate this crash? |
my project environment is huge,the files is almost 2Gb,and i do not know how it happen,can not write a tiny demo,i will continue to find the reason,Thanks for your attention |
Ok no problem, please let me know if you do ever find out what is going on or if you can narrow it down with a demo app. I'm not sure what to do with this crash otherwise. One thing I'd look for is perhaps you are calling/creating UI methods/classes in a non-UI thread. Hope this helps! |
Actual Behavior
Object reference not set to an instance of an object.
Code that Demonstrates the Problem
Specifications
The text was updated successfully, but these errors were encountered: