Audacity don't work : GLib-GObject-CRITICAL
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Audacity don't work : GLib-GObject-CRITICAL
Hello,
I have tried to compile Audacity from source in Debian 10 but now it don't work. The software runs, but i can't do anything, and when i go to an other app and i go back to audacity, i have all blank.
Here's the log when i try to launch the program from the console :
Attempting to connect to Audacity failed...retrying
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(it's a loop, this always show continually when the program is active)
Can anyone help me about this bug ? I have already research with google, but can't find anything for fix it.
Thanks and have a good day !
I have tried to compile Audacity from source in Debian 10 but now it don't work. The software runs, but i can't do anything, and when i go to an other app and i go back to audacity, i have all blank.
Here's the log when i try to launch the program from the console :
Attempting to connect to Audacity failed...retrying
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed
(audacity:1857): GLib-GObject-CRITICAL **: 09:04:38.530: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed
(it's a loop, this always show continually when the program is active)
Can anyone help me about this bug ? I have already research with google, but can't find anything for fix it.
Thanks and have a good day !
Re: Audacity don't work : GLib-GObject-CRITICAL
Which version of Audacity?
Tarball or Git Clone?
Which version of wxWidgets?
Which version of wxGTK?
Autotools or Cmake?
Xorg or Wayland?
Tarball or Git Clone?
Which version of wxWidgets?
Which version of wxGTK?
Autotools or Cmake?
Xorg or Wayland?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity don't work : GLib-GObject-CRITICAL
I use the last version of Audacity ! Clone with git, and i use wxWidgets 3.1.3. Don't know the version of wxGTK. Used cmake to compile it, and i have Xorg.
Re: Audacity don't work : GLib-GObject-CRITICAL
Try resetting Audacity by deleting the files from ~/.audacity-data/
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity don't work : GLib-GObject-CRITICAL
Didn't work : i have exactly the same problem when i launch Audacity after deleting .audacity-data
Re: Audacity don't work : GLib-GObject-CRITICAL
What's the commit number?
You can get that with:
Code: Select all
git log -19/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity don't work : GLib-GObject-CRITICAL
Problem solved. For those who have the same problem : you need to follow the instruction section at https://wiki.audacityteam.org/wiki/Buil ... Make_Build (i forget to do it)
Re: Audacity don't work : GLib-GObject-CRITICAL
Pleased to hear that you've resolved the problem. 
To help us spot the same problem in the future, what were you doing wrong.
To help us spot the same problem in the future, what were you doing wrong.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity don't work : GLib-GObject-CRITICAL
I don't have follow the instruction with wxWidgets on the building page for linux. That was the problem (i have now an other problem because i return to the normal debian version, but i will do another topic about this)