You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would have been a silent error had I not decided to run the tool from the command line:
No ID match for device lpd://BRN30055C147729/BINARY_P1:
MFG:Brother;MDL:MFC-7860DW;CMD:PJL,PCL,PCLXL;
No ID match for device lpd://BRN30055C147729/BINARY_P1:
MFG:Brother;MDL:MFC-7860DW;CMD:PJL,PCL,PCLXL;
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
python: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
It sounds like this is a multithreaded application. Just so you know, X11 isn't really threadsafe unless explicitly told to be so.
The text was updated successfully, but these errors were encountered:
No ID match for device socket://192.168.54.86:
MFG:Xerox;MDL:WorkCentre 3615;CMD:PostScript 3, PCL;DES:Xerox WorkCentre 3615;
No ID match for device socket://192.168.54.86:9100:
MFG:Xerox;MDL:WorkCentre 3615;CMD:PostScript 3, PCL;DES:Xerox WorkCentre 3615;
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
python: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
This would have been a silent error had I not decided to run the tool from the command line:
It sounds like this is a multithreaded application. Just so you know, X11 isn't really threadsafe unless explicitly told to be so.
The text was updated successfully, but these errors were encountered: