-
Notifications
You must be signed in to change notification settings - Fork 207
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
Pbuffer.getCapabilities causes segfault on some Windows machines in fullscreen #109
Comments
I cannot reproduce this and it sounds a lot like a driver bug. Does the example code crash with either GPU? Does adding -Dorg.lwjgl.util.Debug=true produce any output? |
The bug only affect some machines, yeah. I have a similar machine where it doesn't happen, but I also have a handful of reports from other people that it happens on theirs. The example code doesn't work if I turn off the Radeon, which isn't too surprising. Running it with Debug=true gives the following debug statements before the crash:
|
Minimum reproduction code:
Result:
Note that the crash is caused by
Pbuffer.getCapabilities
but happens atDisplay.update
.This only happens on some windows machines, and only in fullscreen, but is reliably reproducible there. The machine I have that has this problem has the following specs:
Let me know if you need further information!
The text was updated successfully, but these errors were encountered: