Search Issue Tracker
Fixed
Fixed in 2021.3.36f1, 2022.3.23f1, 2023.2.16f1, 2023.3.0b9, 7000.0.0a1
Votes
19
Found in
2021.3.34f1
2022.3.18f1
2023.2.8f1
2023.3.0b5
Issue ID
UUM-62086
Regression
No
Crash on FMOD::CodecMPEG::setPositionInternal when a mobile platform is selected and a specific audio clip is played
Reproduction steps:
1. Open the attached “AudioCrash” project
2. Open the “Assets/SampleScene.unity” Scene
3. Enter the Play Mode
4. In the Game View, press the “Play Sound (MP3)” button
Reproducible with: 2021.3.34f1, 2022.3.18f1, 2023.2.8f1, 2023.3.0b5
Reproducible on: macOS Sonoma 14.1.2 (Intel), Windows 10, Windows 11
Notes:
- Not reproducible with these platforms: WebGL, macOS Dedicated Server, macOS Standalone
- Reproducible with Mono and IL2CPP scripting backends
- Changing the audio clip import settings does not prevent the crash
- On macOS, it crashes silently with no stacktrace
First few lines of the stacktrace:
0x00007FF62FD3A25A (Unity) FMOD::CodecMPEG::setPositionInternal
0x00007FF62FD3198B (Unity) FMOD::Codec::setPosition
0x00007FF62FD892FC (Unity) FMOD::DSPCodec::readInternal
0x00007FF62FD36176 (Unity) FMOD::DSPResampler::read
0x00007FF62FD3534C (Unity) FMOD::DSPFilter::read
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note (fix version 2023.3.0b9):
Fix seeking of serialized MP3 files issue.
Resolution Note (fix version 2021.3.36f1):
Fix seeking of serialized MP3 files issue.