smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
616 stars 156 forks source link

linux desktop capture cursor crashes at call XQueryPointer #131

Open wang332127858 opened 2 years ago

wang332127858 commented 2 years ago

hi There is a necessary step Open gedit in the Linux desktop Enter some characters Slide the mouse wheel up and down It crashes after a while dump info ======= Backtrace: ========= /lib64/libc.so.6(+0x82b36)[0x7ffff3869b36] /lib64/libc.so.6(__libc_malloc+0x4c)[0x7ffff386c78c] /lib64/libxcb.so.1(+0xe2ed)[0x7ffff599b2ed] /lib64/libxcb.so.1(+0xc287)[0x7ffff5999287] /lib64/libxcb.so.1(+0xd99f)[0x7ffff599a99f] /lib64/libxcb.so.1(xcb_wait_for_reply64+0x42)[0x7ffff599ab12] /lib64/libX11.so.6(_XReply+0x120)[0x7ffff72602d0] /lib64/libX11.so.6(XQueryPointer+0x8e)[0x7ffff725630e]

smasherprog commented 2 years ago

Thanks for the issue. I dont work in linux much any more so ill need your help on this one!