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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.