I could reproduce the same bug using stock Ubuntu Noble 24.04.1 (LTS) with latest updates at the present date (2024-11-20). In attach a sosreport and the ldd of veracrypt binary. Also tried to compile from the same sources, and I had the same issue of above during linking: Linking veracrypt: (process:27706): GLib-GObject-CRITICAL : 12:51:49.586: g_object_get: assertion 'G_IS_OBJECT (object)' failed double free or corruption (out) Aborted (core dumped) make[1]: * [Main.make:201: veracrypt] Error 1...
"veracrypt --text" throws G_IS_OBJECT after upgrading to Mint Wilma
Also, for completeness, I tried to compile veracrypt from 1.26.14 sources and: Compiling WaitDialog.cpp Compiling WizardFrame.cpp Linking veracrypt (process:18602): GLib-GObject-CRITICAL **: 22:04:10.650: g_object_get: assertion 'G_IS_OBJECT (object)' failed double free or corruption (out) Aborted (core dumped) make[1]: * [Main.make:201: veracrypt] Error 1 make: * [Makefile:578: all] Error 2 **
Hi! I always used veracrypt in scripts with the option "--text". When I upgraded to Linux Mint 22 (Wilma), based on Ubuntu 24.01, calling "veracrypt --text" results in the following error: (process:4460): GLib-GObject-CRITICAL : 20:14:27.721: g_object_get: assertion 'G_IS_OBJECT (object)' failed double free or corruption (out) Aborted (core dumped) Note that works fine using the GUI, just the text option. VeraCrypt version 1.26.14 from ppa unit193 List of linked library in attach. I suspect is connected...