Nova RenderCamera failed #216
CoffeePoweredMachine
started this conversation in
Bugs
Replies: 2 comments
-
Even though you managed to work around this issue, we appreciate you bringing it to our attention as we would like to figure out what is going on here, so thank you! Unfortunately, our initial attempts to reproduce the issue haven't been successful, would you mind providing some additional info? Specifically, some things that would be useful are:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This exception is seemingly thrown when entering the playmode and having a WaitForEndOfFrame called by two different coroutines started at start. If I remove the second one all is good. Not a big problem for me, reworked the system to not require two, better now anyways. Might still be an issue for someone else I guess. Probably not to be fair, but I still wanted to report on it.
So here is the Full stack trace:
Nova RenderCamera failed with: System.InvalidOperationException: System.ArgumentException: Key: {0} is not present in the NativeHashMap. This Exception was thrown from a function compiled with Burst, which has limited exception support. 0x00007ffbdbdd1bcb (78f5f1617493ac48de05cac30f128bf) [InternalScript_164.cs:99] Nova.InternalNamespace_0.InternalNamespace_10.InternalType_362/InternalType_295::Nova.InternalNamespace_0.InternalNamespace_10.InternalType_362.InternalType_295.InternalMethod_1324 0x00007ffbdbdcfdb9 (78f5f1617493ac48de05cac30f128bf) e92ced57537799162b6189c69c20fa92 0x00000272cb3478e7 (Mono JIT Code) (wrapper managed-to-native) object:wrapper_native_00000272C6B20A80 (void*) 0x000002743c990540 (Mono JIT Code) [InternalScript_185.cs:475] Nova.InternalNamespace_0.InternalNamespace_10.InternalType_268:InternalMethod_1223 (UnityEngine.Camera) 0x00000272c54fffa3 (Mono JIT Code) [InternalScript_185.cs:441] Nova.InternalNamespace_0.InternalNamespace_10.InternalType_268:InternalMethod_1222 (UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera) 0x000002743c97ff22 (Mono JIT Code) UnityEngine.Rendering.RenderPipelineManager:BeginCameraRendering (UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera) 0x000002743c98ff43 (Mono JIT Code) UnityEngine.Rendering.RenderPipeline:BeginCameraRendering (UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera) 0x000002743c98dd23 (Mono JIT Code) [HDRenderPipeline.cs:2416] UnityEngine.Rendering.HighDefinition.HDRenderPipeline:TryCull (UnityEngine.Camera,UnityEngine.Rendering.HighDefinition.HDCamera,UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Rendering.HighDefinition.SkyManager,UnityEngine.Rendering.ScriptableCullingParameters,UnityEngine.Rendering.HighDefinition.HDRenderPipelineAsset,UnityEngine.Rendering.HighDefinition.HDRenderPipeline/HDCullingResults&) 0x000002743c924a63 (Mono JIT Code) [HDRenderPipeline.cs:1309] UnityEngine.Rendering.HighDefinition.HDRenderPipeline:Render (UnityEngine.Rendering.ScriptableRenderContext,System.Collections.Generic.List
1<UnityEngine.Camera>)0x00000272b746e249 (Mono JIT Code) UnityEngine.Rendering.RenderPipeline:InternalRender (UnityEngine.Rendering.ScriptableRenderContext,System.Collections.Generic.List
1<UnityEngine.Camera>) 0x000002743c8866f3 (Mono JIT Code) UnityEngine.Rendering.RenderPipelineManager:DoRenderLoop_Internal (UnityEngine.Rendering.RenderPipelineAsset,intptr,System.Collections.Generic.List
1<UnityEngine.Camera/RenderRequest>,Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle)0x000002743c886bf5 (Mono JIT Code) (wrapper runtime-invoke) :runtime_invoke_void_object_intptr_object_AtomicSafetyHandle (object,intptr,intptr,intptr)
0x00007ffb583ffe24 (mono-2.0-bdwgc) [mini-runtime.c:3445] mono_jit_runtime_invoke
0x00007ffb5833e764 (mono-2.0-bdwgc) [object.c:3066] do_runtime_invoke
0x00007ffb5833e8fc (mono-2.0-bdwgc) [object.c:3113] mono_runtime_invoke
0x00007ff766e48164 (Unity) scripting_method_invoke
0x00007ff766e27a04 (Unity) ScriptingInvocation::Invoke
0x00007ff766a7902f (Unity) ScriptableRenderContext::ExtractAndExecuteRenderPipeline
0x00007ff7688c71a7 (Unity) Camera::ExecuteCustomRenderPipeline
0x00007ff7688c9b13 (Unity) Camera::RenderEditorCamera
0x00007ff7688cb435 (Unity) Camera::RenderEditorCamera
0x00007ff7665291ef (Unity) Handles_CUSTOM_Internal_DrawCameraWithGrid
0x000002743dd98c57 (Mono JIT Code) (wrapper managed-to-native) UnityEditor.Handles:Internal_DrawCameraWithGrid (UnityEngine.Camera,UnityEditor.DrawCameraMode,UnityEditor.DrawGridParameters&,bool,bool)
0x000002743dd0365b (Mono JIT Code) UnityEditor.Handles:DrawCameraImpl (UnityEngine.Rect,UnityEngine.Camera,UnityEditor.DrawCameraMode,bool,UnityEditor.DrawGridParameters,bool,bool,bool,UnityEngine.GameObject[])
0x000002743dd02a8b (Mono JIT Code) UnityEditor.Handles:DrawCameraStep1 (UnityEngine.Rect,UnityEngine.Camera,UnityEditor.DrawCameraMode,UnityEditor.DrawGridParameters,bool,bool)
0x000002743dcfcb63 (Mono JIT Code) UnityEditor.SceneView:DoDrawCamera (UnityEngine.Rect,UnityEngine.Rect,bool&)
0x000002743dce2093 (Mono JIT Code) UnityEditor.SceneView:DoOnGUI ()
0x000002743dcdb5b3 (Mono JIT Code) UnityEditor.SceneView:OnSceneGUI ()
0x00000274362b9af9 (Mono JIT Code) UnityEngine.UIElements.IMGUIContainer:DoOnGUI (UnityEngine.Event,UnityEngine.Matrix4x4,UnityEngine.Rect,bool,UnityEngine.Rect,System.Action,bool)
0x000002743646d9c3 (Mono JIT Code) UnityEngine.UIElements.IMGUIContainer:HandleIMGUIEvent (UnityEngine.Event,UnityEngine.Matrix4x4,UnityEngine.Rect,System.Action,bool)
0x000002743646a8cb (Mono JIT Code) UnityEngine.UIElements.IMGUIContainer:DoIMGUIRepaint ()
0x00000274364671ca (Mono JIT Code) UnityEngine.UIElements.UIR.RenderChainCommand:ExecuteNonDrawMesh (UnityEngine.UIElements.UIR.DrawParams,single,System.Exception&)
0x00000274364638c3 (Mono JIT Code) UnityEngine.UIElements.UIR.UIRenderDevice:EvaluateChain (UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.Material,UnityEngine.Material,UnityEngine.Texture,UnityEngine.Texture,single,Unity.Collections.NativeSlice
1<UnityEngine.UIElements.UIR.Transform3x4>,Unity.Collections.NativeSlice
1<UnityEngine.Vector4>,UnityEnginat (wrapper managed-to-native) System.Object.wrapper_native_00000272C6B20A80(void*)
at Nova.InternalNamespace_0.InternalNamespace_10.InternalType_268.InternalMethod_1223 (UnityEngine.Camera InternalParameter_1299) [0x0006a] in C:\Unity projects\Project_Utopia_Fresh_Install\Assets\Nova\Scripts\Internal\InternalScript_185.cs:475
UnityEngine.Debug:LogError (object)
Nova.InternalNamespace_0.InternalNamespace_10.InternalType_268:InternalMethod_1223 (UnityEngine.Camera) (at Assets/Nova/Scripts/Internal/InternalScript_185.cs:492)
Nova.InternalNamespace_0.InternalNamespace_10.InternalType_268:InternalMethod_1222 (UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Camera) (at Assets/Nova/Scripts/Internal/InternalScript_185.cs:441)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
`
Beta Was this translation helpful? Give feedback.
All reactions