Skip to content
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

D3D11 swapchain error causing GPU timeout #14

Closed
PixelDough opened this issue Sep 28, 2021 · 3 comments
Closed

D3D11 swapchain error causing GPU timeout #14

PixelDough opened this issue Sep 28, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@PixelDough
Copy link
Collaborator

Occasionally, a project will get stuck in a rut where any new materials created and added to a material in scene (while the quality override volume is enabled) will cause the engine to crash with this error:
image

After a lot of testing, we found that sometimes deleting the Library folder fixes the issue, but only temporarily, and any new materials created after that would bring the issue back.

I've seen several other users report this bug, all with very similar circumstances.
image

It seems it might be related to Unity 2021.1, as another user I talked with who was encountering the issue was not able to fix it by downgrading their project, but upon creating an entirely fresh project in 2020.3, the issue didn't happen. The same thing happened to me in my testing. However, I have had the issue crop up in a project that has never even touched 2021.1, so it's hard for me to tell if the two issues are actually related or just result in the same crash.

@PixelDough PixelDough added the bug Something isn't working label Sep 28, 2021
@thebeardphantom
Copy link

thebeardphantom commented Oct 10, 2021

I also have this bug. 100% repo in the scene view if I have PSX quality enabled on the scene view camera and I disable the Scene View Lighting Toggle or I disable lighting via the Volume Settings. So in my specific case it seems to be tied to having PSX quality enabled and lighting disabled.

This occurs for me in any version of 2021.1.

@jasondibenedetto
Copy link
Contributor

I have also have been experiencing this on 2020.1, 2020.2, and 2020.3

@pastasfuture
Copy link
Owner

Finally was able to track down and fixed this. It landed in 1.6.0. Thanks for reporting (and sorry for the pain along the way)🖤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants