FileChooser dialog action error

155 views Asked by At

When I open a file chooser dialog in JavaFX, whether I click the button "open" or "cancel", there is error reported:

(java:20637): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

The environment I used: Kubuntu 13.10, javaFX 2.2, JDK7u45, NetBeans7.4

Thanks for telling me why? or any eventual solution~

1

There are 1 answers

0
An SO User On

From my little research it seems to be a bug in the OS and not in JavaFX. Have a look here. People have been experiencing the same problem in different applications under Ubuntu environment (and I believe the same applies for Kubuntu, too).

I am on Ubuntu machine and I did run a test on FileChooser to see if I had the same problem. I did not get any errors.

Try running your application on a different machine. See if the problem persists. try different architectures and different OS.

Could you tell us what you were trying to choose?