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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
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.