openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #06265
[Bug 729389] Re: Error opening project file
Sorry, I meant to add that, prior to saving the project file, the
following had appeared in the terminal window from which I launched
Openshot:
Autosaving...
project saved! - LucyDVD_1
on_tlbPlay_clicked called with self.GtkToolButton
on_tlbAddMarker_clicked
project modified: Added marker
state saved
on_tlbPlay_clicked called with self.GtkToolButton
on_tlbArrow_clicked called with self.GtkRadioToolButton
on_tlbRazor_clicked called with self.GtkRadioToolButton
/usr/lib/pymodules/python2.6/openshot/classes/sequences.py:779: GtkWarning: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
new_pixbuf = pixbuf.scale_simple(remaining_pixels, height, gtk.gdk.INTERP_NEAREST)
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/openshot/classes/clip.py", line 1685, in on_button_press_x
self.divide_clip(event.x_root + distance_from_playhead, item)
File "/usr/lib/pymodules/python2.6/openshot/classes/clip.py", line 1808, in divide_clip
SecondClip.RenderClip()
File "/usr/lib/pymodules/python2.6/openshot/classes/clip.py", line 1027, in RenderClip
pixbuf_width = pixbuf.get_width()
AttributeError: 'NoneType' object has no attribute 'get_width'
The last line concerns me.
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/729389
Title:
Error opening project file
Status in OpenShot Video Editor:
New
Bug description:
When I try to open my project file, I get the above message.
In the terminal window openshot was launched from, I get:
project modified: Opened project
state saved
NEW SDL CONSUMER
/usr/lib/pymodules/python2.6/openshot/classes/sequences.py:779: GtkWarning: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
new_pixbuf = pixbuf.scale_simple(remaining_pixels, height, gtk.gdk.INTERP_NEAREST)
OS: Debian Squeeze (6.0)
Installation: .deb
Version: 1.3.0
I have the .osp file if that is helpful; not attached as it is 124K.
Also did an XML export, which is available.
References