Search Issue Tracker
Fixed
Fixed in 6000.0.39f1, 6000.1.0b6, 6000.2.0a4, 7000.0.0a20
Votes
0
Found in
6000.0.36f1
6000.1.0b4
6000.2.0a1
Issue ID
UUM-96961
Regression
No
Crash on burst_CreateContext when opening a specific project
Reproduction steps:
1. Open the attached project "CrashRepro"
Expected result: Project opens
Actual result: Editor crashes
Reproducible with: 6000.0.23f1, 6000.0.31f1, 6000.1.0a8
Not reproducible with: 2021.3.47f1, 2022.3.55f1, 6000.0.22f1
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: When opened with Unity 6 versions 6000.0.23f1 and below the scene view window is black and the editor becomes very slow
This message is logged repeatedly:
{noformat}ArgumentException: JSON parse error: Missing a closing quotation mark in string.
at (wrapper managed-to-native) UnityEditor.EditorJsonUtility.FromJsonOverwriteInternal_Injected(UnityEngine.Bindings.ManagedSpanWrapper&,object)
at UnityEditor.EditorJsonUtility.FromJsonOverwriteInternal (System.String json, System.Object objectToOverwrite) [0x00048] in <1f8babe234e540299e4f7387cdc20cd8>:0
at UnityEditor.EditorJsonUtility.FromJsonOverwrite (System.String json, System.Object objectToOverwrite) [0x0003b] in <1f8babe234e540299e4f7387cdc20cd8>:0
at UnityEditor.Overlays.OverlayCanvas.RestoreOverlay (UnityEditor.Overlays.Overlay overlay, UnityEditor.Overlays.SaveData data) [0x00028] in <1f8babe234e540299e4f7387cdc20cd8>:0
at UnityEditor.Overlays.OverlayCanvas.RestoreOverlays () [0x000ef] in <1f8babe234e540299e4f7387cdc20cd8>:0
at UnityEditor.Overlays.OverlayCanvas.Initialize (UnityEditor.EditorWindow window) [0x0015b] in <1f8babe234e540299e4f7387cdc20cd8>:0
at UnityEditor.EditorWindow.get_rootVisualElement () [0x0003c] in <1f8babe234e540299e4f7387cdc20cd8>:0
at UnityEditor.UIElements.DefaultEditorWindowBackend.SendInitializeIfNecessary (System.Boolean duringOnCreate) [0x0002e] in <a12e60819876493089f1412d29525d7a>:0
at UnityEditor.UIElements.DefaultEditorWindowBackend.RegisterWindow (System.Boolean duringOnCreate) [0x00162] in <a12e60819876493089f1412d29525d7a>:0
at UnityEditor.UIElements.DefaultEditorWindowBackend.OnCreate (UnityEditor.IWindowModel model) [0x000d6] in <a12e60819876493089f1412d29525d7a>:0
UnityEngine.DebugLogHandler:Internal_LogException_Injected(Exception, IntPtr)
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
UnityEditor.UIElements.DefaultEditorWindowBackend:OnCreate(IWindowModel)
UnityEditor.GUIView:set_windowBackend(IWindowBackend)
UnityEditor.GUIView:OnEnable()
UnityEditor.HostView:OnEnable()
UnityEditor.DockArea:OnEnable()
UnityEditorInternal.InternalEditorUtility:LoadSerializedFileAndForget_Injected(ManagedSpanWrapper&)
UnityEditorInternal.InternalEditorUtility:LoadSerializedFileAndForget(String)
UnityEditor.WindowLayout:LoadWindowLayout(String, LoadWindowLayoutFlags)
UnityEditor.WindowLayout:LoadWindowLayout(String, Boolean, Boolean, Boolean, Boolean)
UnityEditor.WindowLayout:LoadLastUsedLayoutForCurrentMode(Boolean)
UnityEditor.WindowLayout:LoadCurrentModeLayout(Boolean)
UnityEditor.WindowLayout:LoadDefaultWindowPreferences(){noformat}
Please note the comment below. There's also a Burst crash in the Editor log, but I think the JSON parse error should be addressed first.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Group Selection title text size is smaller in renaming than the actual font size
- Rich Text is not correctly highlighted when searching through Debug Logs in the Console window
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
Add comment