THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Emmanuel Lepage Vallee (Elv13)
Attached to Project - awesome
Summary - client.content (screenshot) is broken
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - c.content is broken, it always return NULL. This is because "ximage"
in the C code is null. I copy-paste xcb_image_get content instead of calling
the original to get more that. ximage is null because xcb_get_image_reply
return null. xcb_get_image_reply itself have an error code:
if (error) {
printf("ERROR CODE %d %d %d %d %d %d %d
%d\n",error->response_type,error->error_code,
error->sequence,error->resource_id,error->minor_code,error->major_code,error->pad0,error->full_sequence);
}
Give:
COOKIE 2251
ERROR CODE 192 33 595 0 25096 0 111 32711512
CONTENT userdata: (nil) nil
COOKIE 2331
ERROR CODE 240 33 555 0 25096 0 111 32711512
CONTENT userdata: (nil) nil
COOKIE 2411
ERROR CODE 192 47 596 0 25096 0 111 32711512
CONTENT userdata: (nil) nil
COOKIE 2491
ERROR CODE 80 94 592 0 25096 0 111 32711512
I have no idea how to process from here
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1150
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].