Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0a1
Issue ID
595965
Regression
Yes
Seeking audio track preview at the very right border produces an invalid seek position error
1. Open or create a project with audio file
2. Select the audio file. Make sure Inspector is visible
3. Click on its preview to play it. Move mouse to rightmost border. Errors will be reported:
C:\buildslave\unity\build\Runtime/Audio/sound/SoundChannel.h(130) : Error executing m_FMODChannel->setPosition(position_pcm, FMOD_TIMEUNIT_PCM) (An invalid seek position was passed to this function. )
UnityEditor.DockArea:OnGUI()
Comments (4)
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
- A 404 page is opened when selecting "Open Documentation" on the Float Node in Shader Graph
- Shader Graph Importer's Documentation Reference button leads to a 404 page
- Crash on WriteParticleLineVertex when particle systems are rendered in a specific project
- Asset names longer than the allowed system file path are not handled gracefully
- Moving VFX Particles leave a ghosting trial in Ray Traced Screen Space Reflections
camilo3ds
Feb 07, 2016 19:55
in Unity 5.2.3f, presents that error yet
RPGCoder
Oct 22, 2015 21:10
We're seeing the same error with Unity 5.1.4 when we attempt to set the AudioSource.time value in certain situations.
lavz24
Oct 11, 2015 11:18
I have the same error rigth know, open the ticket
alex55555
Jul 06, 2015 14:15
Has this bug been fixed?
I still get that error in 5.1.1 when I set the pitch of an AudioSource to -1 and Play() it right after.