Guest User

Untitled

a guest
May 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. tsinaski@greyskull:~/git_repos/pitivi-git/pitivi$ bin/pitivi
  2.  
  3. (pitivi:8908): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  4.  
  5. (pitivi:8908): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  6.  
  7. (pitivi:8908): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  8.  
  9. (pitivi:8908): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  10. pitivi/project.py:359: Warning: g_param_spec_uint64: assertion `default_value >= minimum && default_value <= maximum' failed
  11. self.timeline = ges.timeline_new_audio_video()
  12. pitivi/project.py:359: Warning: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
  13. self.timeline = ges.timeline_new_audio_video()
  14. Traceback (most recent call last):
  15. File "bin/pitivi", line 143, in <module>
  16. _run_pitivi()
  17. File "bin/pitivi", line 138, in _run_pitivi
  18. sys.exit(ptv.main(sys.argv))
  19. File "pitivi/application.py", line 434, in main
  20. ptv = StartupWizardGuiPitivi(debug=options.debug)
  21. File "pitivi/application.py", line 377, in __init__
  22. self.projectManager.newBlankProject(False)
  23. File "pitivi/project.py", line 236, in newBlankProject
  24. self.emit("new-project-loaded", self.current)
  25. File "pitivi/utils/signal.py", line 214, in emit
  26. *args, **kwargs)
  27. File "pitivi/utils/signal.py", line 189, in emit
  28. res = cb(*ar, **kw)
  29. File "pitivi/mainwindow.py", line 699, in _projectManagerNewProjectLoadedCb
  30. if self.timeline.duration != 0:
  31. File "pitivi/timeline/timeline.py", line 852, in getDuration
  32. return self.timeline.props.duration
  33. AttributeError: 'gobject.GProps' object has no attribute 'duration'
Add Comment
Please, Sign In to add comment