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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
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?