Closed hdansin closed 8 months ago
I can reproduce this on my Budgie PC. Using strace it seems to get stuck waiting on a futex call:
[...]
write(2, "\n(ardour-8.4.0:8528): GLib-GObje"..., 128
(ardour-8.4.0:8528): GLib-GObject-CRITICAL **: 21:53:49.797: g_type_add_interface_static: assertion 'G_TYPE) = 128
write(2, "_IS_INSTANTIATABLE (instance_typ"..., 43_IS_INSTANTIATABLE (instance_type)' failed
) = 43
ioctl(2, TCGETS, {c_iflag=ICRNL|IXON|IUTF8, c_oflag=NL0|CR0|TAB0|BS0|VT0|FF0|OPOST|ONLCR, c_cflag=B38400|CS8|CREAD, c_lflag=ISIG|ICANON|ECHO|ECHOE|ECHOK|IEXTEN|ECHOCTL|ECHOKE, ...}) = 0
getpid() = 8528
write(2, "\n(ardour-8.4.0:8528): GLib-GObje"..., 128
(ardour-8.4.0:8528): GLib-GObject-CRITICAL **: 21:53:49.797: g_type_register_static: assertion 'parent_type) = 128
write(2, " > 0' failed\n", 13 > 0' failed
) = 13
futex(0x7fa447ffef18, FUTEX_WAIT_PRIVATE, 154, NULL
Please confirm there isn't an existing open bug report
Summary
Ardour 8 fails to launch. In terminal, it shows this output:
Steps to reproduce
Launch Ardour from menu, or type
ardour8
in terminal and press enter.Expected result
Ardour should start and show the project menu window
Actual result
No window appears and it throws an error in the terminal, though the process keeps running.
Environment
Repo
Shannon (stable)
Desktop Environment
Budgie
System details
Other comments
No response