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
7000.0.0a20
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|https://jira.unity3d.com/browse/UUM-96690?focusedId=8798629&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-8798629] 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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment