Guest User

Untitled

a guest
Jan 20th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. The disappearing and reappearing of the program that you just saw is normal.
  2. It's so that the Crunchbox window isn't included in the screenshot.
  3. /bin/sh: 1: scrot: not found
  4. /bin/sh: 1: convert: not found
  5. Traceback (most recent call last):
  6. File "/usr/share/crunchbox/crunchbox.py", line 129, in check_screenshot
  7. self.check_screenshot(cmd)
  8. TypeError: check_screenshot() takes exactly 3 arguments (2 given)
  9. Error in sys.excepthook:
  10. Traceback (most recent call last):
  11. File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 66, in apport_excepthook
  12. from apport.fileutils import likely_packaged, get_recent_crashes
  13. File "/usr/lib/python2.7/dist-packages/apport/__init__.py", line 1, in <module>
  14. from apport.report import Report
  15. File "/usr/lib/python2.7/dist-packages/apport/report.py", line 18, in <module>
  16. import problem_report
  17. File "/usr/lib/python2.7/dist-packages/problem_report.py", line 14, in <module>
  18. import zlib, base64, time, sys, gzip, struct, os
  19. File "/usr/lib/python2.7/gzip.py", line 36, in <module>
  20. class GzipFile(io.BufferedIOBase):
  21. AttributeError: 'module' object has no attribute 'BufferedIOBase'
  22.  
  23. Original exception was:
  24. Traceback (most recent call last):
  25. File "/usr/share/crunchbox/crunchbox.py", line 129, in check_screenshot
  26. self.check_screenshot(cmd)
  27. TypeError: check_screenshot() takes exactly 3 arguments (2 given)
  28. ^CTraceback (most recent call last):
  29. File "/usr/share/crunchbox/crunchbox.py", line 163, in <module>
  30. gtk.main()
Add Comment
Please, Sign In to add comment