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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.