I have a crash with my project on 2020.1.9. It’s not coming from the HDRP package version, I tried 2 older versions of my project with an older package. These versions worked with 2020.1.8 and 2020.1.7. Upgrading to 2020.1.9 caused a crash, always the same one, something to do with the cull part in HDRP. Here’s a part of the error logs :
Stack Trace of Crashed Thread 2976:
ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FF7ACFAFA3C)
0x00007FF7ACFAFA3C (Unity) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FF7ACFABB03)
0x00007FF7ACFABB03 (Unity) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FF7AD5DC0E1)
0x00007FF7AD5DC0E1 (Unity) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FF7ADE4E435)
0x00007FF7ADE4E435 (Unity) (function-name not available)
0x000001D6A541E393 (UnityEngine.CoreModule) UnityEngine.Rendering.ScriptableRenderContext.Internal_Cull_Injected()
0x000001D6A541E2C3 (UnityEngine.CoreModule) UnityEngine.Rendering.ScriptableRenderContext.Internal_Cull()
0x000001D6A541E20B (UnityEngine.CoreModule) UnityEngine.Rendering.ScriptableRenderContext.Cull()
0x000001D6A541B6F3 (Unity.RenderPipelines.HighDefinition.Runtime) UnityEngine.Rendering.HighDefinition.HDRenderPipeline.TryCull()
0x000001D6A53FACAB (Unity.RenderPipelines.HighDefinition.Runtime) UnityEngine.Rendering.HighDefinition.HDRenderPipeline.Render()
0x000001D6A53F8C69 (UnityEngine.CoreModule) UnityEngine.Rendering.RenderPipeline.InternalRender()
0x000001D6A524A433 (UnityEngine.CoreModule) UnityEngine.Rendering.RenderPipelineManager.DoRenderLoop_Internal()
0x000001D6A524A570 (UnityEngine.CoreModule) <Module>.runtime_invoke_void_object_object_intptr_AtomicSafetyHandle()
0x00007FFDA01ACE80 (mono-2.0-bdwgc) mono_get_runtime_build_info
0x00007FFDA0132142 (mono-2.0-bdwgc) mono_perfcounters_init
0x00007FFDA013B13F (mono-2.0-bdwgc) mono_runtime_invoke
ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FF7ADCC30CE)
Please submit a bug-report as described in this document:
It’s important that you report these issues together with a reproduction project if you want them to get fixed. If you don’t do it, it might be a long time until someone else reports them or until Unity Technologies find them.
After you submitted the bug-report, you receive a confirmation email with a bug-report Case number. Please post the Case number (number only, not the link) in this forum thread for Unity staff to pick up.
The project is too big to send it with the bug report and since I don’t know what is causing the crash, creating a lighter reproduction project could take some time. There’s also a big chance I’d find a work around by doing this. Right now, I’ll wait for the next version of 2020.1 and if it’s still happening, I’ll dig deeper by stripping the project piece by piece.