Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.35f1
2022.3.19f1
2023.2.9f1
2023.3.0b6
Issue ID
UUM-63230
Regression
No
Shader throws compilation errors when SV_GroupIndex is used in ComputeShader
How to reproduce:
1. Open the attached project “GroupIndexBug”
2. Observe the Console
Expected result: There are no errors and the Shader is compiled correctly
Actual result: There are three errors preventing the Shader from compiling
Reproducible with: 2021.3.35f1, 2022.3.19f1, 2023.2.9f1, 2023.3.0b6
Reproducible on: Windows 11 Pro
Not reproducible on: No other environment tested
Notes:
-Sometimes for the error to appear in the Console, you need to reimport the “IN-67932_RayCheckTessedQuad” Asset
-Commenting out line 12 in the “IN-67932_RayCheckTessedQuad” Asset solves the problem
Full errors:
-Shader Compiler IPC Exception: Terminating shader compiler process
-Shader compiler: Compile IN-67932_RayCheckTessedQuad.compute - TessedQuadRayLength: Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log. Error code 0x80000004 (Not connected).
-Shader error in 'IN-67932_RayCheckTessedQuad': Compiling TessedQuadRayLength: Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log. Error code 0x80000004 (Not connected).
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
- [macOS] network permission shows the name of previously closed app when different app requests network access
- Delta value returned by mouse movementsMonitor is different when changing Screen Resolution
- The Radius Scale option is removed from the Visual Effect Graph Output Particle when Lod is disabled in Particles Options
- Visual artifacts appear when the HD Dynamic Resolution Component changes the resolution scale
- Domain Reload loading popup is dark when Editor Theme is set to "Light"
Resolution Note:
Unfortunately, we cannot fix the crash when the uniform buffer size exceeds 64 KB.
Please ensure that this limit is not hit manually.