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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
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.