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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
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?