Search Issue Tracker
Fixed in 2022.2.0b10
Fixed in 2023.1.0a11
Votes
0
Found in
2022.2.0b4
2023.1.0a5
Issue ID
UUM-13003
Regression
Yes
Crash on std::_Func_impl_no_alloc when opening a project
Reproduction steps:
1. Open the attached project ”IN-11178.zip”
Expected result: The project opens successfully
Actual result: The Editor crashes
Reproducible with: 2022.2.0a16, 2022.2.0b4, 2023.1.0a5
Not reproducible with: 2020.3.38f1, 2021.3.8f1, 2022.1.11f1, 2022.2.0a15
Reproduced on: Windows 10 Pro
First few lines of the stack trace:
{{0x00007ff7ea6e9330 (Unity) std::_Func_impl_no_alloc<<lambda_385289a83a62b23377c725143c1808b9>,void,unsigned int,VFXTaskDesc const &>::_Do_call }}
{{30x00007ff7ea6dfa3a (Unity) VFXParticleSystemAssetData::ForEachOutputTask }}
{{40x00007ff7ea6dcf43 (Unity) VFXParticleSystemBatchData::VFXParticleSystemBatchData }}
{{50x00007ff7ea6df8f3 (Unity) VFXParticleSystem::CreateBatchData }}
{{60x00007ff7ea71dda6 (Unity) VFXSystem::CreateBatchData}}
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note (fix version 2022.2.0b10):
Fixed by another internal issue: UUM-5728: [VFX] Crash while assigning lit to unlit with old SG integration
Resolution Note (fix version 2023.1.0a11):
Fixed by another internal issue: UUM-5728: [VFX] Crash while assigning lit to unlit with old SG integration