-
Notifications
You must be signed in to change notification settings - Fork 18k
x/exp/shiny/driver/x11driver: error has missing info #53467
New issue
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
Comments
Please tell us exactly what you did and exactly what happened. If possible, please tell us how to reproduce the problem. Thanks. |
In this case I'm just reporting that others had it and request some more info on the error, sorry, I don't even use Go |
Neither of the issues you mention have any helpful information. I don't see any action that we can take here. |
My proposal was printing "Something failed: x was not found" instead of no extra information |
CC @nigeltao |
As far as I can tell that error can't tell you anything more useful, that function is only called once and always with a depth of 32. So, if you see that error, it means it can't find a visual id with depth 32 and the expected color masks. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
The error happened on:
aarzilli/gdlv#16
and
noisetorch/NoiseTorch#207
without any conclusion of how it did (https://github.com/golang/exp/blob/master/shiny/driver/x11driver/screen.go#L642)
What did you expect to see?
Some info about the arguments for better debugging
What did you see instead?
An error about what failed without its data
The text was updated successfully, but these errors were encountered: