#228 closed Bug Report (fixed)
Ingen Error
| Reported by: | alanpasi@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Component: | Ingen |
| Keywords: | Cc: |
Description
Hi
After compiling the svn revision 1631 I got this error:
~$ ingen -g
librdf fatal - Cannot add statement to model
Loaded module "ingen_client" from /usr/local/lib/ingen
WARNING: Unknown URI scheme 'osc.udp'
Loaded module "ingen_gui" from /usr/local/lib/ingen
[GladeFactory?] Loading widgets from /usr/local/share/ingen_gui.glade
Segmentation fault
Linux 2.6.24-19-rt #1 SMP PREEMPT RT Thu Aug 21 02:08:03 UTC 2008 i686 GNU/Linux
Thank you,
Alanpasi
Change History (3)
comment:1 follow-up: ↓ 2 Changed 5 years ago by dave
comment:2 in reply to: ↑ 1 Changed 5 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Replying to dave:
The librdf error is meaningless (don't worry about it).
You don't have OSC support compiled in, so you can't run separate engine and GUI processes. Use ingen -eg or compile with OSC support.
Hi Dave
Just installed liblo from svn and Ingen is running!!!
Thank you,
Alanpasi
comment:3 Changed 5 years ago by dave
No problem.
It should probably fail more gracefully than a segfault in this situation, but I'm happy with closed tickets :)

The librdf error is meaningless (don't worry about it).
You don't have OSC support compiled in, so you can't run separate engine and GUI processes. Use ingen -eg or compile with OSC support.