Search Issue Tracker
Duplicate
Votes
0
Found in
5.5.0f3
Issue ID
872670
Regression
No
Shader compiler crashes with large arrays
Reproduction Steps:
1- Download attached "TestShader.shader".
2- Open a new Unity project and import downloaded shader.
Expected Result: Shader compiles without problems, or fails with errors.
Observed Result: Shader compiler crashes with error message:
"Shader compiler: internal error compiling shader snippet type=0 platform=4: Protocol error - failed to read correct magic number"
Reproducible: 5.6.0b5, 5.1.5f1
Note: Does not occur when C_MAXLIGHTCOUNT is less than 819. More specifically, when sum of all arrays' sizes is less than 4092. You can distribute this unevenly.
(TestShader.shader - line:31-40)
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
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
This is a duplicate of issue #774176