Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.1.X
Votes
0
Found in
2017.1.0p4
Issue ID
948225
Regression
No
[NVIDIA] Editor freezes or crashes when initializing CustomRenderTexture with Init Shader that contains a GrabPass
How to reproduce:
1. Open "CRTFreeze" project and "1" scene (Make sure that you are launching the project using Nvidia GPU)
2. Enter playmode
Expected result: Playmode is entered, no crash or freeze occurs
Actual result: Editor starts freezing (DirectX11 or Direct12) or crashes (inconsistently) on Open GLES2/Open GLES3/OpenGLCore APIs on:
0x0000000140323CEF (Unity) GlslGpuProgramGLES::Bind
0x000000014031D4B2 (Unity) GfxDeviceGLES::BeforeDrawCall
0x000000014031372A (Unity) GfxDeviceGLES::DrawBuffers
0x000000014060DB2E (Unity) GenericDynamicVBO::DrawChunkInternal
0x000000014060D85B (Unity) DynamicVBO::DrawChunk
0x0000000141D27CB4 (Unity) GfxDeviceWorker::RunCommand
0x0000000141D29A2B (Unity) GfxDeviceWorker::RunExt
Reproducible - 2017.3.0b5, 2017.2.0f3, 2017.1.2p1, 2017.1.10a1
Not reproducible - 2018.1.0a1
Notes:
1. "Assertion failed: DX11 shader input signature is null" error is thrown when using AMD, Intel GPUs
2. Moving Editor from one screen to another or resizing it, results in crash (similar or identical to https://issuetracker.unity3d.com/issues/unity-freezes-when-transfering-data-to-an-array-from-cloned-compute-buffer)
Fixed in 2018.2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment