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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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.