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
- Window preview appears on a different monitor when undocking and dragging a window with a high-resolution monitor set up on the right and a low-resolution monitor on the left.
- Probe Volume Baking Set Reference Documentation is missing
- Crash on RendererScene::NotifyInvisible when entering Play mode after undoing a change within the scene with Ctrl+z
- [iOS] Final Image misaligned when using "ScalableBufferManager.ResizeBuffers" to resize
- GameObjects are not updating when Materials and Cubemaps are updated from Environmental Reflections
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?