← Back to team overview

linux-traipu team mailing list archive

[Bug 1354944] Re: application crash on startup

 

UPdate mlt using this faq :
https://answers.launchpad.net/openshot/+faq/1861

2014-08-10 23:24 GMT+02:00 Peter Aba <thoer81@xxxxxxxxx>:
>
> Public bug reported:
>
> ------------------------- ERROR 1 ------------------------------
> Failed to import 'from openshot import main'
> Error Message: cannot import name main
> ----------------------------------------------------------------
> --------------------------------
>    OpenShot (version 1.4.2)
> --------------------------------
> Process no longer exists: 9009.  Creating new pid lock file.
>
> Detecting formats, codecs, and filters...
> ---
> video_codecs:
>   - a64multi
>   - a64multi5
>   - asv1
>   - asv2
>   - bmp
>   - cljr
>   - dnxhd
>   - dpx
>   - dvvideo
>   - ffv1
>   - ffvhuff
>   - flashsv
>   - flv
>   - gif
>   - h261
>   - h263
>   - h263p
>   - huffyuv
>   - jpegls
>   - ljpeg
>   - mjpeg
>   - mpeg1video
>   - mpeg2video
>   - mpeg4
>   - msmpeg4v2
>   - msmpeg4
>   - pam
>   - pbm
>   - pcx
>   - pgm
>   - pgmyuv
>   - png
>   - ppm
>   - qtrle
>   - rawvideo
>   - roqvideo
>   - rv10
>   - rv20
>   - sgi
>   - snow
>   - svq1
>   - targa
>   - tiff
>   - v210
>   - v410
>   - wmv1
>   - wmv2
>   - zlib
>   - zmbv
>   - libdirac
>   - libschroedinger
>   - libtheora
>   - libvpx
>   - libx264
>   - libxvid
> ...
> ---
> audio_codecs:
>   - aac
>   - ac3
>   - ac3_fixed
>   - alac
>   - eac3
>   - flac
>   - mp2
>   - nellymoser
>   - real_144
>   - vorbis
>   - wmav1
>   - wmav2
>   - roq_dpcm
>   - adpcm_adx
>   - g722
>   - g726
>   - adpcm_ima_qt
>   - adpcm_ima_wav
>   - adpcm_ms
>   - adpcm_swf
>   - adpcm_yamaha
>   - libgsm
>   - libgsm_ms
>   - libmp3lame
>   - libspeex
>   - libvorbis
> ...
> ---
> formats:
>   - a64
>   - ac3
>   - adts
>   - adx
>   - aiff
>   - amr
>   - asf
>   - ass
>   - asf_stream
>   - au
>   - avi
>   - avm2
>   - cavsvideo
>   - crc
>   - daud
>   - dirac
>   - dnxhd
>   - dts
>   - dv
>   - eac3
>   - ffm
>   - ffmetadata
>   - filmstrip
>   - flac
>   - flv
>   - framecrc
>   - framemd5
>   - g722
>   - gif
>   - gxf
>   - h261
>   - h263
>   - h264
>   - image2
>   - image2pipe
>   - ipod
>   - ivf
>   - latm
>   - m4v
>   - md5
>   - matroska
>   - matroska
>   - mjpeg
>   - mlp
>   - mmf
>   - mov
>   - mp2
>   - mp3
>   - mp4
>   - mpeg
>   - vcd
>   - mpeg1video
>   - dvd
>   - svcd
>   - mpeg2video
>   - vob
>   - mpegts
>   - mpjpeg
>   - mxf
>   - mxf_d10
>   - null
>   - nut
>   - ogg
>   - oma
>   - alaw
>   - mulaw
>   - f64be
>   - f64le
>   - f32be
>   - f32le
>   - s32be
>   - s32le
>   - s24be
>   - s24le
>   - s16be
>   - s16le
>   - s8
>   - u32be
>   - u32le
>   - u24be
>   - u24le
>   - u16be
>   - u16le
>   - u8
>   - psp
>   - rawvideo
>   - rm
>   - RoQ
>   - rso
>   - rtp
>   - rtsp
>   - sap
>   - segment
>   - smjpeg
>   - sox
>   - spdif
>   - srt
>   - swf
>   - 3g2
>   - 3gp
>   - truehd
>   - rcv
>   - voc
>   - wav
>   - webm
>   - yuv4mpegpipe
>   - alsa
>   - oss
> ...
>
> ------------------------- ERROR 2 ------------------------------
> Failed to import 'from openshot.openshot import main'
> Error Message: 'NoneType' object has no attribute 'set_cursor'
> ----------------------------------------------------------------
>
> OpenShot has failed to import some of the Python files or libraries
> required for our application to run.  Here are some trouble shooting
> tips:
>
> Tip 1) Check if MLT can be successfully imported in Python.  Run the
>  following commands, and see if any errors are displayed.  If you get
>  an error, you need to investigate the correct way to install MLT.
>  NOTE:  Do not type the $ or >> characters in the examples below.
>
>        $ python
>        >> import mlt
>        >> mlt.Factory().init()
>
> Tip 2) If MLT is working from the first example, then the next tip is
>  to look at the above error messages very closely, and google for more
>  help.  It's likely the problem is already reported, and maybe there is
>  a simple work-around.  Also, you can search for bugs or report a new
>  bug at https://bugs.launchpad.net/openshot.  Good luck!
>
> ** Affects: openshot
>      Importance: Undecided
>          Status: New
>
> --
> You received this bug notification because you are a member of OpenShot
> Bugs, which is subscribed to OpenShot Video Editor.
> https://bugs.launchpad.net/bugs/1354944
>
> Title:
>   application crash on startup
>
> Status in OpenShot Video Editor:
>   New
>
> Bug description:
>   ------------------------- ERROR 1 ------------------------------
>   Failed to import 'from openshot import main'
>   Error Message: cannot import name main
>   ----------------------------------------------------------------
>   --------------------------------
>      OpenShot (version 1.4.2)
>   --------------------------------
>   Process no longer exists: 9009.  Creating new pid lock file.
>
>   Detecting formats, codecs, and filters...
>   ---
>   video_codecs:
>     - a64multi
>     - a64multi5
>     - asv1
>     - asv2
>     - bmp
>     - cljr
>     - dnxhd
>     - dpx
>     - dvvideo
>     - ffv1
>     - ffvhuff
>     - flashsv
>     - flv
>     - gif
>     - h261
>     - h263
>     - h263p
>     - huffyuv
>     - jpegls
>     - ljpeg
>     - mjpeg
>     - mpeg1video
>     - mpeg2video
>     - mpeg4
>     - msmpeg4v2
>     - msmpeg4
>     - pam
>     - pbm
>     - pcx
>     - pgm
>     - pgmyuv
>     - png
>     - ppm
>     - qtrle
>     - rawvideo
>     - roqvideo
>     - rv10
>     - rv20
>     - sgi
>     - snow
>     - svq1
>     - targa
>     - tiff
>     - v210
>     - v410
>     - wmv1
>     - wmv2
>     - zlib
>     - zmbv
>     - libdirac
>     - libschroedinger
>     - libtheora
>     - libvpx
>     - libx264
>     - libxvid
>   ...
>   ---
>   audio_codecs:
>     - aac
>     - ac3
>     - ac3_fixed
>     - alac
>     - eac3
>     - flac
>     - mp2
>     - nellymoser
>     - real_144
>     - vorbis
>     - wmav1
>     - wmav2
>     - roq_dpcm
>     - adpcm_adx
>     - g722
>     - g726
>     - adpcm_ima_qt
>     - adpcm_ima_wav
>     - adpcm_ms
>     - adpcm_swf
>     - adpcm_yamaha
>     - libgsm
>     - libgsm_ms
>     - libmp3lame
>     - libspeex
>     - libvorbis
>   ...
>   ---
>   formats:
>     - a64
>     - ac3
>     - adts
>     - adx
>     - aiff
>     - amr
>     - asf
>     - ass
>     - asf_stream
>     - au
>     - avi
>     - avm2
>     - cavsvideo
>     - crc
>     - daud
>     - dirac
>     - dnxhd
>     - dts
>     - dv
>     - eac3
>     - ffm
>     - ffmetadata
>     - filmstrip
>     - flac
>     - flv
>     - framecrc
>     - framemd5
>     - g722
>     - gif
>     - gxf
>     - h261
>     - h263
>     - h264
>     - image2
>     - image2pipe
>     - ipod
>     - ivf
>     - latm
>     - m4v
>     - md5
>     - matroska
>     - matroska
>     - mjpeg
>     - mlp
>     - mmf
>     - mov
>     - mp2
>     - mp3
>     - mp4
>     - mpeg
>     - vcd
>     - mpeg1video
>     - dvd
>     - svcd
>     - mpeg2video
>     - vob
>     - mpegts
>     - mpjpeg
>     - mxf
>     - mxf_d10
>     - null
>     - nut
>     - ogg
>     - oma
>     - alaw
>     - mulaw
>     - f64be
>     - f64le
>     - f32be
>     - f32le
>     - s32be
>     - s32le
>     - s24be
>     - s24le
>     - s16be
>     - s16le
>     - s8
>     - u32be
>     - u32le
>     - u24be
>     - u24le
>     - u16be
>     - u16le
>     - u8
>     - psp
>     - rawvideo
>     - rm
>     - RoQ
>     - rso
>     - rtp
>     - rtsp
>     - sap
>     - segment
>     - smjpeg
>     - sox
>     - spdif
>     - srt
>     - swf
>     - 3g2
>     - 3gp
>     - truehd
>     - rcv
>     - voc
>     - wav
>     - webm
>     - yuv4mpegpipe
>     - alsa
>     - oss
>   ...
>
>   ------------------------- ERROR 2 ------------------------------
>   Failed to import 'from openshot.openshot import main'
>   Error Message: 'NoneType' object has no attribute 'set_cursor'
>   ----------------------------------------------------------------
>
>   OpenShot has failed to import some of the Python files or libraries
>   required for our application to run.  Here are some trouble shooting
>   tips:
>
>   Tip 1) Check if MLT can be successfully imported in Python.  Run the
>    following commands, and see if any errors are displayed.  If you get
>    an error, you need to investigate the correct way to install MLT.
>    NOTE:  Do not type the $ or >> characters in the examples below.
>
>          $ python
>          >> import mlt
>          >> mlt.Factory().init()
>
>   Tip 2) If MLT is working from the first example, then the next tip is
>    to look at the above error messages very closely, and google for more
>    help.  It's likely the problem is already reported, and maybe there is
>    a simple work-around.  Also, you can search for bugs or report a new
>    bug at https://bugs.launchpad.net/openshot.  Good luck!
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/openshot/+bug/1354944/+subscriptions
>
> --
> Mailing list: https://launchpad.net/~openshot.bugs
> Post to     : openshot.bugs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openshot.bugs
> More help   : https://help.launchpad.net/ListHelp
>


-- 
Olivier
Cenwen un elfe sur la banquise/ an elve on the ice
Mon blog perso  sur le multimédia, Ubuntu, Linux et OpenShot :
http://linuxevolution.wordpress.com/
Le forum d'Openshot où vous me trouverez : http://openshotusers.com/
http://openshotusers.com/forum/index.php
Nothing is lost until the last second.
The family motto : When we want, we can.
Astuces, Actualités, Logiciels, bref sur tout ce que je ne fais d'articles
dessus Google+ <https://plus.google.com/u/0/111472725110173916234/posts>


** Changed in: openshot
       Status: New => Incomplete

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

Title:
  application crash on startup

Status in OpenShot Video Editor:
  Incomplete

Bug description:
  ------------------------- ERROR 1 ------------------------------
  Failed to import 'from openshot import main'
  Error Message: cannot import name main
  ----------------------------------------------------------------
  --------------------------------
     OpenShot (version 1.4.2)
  --------------------------------
  Process no longer exists: 9009.  Creating new pid lock file.

  Detecting formats, codecs, and filters...
  ---
  video_codecs:
    - a64multi
    - a64multi5
    - asv1
    - asv2
    - bmp
    - cljr
    - dnxhd
    - dpx
    - dvvideo
    - ffv1
    - ffvhuff
    - flashsv
    - flv
    - gif
    - h261
    - h263
    - h263p
    - huffyuv
    - jpegls
    - ljpeg
    - mjpeg
    - mpeg1video
    - mpeg2video
    - mpeg4
    - msmpeg4v2
    - msmpeg4
    - pam
    - pbm
    - pcx
    - pgm
    - pgmyuv
    - png
    - ppm
    - qtrle
    - rawvideo
    - roqvideo
    - rv10
    - rv20
    - sgi
    - snow
    - svq1
    - targa
    - tiff
    - v210
    - v410
    - wmv1
    - wmv2
    - zlib
    - zmbv
    - libdirac
    - libschroedinger
    - libtheora
    - libvpx
    - libx264
    - libxvid
  ...
  ---
  audio_codecs:
    - aac
    - ac3
    - ac3_fixed
    - alac
    - eac3
    - flac
    - mp2
    - nellymoser
    - real_144
    - vorbis
    - wmav1
    - wmav2
    - roq_dpcm
    - adpcm_adx
    - g722
    - g726
    - adpcm_ima_qt
    - adpcm_ima_wav
    - adpcm_ms
    - adpcm_swf
    - adpcm_yamaha
    - libgsm
    - libgsm_ms
    - libmp3lame
    - libspeex
    - libvorbis
  ...
  ---
  formats:
    - a64
    - ac3
    - adts
    - adx
    - aiff
    - amr
    - asf
    - ass
    - asf_stream
    - au
    - avi
    - avm2
    - cavsvideo
    - crc
    - daud
    - dirac
    - dnxhd
    - dts
    - dv
    - eac3
    - ffm
    - ffmetadata
    - filmstrip
    - flac
    - flv
    - framecrc
    - framemd5
    - g722
    - gif
    - gxf
    - h261
    - h263
    - h264
    - image2
    - image2pipe
    - ipod
    - ivf
    - latm
    - m4v
    - md5
    - matroska
    - matroska
    - mjpeg
    - mlp
    - mmf
    - mov
    - mp2
    - mp3
    - mp4
    - mpeg
    - vcd
    - mpeg1video
    - dvd
    - svcd
    - mpeg2video
    - vob
    - mpegts
    - mpjpeg
    - mxf
    - mxf_d10
    - null
    - nut
    - ogg
    - oma
    - alaw
    - mulaw
    - f64be
    - f64le
    - f32be
    - f32le
    - s32be
    - s32le
    - s24be
    - s24le
    - s16be
    - s16le
    - s8
    - u32be
    - u32le
    - u24be
    - u24le
    - u16be
    - u16le
    - u8
    - psp
    - rawvideo
    - rm
    - RoQ
    - rso
    - rtp
    - rtsp
    - sap
    - segment
    - smjpeg
    - sox
    - spdif
    - srt
    - swf
    - 3g2
    - 3gp
    - truehd
    - rcv
    - voc
    - wav
    - webm
    - yuv4mpegpipe
    - alsa
    - oss
  ...

  ------------------------- ERROR 2 ------------------------------
  Failed to import 'from openshot.openshot import main'
  Error Message: 'NoneType' object has no attribute 'set_cursor'
  ----------------------------------------------------------------

  OpenShot has failed to import some of the Python files or libraries 
  required for our application to run.  Here are some trouble shooting
  tips:

  Tip 1) Check if MLT can be successfully imported in Python.  Run the 
   following commands, and see if any errors are displayed.  If you get 
   an error, you need to investigate the correct way to install MLT.
   NOTE:  Do not type the $ or >> characters in the examples below.

         $ python
         >> import mlt
         >> mlt.Factory().init()

  Tip 2) If MLT is working from the first example, then the next tip is 
   to look at the above error messages very closely, and google for more 
   help.  It's likely the problem is already reported, and maybe there is
   a simple work-around.  Also, you can search for bugs or report a new 
   bug at https://bugs.launchpad.net/openshot.  Good luck!

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/1354944/+subscriptions


References