Search Issue Tracker
Fixed in 2023.1.5f1
Fixed in 2023.1.X, 2023.2.X, 2023.3.X, 2023.3.0a1
Votes
0
Found in
2023.1.0b5
2023.2.0a3
2023.3.0a1
Issue ID
UUM-27766
Regression
Yes
Crash on core::basic_string<char,core::StringStorageDefault<char> >::basic_string<char,core::StringStorageDefault<char> ><char const * __ptr64> when using the Serializable Inflated Generics feature
Reproduction steps:
1. Open the attached “repro-project“
2. Load the “SampleScene“ scene (Assets/Scenes)
3. In the Hierarchy window select the “World” GameObject
4. Right-click on the “World Hex Manager (Script)” component and select "Update Spawned Hexes"
5. Observe the crash
Reproducible with: 2023.1.0a25, 2023.1.0b5, 2023.2.0a3
Not reproducible with: 2020.3.45f1, 2021.3.19f1, 2022.2.8f1
Could not test with: 2023.1.0a1, 2023.1.0a24 - due to errors relating to the script
Reproduced on: Windows 10 Pro
First few lines of the stack trace:
0x00007FFE51266770 (Unity) core::basic_string<char,core::StringStorageDefault<char> >::basic_string<char,core::StringStorageDefault<char> ><char const * __ptr64>
0x00007FFE5186E280 (Unity) TypeTreeQueries::ReadStringFromBuffer
0x00007FFE5186975C (Unity) TypeTreeQueries::GetFullTypeNameFromReferencedType
0x00007FFE52785E22 (Unity) TypeTreeQueries::WalkReferenceRegistryInstances<SerializedManagedReferencesIndex>
0x00007FFE5278C45B (Unity) SerializedManagedReferencesIndex::GetReferencePositionFromOffsetInsideRegistry
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 "StoredGraphicsBuffer::GetGfxBufferID" when activating VFX via extention of Activation Track in Timeline window
- [Linux] Stack trace file path and line number information is missing when IL2CPP Stacktrace Information is set to "Method Name, File Name, and Line Number"
- Warnings due to obsolete Object.FindObjectsByType<T> usage and [SerializeReference] are logged when opening the Netcode for Entities setup scene
- Non-standard pointers cannot change Inspector values with arrow controls when crossing Inspector area
- No longer able to change the Toggle or Slider GameObjects' Target Graphic value and a NullReferenceException is thrown when the Target Graphic value is set to None at any point
Add comment