Search Issue Tracker
Fixed in 6000.0.54f1
Fixed in 6000.2.0a9
Votes
0
Found in
6000.0.50f1
6000.1.5f1
6000.2.0a8
Issue ID
UUM-107711
Regression
Yes
Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
How to reproduce:
1. Open the “IN-99563_repro“ project
Expected result: The project opens
Actual result: The Editor crashes
Reproducible with: 2023.2.0a17, 6000.0.50f1, 6000.1.5f1, 6000.2.0a8
Not recordable with: 2022.3.62f1, 2023.2.0a16, 6000.2.0b3
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environment tested
First few lines of the stack trace:
The GUID inside 'Assets/Explosion02_5x5.png.meta' cannot be extracted by the YAML Parser. Attempting to extract it via string matching instead. Please verify the file does not contain unexpected data.
Assertion failed on expression: 'IsMapping()'
Assertion failed on expression: 'startKeyIndex < mappingNodeRef.GetEnd()'
Assertion failed on expression: 'IsMapping()'
Assertion failed on expression: 'startKeyIndex < mappingNodeRef.GetEnd()'
Assertion failed on expression: 'IsMapping()'
Assertion failed on expression: 'startKeyIndex < mappingNodeRef.GetEnd()'
Assertion failed on expression: 'IsMapping()'
Assertion failed on expression: 'startKeyIndex < mappingNodeRef.GetEnd()'
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
Resolution Note (fix version 6000.0.54f1):
Asset Pipeline: Silent crash no longer happens when attempting to extract YAML data from binary meta files (meta files should never be in bianry format).
Resolution Note (fix version 6000.2.0a9):
Asset Pipeline: Silent crash no longer happens when attempting to extract YAML data from binary meta files (meta files should never be in bianry format).