Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Running toonloop
  2. The program 'toonloop' received an X Window System error.
  3. This probably reflects a bug in the program.
  4. The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
  5. (Details: serial 282 error_code 9 request_code 14 minor_code 0)
  6. (Note to programmers: normally, X errors are reported asynchronously;
  7. that is, you will receive the error a while after causing it.
  8. To debug your program, run it with the --sync command line
  9. option to change this behavior. You can then get a meaningful
  10. backtrace from your debugger if you break on the gdk_x_error() function.)
  11. marieke@marieke-MacBookPro:~$ toonloop -d test
  12. failed to create drawable
  13. failed to create drawable
  14.  
  15. (toonloop:2241): ClutterGLX-CRITICAL **: Unable to make the stage window 0x3a00052 the current GLX drawable
  16. Using MIDI bindings file /usr/share/toonloop/presets/midi.xml
  17. The program 'toonloop' received an X Window System error.
  18. This probably reflects a bug in the program.
  19. The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
  20. (Details: serial 291 error_code 9 request_code 14 minor_code 0)
  21. (Note to programmers: normally, X errors are reported asynchronously;
  22. that is, you will receive the error a while after causing it.
  23. To debug your program, run it with the --sync command line
  24. option to change this behavior. You can then get a meaningful
  25. backtrace from your debugger if you break on the gdk_x_error() function.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement