Search Issue Tracker
Fixed in 5.4.1
Votes
0
Found in
5.4.0b23
Issue ID
812576
Regression
No
Editor crashes with RenderLoopContext::`vector deleting destructor'
Reproduction steps:
1. Extract the attached archive 'Files.zip' to drive D:\ (Result: D:\Files\Project)
2. Open the project
3. Open the scene 'SDCreate'
4. Play scene
5. Press the buttons in order, from top to bottom (see gif)
Result: Editor crashes
Note: User suggests that the crash occurs when instantiating certain objects
========== OUTPUTING STACK TRACE ==================
0x000000014011E7DF (Unity) RenderLoopContext::`vector deleting destructor'
0x000000014011EED3 (Unity) DoRenderLoop
0x0000000140077815 (Unity) Camera::DoRender
0x000000014007ACB5 (Unity) Camera::Render
0x000000014007C99B (Unity) Camera::StandaloneRenderToCubemap
0x00000001400CBE54 (Unity) ProbeRenderer::RenderCube
0x00000001400DA1C9 (Unity) ReflectionProbes::RenderProbeFaces
0x00000001400DA267 (Unity) ReflectionProbeJob::Run
0x00000001400DA698 (Unity) ReflectionProbes::UpdateRealtimeReflectionProbesTimesliced
0x00000001400DA82B (Unity) ReflectionProbes::Update
0x00000001400F1D55 (Unity) RenderManager::RenderOffscreenCameras
0x0000000140BD24A7 (Unity) Application::UpdateScene
0x0000000140BD3929 (Unity) Application::UpdateSceneIfNeeded
0x0000000140BDB7E4 (Unity) Application::TickTimer
0x0000000140E3C5CE (Unity) FindMonoBinaryToUse
0x0000000140E3DBFC (Unity) WinMain
0x00000001415B8DB0 (Unity) strnlen
0x00007FFAAC518102 (KERNEL32) BaseThreadInitThunk
========== END OF STACKTRACE ===========
Reproduced with: 5.4.0b25, 5.4.0b21, 5.4.0b19
Compiler errors on versions other than 5.4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Add comment