← Back to team overview

linux-traipu team mailing list archive

[Bug 1310052] [NEW] OpenShot 1.4.3 crashes frequently while editing video

 

Public bug reported:

Here's my system info: Fedora 19 x86_64

Crash: Titles.py:728:on_btnCancel_clicked:AttributeError: frmEditText
instance has no attribute 'frmEditText'

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/openshot/windows/Titles.py", line 728, in on_btnCancel_clicked
    self.frmEditText.destroy()
AttributeError: frmEditText instance has no attribute 'frmEditText'

Local variables in innermost frame:
widget: <gtk.Button object at 0x1b090a0 (GtkButton at 0x2e53b00)>
self: <windows.Titles.frmEditText instance at 0x67c1170>
===============================================================================

Crash: Titles.py:674:on_btnFont_clicked:AttributeError: frmTitles
instance has no attribute 'project'

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/openshot/windows/Titles.py", line 674, in on_btnFont_clicked
    frm = fontselector.frmFontProperties(self, project=self.project)
AttributeError: frmTitles instance has no attribute 'project'

Local variables in innermost frame:
widget: <gtk.Button object at 0x6bed320 (GtkButton at 0x557c9b0)>
self: <windows.Titles.frmTitles instance at 0x6596b00>

===============================================================================

Crash: Titles.py:330:on_btnAdvanced_clicked:AttributeError: frmTitles
instance has no attribute '_'

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/openshot/windows/Titles.py", line 330, in on_btnAdvanced_clicked
    _ = self._
AttributeError: frmTitles instance has no attribute '_'

Local variables in innermost frame:
widget: <gtk.Button object at 0x2b996e0 (GtkButton at 0x36d3b00)>
self: <windows.Titles.frmTitles instance at 0x7f29840109e0>

** Affects: openshot
     Importance: Undecided
         Status: New

-- 
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/1310052

Title:
  OpenShot 1.4.3 crashes frequently while editing video

Status in OpenShot Video Editor:
  New

Bug description:
  Here's my system info: Fedora 19 x86_64

  Crash: Titles.py:728:on_btnCancel_clicked:AttributeError: frmEditText
  instance has no attribute 'frmEditText'

  Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/openshot/windows/Titles.py", line 728, in on_btnCancel_clicked
      self.frmEditText.destroy()
  AttributeError: frmEditText instance has no attribute 'frmEditText'

  Local variables in innermost frame:
  widget: <gtk.Button object at 0x1b090a0 (GtkButton at 0x2e53b00)>
  self: <windows.Titles.frmEditText instance at 0x67c1170>
  ===============================================================================

  Crash: Titles.py:674:on_btnFont_clicked:AttributeError: frmTitles
  instance has no attribute 'project'

  Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/openshot/windows/Titles.py", line 674, in on_btnFont_clicked
      frm = fontselector.frmFontProperties(self, project=self.project)
  AttributeError: frmTitles instance has no attribute 'project'

  Local variables in innermost frame:
  widget: <gtk.Button object at 0x6bed320 (GtkButton at 0x557c9b0)>
  self: <windows.Titles.frmTitles instance at 0x6596b00>

  ===============================================================================

  Crash: Titles.py:330:on_btnAdvanced_clicked:AttributeError: frmTitles
  instance has no attribute '_'

  Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/openshot/windows/Titles.py", line 330, in on_btnAdvanced_clicked
      _ = self._
  AttributeError: frmTitles instance has no attribute '_'

  Local variables in innermost frame:
  widget: <gtk.Button object at 0x2b996e0 (GtkButton at 0x36d3b00)>
  self: <windows.Titles.frmTitles instance at 0x7f29840109e0>

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


Follow ups

References