Search Issue Tracker
Active
Votes
1
Found in
1.4.4
6.5.0
Issue ID
UUM-132695
Regression
Yes
"InvalidOperationException" is thrown when saving the Entities Journaling Export
How to reproduce:
1. Create a new Unity project
2. Go to Window -> Package Management -> Package Manager -> Unity Registry -> ECS -> Install
3. Go to Window -> Entities -> Journaling
4. Enter the Play Mode
5. In the "Journaling" window, start and stop the recording
6. Press the "Save" button and observe the Console
Expected results: No errors are thrown
Actual results: "InvalidOperationException" error is thrown
Reproducible with: 1.4.4, 6.5.0 (6000.0.64f1, 6000.4.0b5, 6000.5.0a5)
Not reproducible with: 1.4.3 (6000.0.64f1)
Reproducible on: macOS Tahoe 26 (M1)
Not reproducible on: No other environment tested
First lines of error:
InvalidOperationException: WriteEndArray can only called after WriteBeginArray or WriteValue.
Unity.Serialization.Json.JsonWriter+Unsafe.ValidateWriteEndArray () (at ./Library/PackageCache/com.unity.serialization@c463b52e88d7/Runtime/Unity.Serialization/Json/JsonWriter.cs:770)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Add comment