Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2018.2.0a2
2018.2.0a7
Issue ID
1020319
Regression
Yes
Crash in CreateDirect3D11SurfaceFromDXGISurface after generating lighting with UV Charts visualisation mode on
Steps to repro:
1. Open attached project and 't1TerrainSimple' scene;
2. Open Lighting window (Window>Lighting>Settings);
3. Press 'Generate Lighting' button in the Lighting window.
Actual result:
Editor crashes. Last calls from the stacktrace:
0x00007FFE5B3BC029 (d3d11) CreateDirect3D11SurfaceFromDXGISurface
0x000000014214E0BB (Unity) GfxDeviceD3D11Base::BindBuffersForDraw
0x00000001421547DB (Unity) GfxDeviceD3D11Base::DrawBuffers
0x00000001421CB8B8 (Unity) GfxDeviceWorker::RunCommand
0x00000001421CE75B (Unity) GfxDeviceWorker::RunExt
0x00000001421CE894 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x0000000140A6D528 (Unity) Thread::RunThreadWrapper
0x00007FFE64724334 (KERNEL32) BaseThreadInitThunk
0x00007FFE64A2F881 (ntdll) RtlUserThreadStart
Regression introduced in Unity 2018.2.0a2.
Expected result:
Editor doesn't crash after pressing 'Generate lighting' button.
Notes:
- Reproducible in Unity 2018.2.0a7, 2018.2.0a6, 2018.2.0a2;
- Not reproducible in Unity 2018.2.0a1;
- Reproducible on Windows and Mac;
- Crash happens always with Realtime GI is checked; nщt happens with Baked GI;
- Not reproducible when other editor visualizations are set (Albedo, Lit Clustering, etc).
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
Add comment