Search Issue Tracker
Fixed in 4.3.X
Votes
0
Found in
4.2.1f4
Issue ID
564033
Regression
No
Crash when streaming from AudioClip.Create
-e: When attempting to create an audioclip using AudioClip.Create, if the parameter 'stream' is set to true, the linux player will crash immediately once the end of the buffer is reached, every time. When used on a Windows system, no crash occurs with streaming enabled or disabled.
-repro:
--build attached project for linux
--run it
--NOTICE noise being played and then it crashes
--rebuild and rerun with the stream parameter set to False
--notice it runs with no crash
Comments (1)
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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
xuxuflyaway
Nov 22, 2013 18:43
I also have problem with parameter stream.
But it event doesn't work well on my Widows machine. It's not crash there, but it causes a problem: cannot set data on streamed sample.
And the project cannot run properly.
Anybody have any ideas?