Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0a1
2018.3.5f1
2019.1.0a1
2019.2.0a1
Issue ID
1129996
Regression
No
[OSX] Unity freezes when AudioSource is being updated via external dll and AudioSource.Stop() is called.
How to reproduce:
1. Open the "Audio_Freeze.zip" project
2. Open the "01_Hap_MultipleVideos.unity" scene
3. Press Play
4. Wait till Unity freezes
Actual result: Unity freezes.
Reproducible with: 2019.2.0a6, 2019.1.0b6, 2018.3.8f1, 2018.2.20f1, 2018.1.9f2.
Notes:
The issue is not reproducible on Windows.
The freeze happens when DemolitionStudios.DemolitionMedia.NativeDll.FillAudioBuffer() is being executed and AudioSource.Stop() is called.
Unity crashes on opening while using Metal (The issue comes from user's dll file)
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note:
This seemed to be an issue with the native DLL by the customer itself that causes the crash.
Also, this has been identified as a low-priority/severity case.