-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

As of the previous complaint, My Actiona has failed to launch as well. That 
being the case, I ran it through gdb, as described below. I hope this will be 
useful to you. Best wishes!

thoreau@Thoreau:~$ gdb actiona
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from actiona...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/actiona
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffd97f1700 (LWP 17330)]
[New Thread 0x7fffd6af7700 (LWP 17331)]
[New Thread 0x7fffcdf9a700 (LWP 17332)]
[New Thread 0x7fffc702b700 (LWP 17334)]

(actiona:17326): GLib-GObject-WARNING **: cannot register existing type 
'GtkWidget'

(actiona:17326): GLib-GObject-WARNING **: cannot add class private field to 
invalid type '<invalid>'

(actiona:17326): GLib-GObject-WARNING **: cannot add private field to invalid 
(non-instantiatable) type '<invalid>'

(actiona:17326): GLib-GObject-CRITICAL **: g_type_add_interface_static: 
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(actiona:17326): GLib-GObject-WARNING **: cannot register existing type 
'GtkBuildable'

(actiona:17326): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: 
assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed

(actiona:17326): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' 
failed

(actiona:17326): GLib-GObject-CRITICAL **: g_type_add_interface_static: 
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(actiona:17326): GLib-GObject-CRITICAL **: g_type_register_static: assertion 
'parent_type > 0' failed

(actiona:17326): GLib-GObject-WARNING **: cannot add private field to invalid 
(non-instantiatable) type '<invalid>'
^C
Thread 1 "actiona" received signal SIGINT, Interrupt.
syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38 ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
(gdb) bt
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff66b122f in g_cond_wait ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff6693557 in g_once_init_enter ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007fffd5ab3205 in gtk_buildable_get_type ()
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#4 0x00007fffd5af5b40 in gtk_container_get_type ()
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#5 0x00007fffd5aaa72d in gtk_bin_get_type ()
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#6 0x00007fffd5d2827c in gtk_window_get_type ()
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#7 0x00007fffd5b2ebdc in gtk_dialog_get_type ()
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#8 0x00007fffd5ae68ac in gtk_color_chooser_dialog_get_type ()
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#9 0x00007fffd5ae6951 in gtk_color_chooser_dialog_new ()
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#10 0x00007fffd62b7cf4 in ?? ()
from /usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk3.so
#11 0x00007fffd62bb0ed in ?? ()
from /usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk3.so
- ---Type <return> to continue, or q <return> to quit---
#12 0x00007ffff6304ebf in QDialogPrivate::platformHelper() const ()
from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#13 0x00007ffff6302584 in ?? ()
from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#14 0x00007ffff63027e4 in QColorDialog::QColorDialog(QWidget*) ()
from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#15 0x00007ffff7699d20 in ActionTools::ColorEdit::ColorEdit(QWidget*) ()
from /usr/lib/actiona/libactiontools.so.1
#16 0x00007ffff76b4172 in 
ActionTools::ColorPositionParameterDefinition::buildEditors(ActionTools::Script*,
 QWidget*) ()
from /usr/lib/actiona/libactiontools.so.1
#17 0x0000000000441cea in ?? ()
#18 0x0000000000444d8e in ?? ()
#19 0x000000000042fa73 in ?? ()
#20 0x00007ffff54fd499 in QObject::event(QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x00007ffff615f46b in QWidget::event(QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#22 0x00007ffff625e92b in QMainWindow::event(QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#23 0x00007ffff6117b8c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#24 0x00007ffff611f341 in QApplication::notify(QObject*, QEvent*) ()
- ---Type <return> to continue, or q <return> to quit---
from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#25 0x00007ffff54d09e0 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#26 0x00007ffff54d316d in QCoreApplicationPrivate::sendPostedEvents(QObject*, 
int, QThreadData*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x00007ffff5524c43 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x00007ffff666b7f7 in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x00007ffff666ba60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007ffff666bb0c in g_main_context_iteration ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007ffff552504f in 
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () 
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#32 0x00007ffff54ce9ca in 
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#33 0x00007ffff54d713c in QCoreApplication::exec() ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#34 0x0000000000423956 in ?? ()
#35 0x00007ffff41a82b1 in __libc_start_main (main=0x422570, argc=1,
argv=0x7fffffffe2b8, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffe2a8)
at ../csu/libc-start.c:291
#36 0x0000000000424549 in ?? ()
(gdb)
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCAAdFiEESZfky5QK8qMqVIE+ZvNafKJEyF8FAljDI/YACgkQZvNafKJE
yF8R+Qv/e6Oox3YRPJUmIXr1PnlDc1osLJQX73pdGlxatmMcjKzHfQxYVCiUHsJx
fo5VaEZ+k/1VmES6Oc1IOhfzePMhWZtbOY3nkcRfjjcfOOiBI7ks48IbbqEWpUkc
lpe/w+fntB4zX5DxDPWIea70j//Ipj5BmLpwvoP/PvUthM1L4vTfvk2d0kdq3qyC
jt4I7wvtRLi5pzfW+6xRjcxoZ+zRzr9pxou24MI0xCdXeqPBcFM05bbEZ93Zk+95
b1w39vplmgwfSvrj7ugDoVwqWJy4uCvFwowmtbxqUJqNRt1vDSsXKasNSR9EGuLW
f93qZZ5cYlxoK1dY9NGAeWHzXmC+t7gk4zRolP8KgirDbTfIf1XKhIqo6xtQ6fCh
4H8PHsLjvSnDRC7mq2G5T1CITdVL9aJF34NTxRSS+1aVQLVY2SSrYiwp1uTSvx2D
Yc3zU7+wH9iyNnUpvJB7m+idkQ56BZbT5L4Lo7O2LgUrYPqZ9zD3BVDBxTcheKv0
orSTTopZ
=vxJp
-----END PGP SIGNATURE-----



Guilherme de Abreu
Designer Gráfico e Ilustrador
--
Visite meu [portfólio](http://be.net/guilhermeabreu)

Sent from [ProtonMail](https://protonmail.ch), encrypted email based in 
Switzerland.

Reply via email to