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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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.