drauger-os-development / edamame

Linux System Installation Utility for Debian-based distributions
GNU General Public License v2.0
8 stars 4 forks source link

Installer crash #24

Closed SenlisO closed 3 years ago

SenlisO commented 3 years ago

Attempt to install OS to drive fails with the following error: (engine.py.1545): Gtk-CRITICAL : 11:16.48.959: gtk_main_quit: assertion 'main_loops != NULL' failed (engine.py.1545): Gtk-CRITICAL : 11:16.50.085: gtk_main_quit: assertion 'main_loops != NULL' failed

Error occurred on both my ASUS ROG and VMware Fusion. I sent a report on both failures.

SenlisO commented 3 years ago

Initial research indicated that we should be using g_application_quit() instead of gtk_main_quit().

SenlisO commented 3 years ago

To be clear, I was using the version of system-installer with the ISO. I will try using the latest version from this repository and see if I get the same error.

Batcastle commented 3 years ago

This is not an issue. It does not affect the installation beyond making users panic.

If you had a failed installation and saw this error, it is probably because you are using the auto partitioner which, at time of writing, is broken.

I appreciate the effort tho.

SenlisO commented 3 years ago

Copy all. Sorry about that. I was using the auto partitioner. I was somewhat confused as to whether it was working or not.