Search Issue Tracker
Fixed
Fixed in 6000.0.10f1, 6000.1.0a9, 7000.0.0a12
Votes
0
Found in
6000.0.4f1
6000.1.0a7
Issue ID
UUM-72861
Regression
No
Shader timeout error in "PathTracingMain" when building the Player via Script using BuildPlayer()
How to reproduce:
1. Open the user-attached project “SmokeTest”
2. In the upper tool bar go to Build → Do
3. Observe the results
Expected results: The Player is successfully built
Actual results: The building process throws an error preventing the building process from being completed
Reproducible with: 6000.0.4f1
Can’t test with: 2021.3.39f1, 2022.3.31f1 (Script errors)
Reproducible on: Windows 11 Pro
Not reproducible on: No other environment tested
Notes:
-Reproducible with Windows Standalone and console platforms
-Not reproducible building via Unity Build window
Full error:
Shader compiler: Compile C:/Users/anastasijasafonova/Downloads/IN-77029_SmokeTest/Library/PackageCache/com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/PathTracing/Shaders/PathTracingMain.raytrace: Compiler timed out. This can happen with extremely complex shaders or when the processing resources are limited. Try overriding the timeout with UNITY_SHADER_COMPILER_TASK_TIMEOUT_MINUTES environment variable. Error code 0x80000008 (Timed out).
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
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
- Visual Effects Graph Blackboard can't be scrolled horizontally
Resolution Note (fix version 6000.1.0a9):
The fix has already landed in the 6.1 branch.
Resolution Note (fix version 6000.0.10f1):
Resolved with this PR: https://github.cds.internal.unity3d.com/unity/unity/pull/51169