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 0.54 KB | None | 0 0
  1. The program toonoop received an X window system error
  2. this probably reflects a bug in the program.
  3. the error was "BadDrawable (invalid pixmap or window parameter)"
  4. details: serial 279 error code 9 request code 14 minor_code 0
  5. note to programmers: normally, x errors are reported asynchronously;
  6. that is, you will receive the error a while after causing it.
  7. to debug your program, run it with the --sync command line option to
  8. change this behavior. You can then get a meaningful acktrace
  9. from your debugger if you break on the gdk_x_error() function.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement