Search Issue Tracker
By Design
Votes
0
Found in
5.3.4f1
Issue ID
805506
Regression
No
Unity crashes/fails to render if drivers are updated while Unity is open
Steps to reproduce:
1. Create new project and set editor to DX9
2. Update NVidia drivers while editor is open
3. After drivers are updated notice that Unity editor doesn't render anything
4. Force-quit editor and open Editor.log
5. Notice that it's spammed with: HandleD3DDeviceLost: still lost
6. Rollback drivers
7. Re-open editor but this time in DX11
8. Update drivers again
9. Notice that editor crashes
10. Open Editor.log and notice few asserts printed before crash:
SUCCEEDED(hr)
(Filename: C:/buildslave/unity/build/Runtime/GfxDevice/d3d11/D3D11Window.cpp Line: 215)
SUCCEEDED(hr)
(Filename: C:/buildslave/unity/build/Runtime/GfxDevice/d3d11/D3D11Window.cpp Line: 215)
D3D11: Failed to create RenderTexture (1075 x 451 fmt 44 aa 1), error 0x887a000)
(Filename: C:/buildslave/unity/build/Runtime/GfxDevice/d3d11/RenderTextureD3D11.cpp Line: 308)
SUCCEEDED(hr)
(Filename: C:/buildslave/unity/build/Runtime/GfxDevice/d3d11/RenderTextureD3D11.cpp Line: 622)
SUCCEEDED(hr)
(Filename: C:/buildslave/unity/build/Runtime/GfxDevice/d3d11/RenderTextureD3D11.cpp Line: 636)
Reproduced with: 5.1.4f1, 5.2.4f1, 5.3.5p4, 5.4.0b22
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
DonCorben
Apr 16, 2020 13:40
Ive got 2019.218f1 - same issue
aluzino1811
May 10, 2018 06:53
Same here