openshot segfaults

Bug #1393755 reported by Eric
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openshot (Ubuntu)
New
Undecided
Unassigned

Bug Description

$ openshot

------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
--------------------------------
   OpenShot (version 1.4.3)
--------------------------------

Detecting formats, codecs, and filters...

[...]

...
state saved
on_mnuOpenProject_activate called with self.GtkImageMenuItem
WARNING: QApplication was not created in the main() thread.
project state modified
state saved
NEW SDL CONSUMER
/usr/lib/pymodules/python2.7/openshot/windows/OpenProject.py:70: GtkWarning: IA__gdk_window_set_user_data: assertion 'GDK_IS_WINDOW (window)' failed
  self.frmOpenProject.destroy()
/usr/lib/pymodules/python2.7/openshot/windows/OpenProject.py:70: GtkWarning: _gdk_window_destroy_hierarchy: assertion 'GDK_IS_WINDOW (window)' failed
  self.frmOpenProject.destroy()
/usr/lib/pymodules/python2.7/openshot/windows/OpenProject.py:70: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  self.frmOpenProject.destroy()
Violación de segmento (`core' generado)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: openshot 1.4.3-1.1
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Nov 18 13:26:49 2014
InstallationDate: Installed on 2013-10-16 (398 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1)
PackageArchitecture: all
SourcePackage: openshot
UpgradeStatus: Upgraded to trusty on 2014-05-21 (180 days ago)

Revision history for this message
Eric (ericvb69) wrote :
Revision history for this message
Hamish McIntyre-Bhatty (hamishmb) wrote :

This is a wierd one...
It seems you upgraded to trusty (14.04) via precise (12.04), which may mean there is some crud left over on your system that is causing this problem, although it's hard to say.
This might not get fixed, because of the new openshot 2.0 coming up (hopefully) soon, so hopefully, since that will have been reweritten, this bug will no longer apply in future.

Were you running any other program at the same time?

Thanks,
Hamish

Revision history for this message
Eric (ericvb69) wrote :

I tried on another computer, fresh 14.10 install and it segfaults too. Note that some projects open fine, but the one I'm working on just segfaults.

Revision history for this message
Hamish McIntyre-Bhatty (hamishmb) wrote :

Sorry, but I don't have the knowledge to help you any further.
I'm not sure about open shot 2 either, as it's now a year behind,
and even though I was going to help develop it, it was never in a good enough state for me to build it,
and there's been no activity for a few months, unfortunately.

Hopefully, this'll get noticed by someone with greater knowledge fairly soon.
Sorry I can't help any more,
Hamish

Revision history for this message
Olivier Girard (eolinwen) wrote : Re: [Openshot.developers] [Bug 1393755] Re: openshot segfaults
Download full text (4.1 KiB)

Openshot qt ask us a lot of work, like we have completely re-designed. So
its takes us some time, more that we have never imagined.....

Do you have check all your dependencies ? At first look, this crash comes
when you add an image , no ?

Like it is an update from 12.04, you could remove Openshot and MLT, check
if all is removed (for mlt) correctly and re-install it.
More informations here : https://answers.launchpad.net/openshot/+faq/1861
https://answers.launchpad.net/openshot/+faq/1850
its can be helpful for you.
Another word. What is your version of ffmpeg ? libav ?
See here : https://answers.launchpad.net/openshot/+faq/1040

2014-11-25 2:18 GMT+01:00 Hamish McIntyre-Bhatty <email address hidden>:

> Sorry, but I don't have the knowledge to help you any further.
> I'm not sure about open shot 2 either, as it's now a year behind,
> and even though I was going to help develop it, it was never in a good
> enough state for me to build it,
> and there's been no activity for a few months, unfortunately.
>
> Hopefully, this'll get noticed by someone with greater knowledge fairly
> soon.
> Sorry I can't help any more,
> Hamish
>
> --
> You received this bug notification because you are a member of OpenShot
> Developers, which is subscribed to openshot in Ubuntu.
> https://bugs.launchpad.net/bugs/1393755
>
> Title:
> openshot segfaults
>
> Status in “openshot” package in Ubuntu:
> New
>
> Bug description:
> $ openshot
>
> ------------------------- ERROR 1 ------------------------------
> Failed to import 'from openshot import main'
> Error Message: cannot import name main
> ----------------------------------------------------------------
> --------------------------------
> OpenShot (version 1.4.3)
> --------------------------------
>
> Detecting formats, codecs, and filters...
>
> [...]
>
> ...
> state saved
> on_mnuOpenProject_activate called with self.GtkImageMenuItem
> WARNING: QApplication was not created in the main() thread.
> project state modified
> state saved
> NEW SDL CONSUMER
> /usr/lib/pymodules/python2.7/openshot/windows/OpenProject.py:70:
> GtkWarning: IA__gdk_window_set_user_data: assertion 'GDK_IS_WINDOW
> (window)' failed
> self.frmOpenProject.destroy()
> /usr/lib/pymodules/python2.7/openshot/windows/OpenProject.py:70:
> GtkWarning: _gdk_window_destroy_hierarchy: assertion 'GDK_IS_WINDOW
> (window)' failed
> self.frmOpenProject.destroy()
> /usr/lib/pymodules/python2.7/openshot/windows/OpenProject.py:70:
> Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
> self.frmOpenProject.destroy()
> Violación de segmento (`core' generado)
>
> ProblemType: Bug
> DistroRelease: Ubuntu 14.04
> Package: openshot 1.4.3-1.1
> ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
> Uname: Linux 3.13.0-24-generic x86_64
> ApportVersion: 2.14.1-0ubuntu3.5
> Architecture: amd64
> CurrentDesktop: Unity
> Date: Tue Nov 18 13:26:49 2014
> InstallationDate: Installed on 2013-10-16 (398 days ago)
> InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64
> (20130820.1)
> PackageArchitecture: all
> SourcePackage: openshot
> UpgradeStat...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.