Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.36f1
2022.3.22f1
2023.2.15f1
6000.0.0b12
Issue ID
UUM-67078
Regression
No
Crash when attempting to create a custom FMOD DSP unit
Reproduction steps:
1. Open the attached “crash_IN-70937“ project
2. Open the “MainScene”
3. Enter the Play Mode
4. Press the “On/Off“ button quickly a few times (usually two is enough) or press it one time and move the slider
5. Observe a crash
Reproduced with: 2021.3.36f1, 2022.3.22f1, 2023.2.15f1, 6000.0.0b12
Reproduced on: Windows 10 (22H2)
Not reproduced on: No other environments tested
Notes:
- Reproducible in Player
- Crash is most likely caused by the “CreateCustomDSP” method, which is in the “Synth” Script
- Crashes without a stack trace
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note:
In this repro project, Unity Audio is disabled and a 3rd party engine, FMOD, is being used. The crash is related to a custom DSP that the user is creating and hooking into FMOD's graph. This is likely either an issue with the customer's custom DSP or FMOD. It's not likely to be a Unity issue.