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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment