gcarranza / flowblade

Automatically exported from code.google.com/p/flowblade
0 stars 0 forks source link

Flowblade won't launch properly #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I was launching the application but nothing happens. Moreover, the output from 
the Terminal is this:

Launch script dir: /usr/bin
Running from installation...
MLT found, version: 0.9.2
OS: Arch Linux
Python 2.7.8 (default, Sep 24 2014, 18:26:21) 
[GCC 4.9.1 20140903 (prerelease)]
GTK+ version: (2, 24, 24)
Locale: en_PH
Attempt to unlock mutex that was not locked
Aborted (core dumped)

I used Arch Linux.

Original issue reported on code.google.com by blastorg...@gmail.com on 26 Sep 2014 at 9:18

GoogleCodeExporter commented 8 years ago
Got the same behiavour :

$ flowblade
FLOWBLADE MOVIE EDITOR 0.14rc
---------------------------
Launch script dir: /usr/bin
Running from installation...
MLT found, version: 0.8.0
OS: Debian GNU/Linux 7 (wheezy)
Python 2.7.8 (default, Oct  2 2014, 13:29:46) 
[GCC 4.9.1]
GTK+ version: (2, 24, 10)
Locale: fr_FR
Attempt to unlock mutex that was not locked
Abandon

Original comment by lourspol...@laposte.net on 13 Oct 2014 at 7:46

GoogleCodeExporter commented 8 years ago
Fixed in repository.

This should be fixed now by the recent commit adding  line 
"gtk.gdk.gdk.threads_enter()" into app.py, atleast based on info here: 
https://github.com/GNOME/gtk/commit/79c3ff3c4ed74bbcc820dac2d5180fa4d48d55ec  , 
as I was unable to reproduce this on my system.

Original comment by janne.li...@gmail.com on 20 Nov 2014 at 11:12

GoogleCodeExporter commented 8 years ago
Marking fixed, release 0.16 fixes this.

Original comment by janne.li...@gmail.com on 3 Dec 2014 at 11:05