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
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
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.