Search Issue Tracker
Duplicate
Votes
0
Found in
5.6.0b4
Issue ID
874600
Regression
No
Crash in AudioMixer::CheckConsistency () when loading scene
To reproduce:
1. Open the attached project;
2. Load "DrinkMe" scene.
Expected result: editor doesn't crash when loading "DrinkMe" scene.
Actual result: editor crashes in AudioMixer::CheckConsistency ().
Note:
void AudioMixer::CheckConsistency ()
{
//If we are loading an old project with no start snapshot, then set it here to the first in the list
if (!m_StartSnapshot.IsValid ())
{
m_StartSnapshot = m_Snapshots[0]; <--- This causes the crash, there are no snapshots.
SetDirty ();
}
}
Reproducible on versions: 5.4.4p1, 5.5.0p4, 5.6.0b4, 5.6.0b6.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #926480