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
- [URP] Exceeding the platform's supported light limit gives shadow distortion when using Deferred Rendering Path
- URP Sample Buffer Image Tile is moved when the Offset Value is changed
- Static constructor in a struct returns false when running tests with IL2CPP
- Console throws warnings and a MissingReferenceException error for XR packages when doing a clean project import
- [Linux][IL2CPP] Dedicated server crashes when calling Socket.Send
Add comment