Ardour3 crashed at start. Eg-metro problem.

Today I tried to start Ardour. When I choose session it crashed.
dude@theduders:/opt/Ardour-3.1.10-dbg/bin$ ./ardour3
Error opening file /usr/lib/lv2/argotlunar-2.0.5-linux_32/manifest.ttl (No such file or directory)
lilv_world_load_bundle(): error: Error reading file:///usr/lib/lv2/argotlunar-2.0.5-linux_32/manifest.ttl
Fontconfig warning: “/etc/fonts/conf.d/70-fonts-bpkg-georgian.conf”, line 12: bad alias
Fontconfig warning: “/etc/fonts/conf.d/70-fonts-bpkg-georgian.conf”, line 21: bad alias
Fontconfig warning: “/etc/fonts/conf.d/70-fonts-bpkg-georgian.conf”, line 30: bad alias
bnd txt domain [gtk2_ardour3] to /opt/Ardour-3.1.10-dbg/share/locale
Ardour3.1 (built using 3.1-10-ged1f310 and GCC version 4.4.6)
ardour: [INFO]: Loading default ui configuration file /opt/Ardour-3.1.10-dbg/etc/ardour3_ui_default.conf
Loading user ui configuration file /opt/Ardour-3.1.10-dbg/etc/ardour3_ui.conf
ardour: [INFO]: Loading ui configuration file /opt/Ardour-3.1.10-dbg/etc/ardour3_ui_dark.rc
ardour: [INFO]: Your system is configured to limit Ardour to only 4096 open files
ardour: [INFO]: Loading system configuration file /opt/Ardour-3.1.10-dbg/etc/ardour_system.rc
Loading user configuration file /home/dude/.config/ardour3/ardour.rc
Using SSE optimized routines
Announcement is:
VST_PATH not set, defaulting to /home/dude/vst:/usr/local/lib/vst:/usr/lib/vst
lilv_plugin_load_ports_if_necessary(): error: Plugin http://lv2plug.in/plugins/eg-metro is missing port 1/3
terminate called after throwing an instance of ‘std::bad_alloc’
what(): std::bad_alloc
Aborted (core dumped)

How can I fix it? Use Ardour 3.1.10-dbg

Error opening file /usr/lib/lv2/argotlunar-2.0.5-linux_32/manifest.ttl (No such file…

You have something wrong with one (or more) plugins… It may not be the cause, but you should elimiate that problem first.

*eliminate - (for some reason I’m unable to edit / correct my own posts).

Problem still be same.

Hi,

I see that lilv message all the time with some of the LV2 example plugins, it is most likely not the cause of the crash, as far as I know it is a benign error.

I see that problem in eg-metro plugin, but I can’t find it anywhere

VST_PATH not set, defaulting to /home/dude/vst:/usr/local/lib/vst:/usr/lib/vst
lilv_plugin_load_ports_if_necessary(): error: Plugin http://lv2plug.in/plugins/eg-metro is missing port 1/3
terminate called after throwing an instance of ‘std::bad_alloc’
what(): std::bad_alloc
Aborted (core dumped)

Sorry, the code doesn’t display correctly

After “lilv_plugin_load_ports_if_necessary():” i have " error: Plugin is missing port 1/3"

But link is broken. How can I replace eg-metro plugin?

http://ardour.org/debugging_ardour

This is debugger output

Starting program: /opt/Ardour-3.1.10-dbg/bin/ardour-3.0 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". Fontconfig warning: "/etc/fonts/conf.d/70-fonts-bpkg-georgian.conf", line 12: bad alias Fontconfig warning: "/etc/fonts/conf.d/70-fonts-bpkg-georgian.conf", line 21: bad alias Fontconfig warning: "/etc/fonts/conf.d/70-fonts-bpkg-georgian.conf", line 30: bad alias bnd txt domain [gtk2_ardour3] to /opt/Ardour-3.1.10-dbg/share/locale Ardour3.1 (built using 3.1-10-ged1f310 and GCC version 4.4.6) Cannot xinstall SIGPIPE error handler ardour: [INFO]: Loading default ui configuration file /opt/Ardour-3.1.10-dbg/etc/ardour3_ui_default.conf Loading user ui configuration file /opt/Ardour-3.1.10-dbg/etc/ardour3_ui.conf ardour: [INFO]: Loading ui configuration file /opt/Ardour-3.1.10-dbg/etc/ardour3_ui_dark.rc ardour: [INFO]: Your system is configured to limit Ardour to only 4096 open files [New Thread 0xb43cdb40 (LWP 3588)] ardour: [INFO]: Loading system configuration file /opt/Ardour-3.1.10-dbg/etc/ardour_system.rc Loading user configuration file /home/dude/.config/ardour3/ardour.rc Using SSE optimized routines [New Thread 0xb3bccb40 (LWP 3589)] [New Thread 0xb33cbb40 (LWP 3590)] [New Thread 0xb2bcab40 (LWP 3591)] [New Thread 0xb1ffec40 (LWP 3592)] [New Thread 0xa10ecb40 (LWP 3593)] [New Thread 0xa08ebb40 (LWP 3594)] [New Thread 0xa00eab40 (LWP 3595)] [Thread 0xa00eab40 (LWP 3595) exited] [Thread 0xa10ecb40 (LWP 3593) exited] Announcement is: [Thread 0xb1ffec40 (LWP 3592) exited] [New Thread 0xa10ecb40 (LWP 3598)] VST_PATH not set, defaulting to /home/dude/vst:/usr/local/lib/vst:/usr/lib/vst [New Thread 0xa00eab40 (LWP 3601)] [New Thread 0x9f0aec40 (LWP 3602)] [New Thread 0x9f034b40 (LWP 3603)] [New Thread 0x9d037b40 (LWP 3604)] [New Thread 0x9c836b40 (LWP 3605)] [Thread 0xa08ebb40 (LWP 3594) exited] terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc

Program received signal SIGABRT, Aborted.
0xb7fdd424 in __kernel_vsyscall ()

Please re-read that document on how to actually get useful output from the debugger and what to do with it (notably: paste to a bug report filed at tracker.ardour.org rather than the forums). Thanks.