Search Issue Tracker
Fixed in 5.3.3
Votes
0
Found in
5.3.0f4
Issue ID
752250
Regression
No
[ShaderCompiler] Internal compilation errors in the console causes crash when closing Editor
Repro steps:
1) Open the project
2) Select VisualReceiver.shader and make sure Skip unused shader_features is deselected
3) Click Compile and show button of the shader in the Inspector
4) Notice the errors in the console:
===
Shader compiler: internal error compiling shader snippet type=0 platform=15: Protocol error - failed to read correct magic number
Shader compiler: internal error compiling shader snippet type=0 platform=15: Protocol error - failed to read correct magic number
UnityEditor.DockArea:OnGUI()
Shader error in 'FastShadowReceiver/Projector/Visualize Receiver': Internal error communicating with the shader compiler process
===
5) If you close the Unity it will become non responsive
Workaround: do not skip unused shader_features
Reproduced in: 5.4.0b4;5.3.2p1;5.2.3p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
- [Mono] Crash on SystemNative_ReadDirR() when building for IOS/Android on a macOS machine
Add comment