-
Notifications
You must be signed in to change notification settings - Fork 87
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
Dereferencing nullptr in dx10SamplerStateCache::SetMaxAnisotropy #468
Comments
This is a graphics driver problem. Once when I caught this error, updating the driver helped me. |
Thanks for the fast reply! I understand this is not an OGSR issue; but maybe it would be possible to find some workaround, like checking for null before accessing |
We tried in different ways to fix this, to little avail. If you plug a problem in this code, it will start crashing in another place. I'm wondering if dxvk will help in your case. Tell us about the test results. |
Reproducing this is extremely difficult. I had a save that sometimes triggered it; but very rarely. After my initial report I have spent several hours trying to reproduce it with no success. For now I can't test whether DXVK could solve it, as I am struggling with consistent reproduction. Haven't given up yet, I will try to dig my teeth into this issue in the coming days. Do you have maybe some extra info from your previous encounters of this bug? |
Personally, I could repeat this crash in just one place a few years ago. Then updating the AMD video driver helped. |
Version: 2.1.414
Commit: 4481ac0
stack trace:
Reproduced in debugger:
The text was updated successfully, but these errors were encountered: