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
I gave this code a spin but I wasn't able to make it work. I tried to display one image using lsix and while it perfectly works with xterm -ti vt340, it generated a bunch of the following X errors with the latest commit. What am I doing wrong? Thanks for the awesome work!
$ ./build/src/rxvt
urxvt: An X Error occurred, trying to continue after report.
urxvt: + Serial number of failed request: 406
urxvt: + X Error of failed request: BadMatch (invalid parameter attributes)
urxvt: + Major opcode of failed request: 72
urxvt: + (which is X_PutImage)
urxvt: An X Error occurred, trying to continue after report.
urxvt: + Serial number of failed request: 407
urxvt: + X Error of failed request: BadMatch (invalid parameter attributes)
urxvt: + Major opcode of failed request: 72
urxvt: + (which is X_PutImage)
urxvt: An X Error occurred, trying to continue after report.
urxvt: + Serial number of failed request: 408
urxvt: + X Error of failed request: BadMatch (invalid parameter attributes)
urxvt: + Major opcode of failed request: 72
urxvt: + (which is X_PutImage)
urxvt: An X Error occurred, trying to continue after report.
urxvt: + Serial number of failed request: 411
urxvt: + X Error of failed request: BadMatch (invalid parameter attributes)
urxvt: + Major opcode of failed request: 62
urxvt: + (which is X_CopyArea)
urxvt: An X Error occurred, trying to continue after report.
urxvt: + Serial number of failed request: 417
urxvt: + X Error of failed request: BadMatch (invalid parameter attributes)
urxvt: + Major opcode of failed request: 62
urxvt: + (which is X_CopyArea)
The text was updated successfully, but these errors were encountered:
I gave this code a spin but I wasn't able to make it work. I tried to display one image using
lsix
and while it perfectly works withxterm -ti vt340
, it generated a bunch of the following X errors with the latest commit. What am I doing wrong? Thanks for the awesome work!The text was updated successfully, but these errors were encountered: