Search Issue Tracker
Fixed
Fixed in 2021.3.36f1, 2022.3.21f1
Votes
11
Found in
2021.3.34f1
2022.3.17f1
Issue ID
UUM-59571
Regression
Yes
FSBTool ERROR: When opening a project containing audio files(.mp3), some importing of AudioClip may fail.
{*}How to reproduce{*}:
1. [Download this test project of Shinai|https://drive.google.com/drive/folders/13ZVDah35TiHB4XR2-BXo8meKWQ2etWJ-]
2. Open the project.
3. Check the following files
{code:java}
Assets/Audio/GpuInstancing/beep-06.mp3
Assets/Audio/Audio2/Other/Footstep02.mp3
Assets/Audio/Audio2/Other/WindTrees.mp3
Assets/Audio/GpuInstancing/Swoosh.mp3
Assets/Audio/Audio2/Other/UISound.mp3{code}
these files will be failed for import.
"Reimport" will also be failed.
*Expected results:* No errors are thrown
*Actual results:* "FSBTool ERROR: Internal error from FMOD sub-system." error is thrown and the audio files are not usable in the Editor.
The error is like:
{code:java}
Errors during import of AudioClip Assets/Other/Footstep02.mp3:
FSBTool ERROR: Internal error from FMOD sub-system.
FSBTool ERROR: Internal error from FMOD sub-system.
(Filename: C:\build\output\unity\unity\Modules\AssetPipelineEditor\Public\AudioImporter.cpp Line: 1062)
{code}
*Reproducible with:* 2021.3.34f1, 2022.3.17f1
*Not reproducible with:* 2023.2.4f1, 2023.3.0b1
*Note:*
Tested on Windows11.
The Error looks similar to UUM-8637.
We suspect that the fix for UUM-32863 *may be the cause of this issue.*
-
unity_mm-EFWU716_uIQ
Feb 06, 2024 03:43
I solved it by importing and copying the FSBTool folder from another Unity version (ex: 2021.3.27f1) and deleting the library folder.
-
ScottyDSB
Jan 25, 2024 18:30
Started to happen with 2022.3.17 and also 3.18, some mp3 files that were working perfectly started to create errors when importing. Those mp3 files don't have any problem and can be heard with any mp3 player.
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note (fix version 2022.3.21f1):
Fixed backport of a MPEG codec bug resolution
Resolution Note (fix version 2021.3.36f1):
Fixed backport of a MPEG codec bug resolution