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()
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
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.