Search Issue Tracker
Not Reproducible
Votes
2
Found in
2019.3.0a12
Issue ID
1174987
Regression
Yes
[Linux] [HDRP] Template project throws numerous exceptions regarding KSampleCopy4_1_x_8
[Linux] [HDRP] Template project throws numerous exceptions regarding KSampleCopy4_1_x_8'
When creating a new project on Linux (CentOS 7), if the user selects the High Definition RP template, upon loading the created project they will note the following exceptions produced multiple times:
Kernel 'KSampleCopy4_1_x_8' not found
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
System.ArgumentException: Kernel 'KSampleCopy4_1_x_8' not found.
at (wrapper managed-to-native) UnityEngine.ComputeShader.FindKernel(UnityEngine.ComputeShader,string)
at UnityEngine.Rendering.GPUCopy..ctor (UnityEngine.ComputeShader shader) [0x0000f] in /home/teddy.kardos/New Unity Project (16)/Library/PackageCache/com.unity.render-pipelines.high-definition@7.0.1/Runtime/Core/CoreResources/GPUCopy.cs:12
at UnityEngine.Rendering.HighDefinition.HDRenderPipeline..ctor (UnityEngine.Rendering.HighDefinition.HDRenderPipelineAsset asset, UnityEngine.Rendering.HighDefinition.HDRenderPipelineAsset defaultAsset) [0x004dd] in /home/teddy.kardos/New Unity Project (16)/Library/PackageCache/com.unity.render-pipelines.high-definition@7.0.1/Runtime/RenderPipeline/HDRenderPipeline.cs:309
at UnityEngine.Rendering.HighDefinition.HDRenderPipelineAsset.CreatePipeline () [0x00004] in /home/teddy.kardos/New Unity Project (16)/Library/PackageCache/com.unity.render-pipelines.high-definition@7.0.1/Runtime/RenderPipeline/HDRenderPipelineAsset.cs:37
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Kernel 'KSampleCopy4_1_x_8' not found
UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper:Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes(Boolean&)
System.ArgumentException: Kernel 'KSampleCopy4_1_x_8' not found.
at (wrapper managed-to-native) UnityEngine.ComputeShader.FindKernel(UnityEngine.ComputeShader,string)
at UnityEngine.Rendering.GPUCopy..ctor (UnityEngine.ComputeShader shader) [0x0000f] in /home/teddy.kardos/New Unity Project (16)/Library/PackageCache/com.unity.render-pipelines.high-definition@7.0.1/Runtime/Core/CoreResources/GPUCopy.cs:12
at UnityEngine.Rendering.HighDefinition.HDRenderPipeline..ctor (UnityEngine.Rendering.HighDefinition.HDRenderPipelineAsset asset, UnityEngine.Rendering.HighDefinition.HDRenderPipelineAsset defaultAsset) [0x004dd] in /home/teddy.kardos/New Unity Project (16)/Library/PackageCache/com.unity.render-pipelines.high-definition@7.0.1/Runtime/RenderPipeline/HDRenderPipeline.cs:309
at UnityEngine.Rendering.HighDefinition.HDRenderPipelineAsset.CreatePipeline () [0x00004] in /home/teddy.kardos/New Unity Project (16)/Library/PackageCache/com.unity.render-pipelines.high-definition@7.0.1/Runtime/RenderPipeline/HDRenderPipelineAsset.cs:37
UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper:Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes(Boolean&)
Steps to reproduce:
- Using Linux (CentOS 7), with Unity 2019.3.0a12(+), create/open a new project using the High Definition RP template
- When the project is opened, observe the mentioned errors produced in the console
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [VFX Graph] Base Color Map Inconsistency between Lit and Unlit Ouput
- [HDRP] Water is using the wrong depth when calculating absorption for alpha clipped transparents with depth prepass enabled
- [VFX Graph] Emissive isn't working with Decal output
- Gizmos are not drawn in Game view and Render Graph Execution errors are shown when stacked Overlay Camera is used and 'Compatibility Mode' is disabled
- Crash on WalkTypeTreeInternal when selecting the Texture of a specific FBX
Add comment