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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment