Advertisement
Guest User

gimp-crash

a guest
Aug 10th, 2018
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. $ gimp --debug-handlers
  2. Missing fast-path babl conversion detected, Implementing missing babl fast paths
  3. accelerates GEGL, GIMP and other software using babl, warnings are printed on
  4. first occurance of formats used where a conversion has to be synthesized
  5. programmatically by babl based on format description
  6.  
  7. *WARNING* missing babl fast path(s): "R'G'B' double" to "CIE Lab double"
  8. gimp_device_info_set_device: trying to set GdkDevice 'Logitech USB Receiver' on GimpDeviceInfo which already has a device
  9. gimp_color_transform_new: using babl for 'sRGB v1.31 (Canon)' -> 'GIMP built-in sRGB'
  10. void gimp_gegl_convert_color_profile(GeglBuffer*, const GeglRectangle*, GimpColorProfile*, GeglBuffer*, const GeglRectangle*, GimpColorProfile*, GimpColorRenderingIntent, gboolean, GimpProgress*): converting buffer took 0.1022 seconds
  11. *WARNING* missing babl fast path(s): "R'G'B'A u8" to "A u8"
  12. The program 'gimp' received an X Window System error.
  13. This probably reflects a bug in the program.
  14. The error was 'BadWindow (invalid Window parameter)'.
  15. (Details: serial 58499 error_code 3 request_code 18 minor_code 0)
  16. (Note to programmers: normally, X errors are reported asynchronously;
  17. that is, you will receive the error a while after causing it.
  18. To debug your program, run it with the --sync command line
  19. option to change this behavior. You can then get a meaningful
  20. backtrace from your debugger if you break on the gdk_x_error() function.)
  21.  
  22. (script-fu:26850): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement