We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcb: v1.1.1
in my program, i use the composite, render, shape, xfixes entensions.
without connecting with these extensions, the program occasionally run into:
thread 'main' panicked at 'internal error: entered unreachable code: Could not resolve xproto Error with error_code 143 and first_error 0.
panic is annoying.
but with connecting with these extensions, even worse, the program quickly run into:
thread 'main' panicked at 'internal error: entered unreachable code: Could not match extension event.
how to avoid the panic on unresolved xproto error?
The text was updated successfully, but these errors were encountered:
This is likely a bug in the error resolution code. Can you please post the output of:
xdpyinfo -queryExtensions | awk '/^number of extensions:/,/^default screen number/'
Sorry, something went wrong.
No branches or pull requests
xcb: v1.1.1
in my program, i use the composite, render, shape, xfixes entensions.
without connecting with these extensions, the program occasionally run into:
thread 'main' panicked at 'internal error: entered unreachable code: Could not resolve xproto Error with error_code 143 and first_error 0.
panic is annoying.
but with connecting with these extensions, even worse, the program quickly run into:
thread 'main' panicked at 'internal error: entered unreachable code: Could not match extension event.
how to avoid the panic on unresolved xproto error?
The text was updated successfully, but these errors were encountered: