I installed OpenMovieEditor on suse 11.1 with install click & it istalled without any problem But no run . please see this message and help me :
#openmovieeditor
When submitting a BUG report, or SUPPORT request, please include the following information:
(See Help->About… too)
----8<-----------------------
Open Movie Editor Version: 0.0.20081029
Libquicktime Version: 1.1.1
Libquicktime API Version: 9
/etc/lsb-release:
LSB_VERSION=“core-2.0-noarch:core-3.2-noarch:core-2.0-ia32:core-3.2-ia32”
----8<-----------------------
[lv.visual_buffer_get_data] Warning: assertion `buffer != NULL’ failed
Illegal instruction
Same problem here. It seems that packman version is faulty. I have emailed them (with the error message) but no luck so far.
plenty of other choices to go at though.
Alright guys, what is my problem?
openmovieeditor
When submitting a BUG report, or SUPPORT request, please include the following information:
(See Help->About… too)
----8<-----------------------
Open Movie Editor Version: 0.0.20090105
Libquicktime Version: 1.1.5
Libquicktime API Version: 10
----8<-----------------------
Segmentation fault
Their problem was that they were trying to run it on a machine without SSE2 instructions or something like that. mlt x86-32 package from Packman disabled such instructions long ago.
Your problem… no idea, but unrelated to the first one. You would need to obtain a backtrace for us to be able to know more. While other people tries to reproduce it, you could start to give a list of related packages versions (mlt, etc.)
I confused it with OpenShot :-p No idea if it uses MLT, but everything else doesn’t changes.
Thank you for the reply. A backtrace or at least a meaningful error message was what I was trying to create by launching from the terminal, not the Kicker menu icon. But what I quote above is all I get. Is there some secret option to add to create more output? PS: When I do it from my Danish user account “Segmentation fault” is translated to “Segmentfejl” so I guess that part is from the OS not the program.
A backtrace is obtained running
gdb $(which openmovieeditor)
and from there
run
which will end saying “Program received signal SIGSEGV, Segmentation fault.”
and from there
bt
That will provide the “backtrace”
#0 get_param_name (param_index=0) at filter/curves/curves.c:85
#1 0x00007fffc81faed9 in f0r_get_param_info (info=0x7ffffff7f6f0, param_index=4) at filter/curves/curves.c:115
#2 0x00007ffff6689280 in bg_frei0r_get_info () from /usr/lib64/libgmerlin.so.0
#3 0x00007ffff66b2fb7 in scan_directory_internal () from /usr/lib64/libgmerlin.so.0
#4 0x00007ffff66b36fb in scan_directory () from /usr/lib64/libgmerlin.so.0
#5 0x00007ffff66b39f2 in scan_multi () from /usr/lib64/libgmerlin.so.0
#6 0x00007ffff66b3cc7 in bg_plugin_registry_create_with_options () from /usr/lib64/libgmerlin.so.0
#7 0x00007ffff66b4274 in bg_plugin_registry_create () from /usr/lib64/libgmerlin.so.0
#8 0x00000000004512b0 in nle::GmerlinFactory::GmerlinFactory (this=0x7fffffffdc90, menu=0x1ed4920) at GmerlinFactory.cxx:34
#9 0x000000000041c8b8 in main (argc=1, argv=0x7fffffffdea8) at nle_main.cxx:136
That shows the problem is in frei0r (or in a bad use of frei0r).
That’s at least in my computer… I have my own frei0r version, perhaps in yours it shows a different problem. I’m going to look at it…
I removed the curves plugin and saw another problem… I suppose the same one that you have. As a workaround try installing gmerlin-gavl.
It seems the first problem it’s not specific of my frei0r package. So you will also need to remove the curves plugin (/usr/lib(64)/frei0r-1/curves.so) until upstream fixes gmerlin.
Wow RedDwarf, thank you for your detailed reply. The output of my backtrace is similar to yours but not identical:
#0 0x00007ffff66c2b35 in bg_singlepic_input_info ()
from /usr/lib64/libgmerlin.so.0
#1 0x00007ffff66b6df1 in bg_plugin_registry_create_with_options ()
from /usr/lib64/libgmerlin.so.0
#2 0x00007ffff66b7274 in bg_plugin_registry_create ()
from /usr/lib64/libgmerlin.so.0
#3 0x00000000004512b0 in ?? ()
#4 0x000000000041c8b8 in ?? ()
#5 0x00007ffff3bf5b7d in __libc_start_main () from /lib64/libc.so.6
#6 0x0000000000410279 in ?? ()
#7 0x00007fffffffdf08 in ?? ()
#8 0x000000000000001c in ?? ()
#9 0x0000000000000001 in ?? ()
#10 0x00007fffffffe33e in ?? ()
#11 0x0000000000000000 in ?? ()
I then installed gmerlin-gavl - whatever it is - an now OpenMovieEditor starts!
**Thanks a lot! **
I didn’t try using it yet (it’s late) but I was planning to since I just bought Crafting Digital Media by Daniel James and that program is the only video edition software besides the simple Avidemux the book talks about.