-
Notifications
You must be signed in to change notification settings - Fork 90
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
thread 'main' panicked at 'Could not create window: "Couldn\'t find any pixel format that matches the criterias #193
Comments
I was able to solve the issue by disabling srgb, but it might be a good idea to mention this issue in the tutorial as it seems to be fairly common. |
@martinak1 how do I do that? |
@maffei2443 unfortunately I no longer have the code I was working on. I believe it was something simple like bellow, but I do not remember where it was specified.
I found the answer in one of the previous issues, so that may be your best place to look. |
When I set
I used Linux Mint 19 running as a virtualbox guest and disabling 3D-acceleration in the Virtualbox Settings fixed this for me. |
I have the same problem on Windows 10...
|
were you able to solve it? |
Attempted to follow the sudoku example up to chapter 5 where you are supposed to compile and the game board is displayed. Instead I get the following error with this backtrace:
I went through the code to make sure I did not make an error, and just to be extra sure, I cloned the repository and tried to build the example from the source provided. This is the error and backtrace provided from that:
Bellow is my system info:
Please let me know if I need to provide any more information.
The text was updated successfully, but these errors were encountered: