← Back to team overview

openshot.developers team mailing list archive

[Bug 784329] Re: crash creating .FLV file (Ubuntu 10-04)

 

Hi,
This crash is certainly produce by mlt. The fact that you update at the Python version 3.x do nothing, Openshot is not ready for this version but we are working on. Could you use gdb for being sure of this : http://openshotusers.com/forum/viewtopic.php?f=12&t=180
Another track is to update at the version 0.7.2 of MlT.
Thanks.

-- 
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/784329

Title:
  crash creating .FLV file (Ubuntu 10-04)

Status in OpenShot Video Editor:
  New

Bug description:
  Note this crash is reproducible.

  what i did:
  a) installation metod:
    - add PPA repo
    - install DEB using Application - Ubuntu Software center
  b) run program and open a project
      - about 2 min lenght
      - 3 timelines
      - 3 clips
      - transitions and effects
  c) export in .FLV for "mobile 360"

  
  This is what i see in terminal:
  user@user-desktop:~$ openshot 

  ------------------------- ERROR 1 ------------------------------
  Failed to import 'from openshot import main'
  Error Message: cannot import name main
  ----------------------------------------------------------------
  --------------------------------
     OpenShot (version 1.3.1)
  --------------------------------
  Process no longer exists: 8553.  Creating new pid lock file.
  state saved
  GenerateXML for an Effect
  GenerateXML for an Effect
  GenerateXML for an Effect
  GenerateXML for an Effect
  project modified:  Opened project
  state saved
  NEW SDL CONSUMER
  on_mnuMakeMovie1_activate called with self.GtkImageMenuItem
  on_tlbMakeMovie_clicked called with self.GtkImageMenuItem
  on_cboExportType_changed
  on_cboUploadServices_changed
  on_cboProjectType_changed
  on_cboExportTo_changed
  on_cboProjectType_changed
  on_btnExportVideo_clicked
  NEW SDL CONSUMER
  GenerateXML for an Effect
  GenerateXML for an Effect
  GenerateXML for an Effect
  GenerateXML for an Effect
  on_frmExportVideo_destroy
  Errore di segmentazione

  ..:: Crash HERE ::....................

  user@user-desktop:~$ uname -a
  Linux user-desktop 2.6.32-31-generic #61-Ubuntu SMP Fri Apr 8 18:24:35 UTC 2011 i686 GNU/Linux

  
  user@user-desktop:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:	Ubuntu
  Description:	Ubuntu 10.04.2 LTS
  Release:	10.04
  Codename:	lucid

  
  And, i hope the following info are useful.

  user@user-desktop:~$ python
  Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) 
  [GCC 4.4.3] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import mlt
  >>> mlt.Factory().init()
  <mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0xb77175f0> >
  >>>


References