Search Issue Tracker
Fixed
Votes
0
Found in
2020.3.39f1
2021.3.10f1
2022.1.17f1
Issue ID
UUM-13497
Regression
Yes
Crash on LightProbesManager::Append when unloading Scene Async that contains light probes and calling light probes Tetrahedralize Async
How to reproduce:
- Open the attached project
- Open scene "SCENE1"
- Enter Play Mode
- In the Hierarchy enable the “LOADER_ACTIVATE_ME_FORTEST (LightProbesTetrahedralizeAsync ERROR)” GameObject
- Observe crash
Reproducible with: 2020.3.23f1, 2020.3.39f1, 2021.3.10f1, 2022.1.0a9, 2022.1.17f1
Not reproducible: 2020.3.22f1, 2022.1.0a1, 2022.1.0a8
Could not test with: 2022.2.0b7, 2023.1.0a9 (Compiler errors)
Reproduced on: Windows 10 (Intel)
Note: On certain versions instead of crashing the editor sends errors in Console:
"Assertion failed on expression: 'offsetIndex != -1'
UnityEngine.GUIUtility:ProcessEvent (int,intptr)"
First lines of stack trace:
0x00007ff6b18aece8 (Unity) LightProbesManager::Append
0x00007ff6b18644bc (Unity) SceneLoadedAfterAwake
0x00007ff6b1a51752 (Unity) CallbackArray3<int const ,AwakeFromLoadQueue & __ptr64,enum SceneLoadingMode>::Invoke
0x00007ff6b1a502d9 (Unity) LoadSceneOperation::CompleteAwakeSequence
0x00007ff6b1a53487 (Unity) LoadSceneOperation::PostLoadSceneAdditive
0x00007ff6b1a50f87 (Unity) LoadSceneOperation::IntegrateMainThread
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-17831