Search Issue Tracker
Fixed in 5.5.0
Votes
6
Found in
5.4.0b24
Issue ID
809647
Regression
Yes
Assert thrown when importing audio asset
Steps to reproduce:
1. Create a new project
2. Import attached mp3 file
3. Notice that console outputs "p == previewData.m_PreviewData.end()"
Note: this bug appears in 5.4.0b12
Reproduced with: 5.4.0b12, 5.4.0b24
Not reproducible with: 5.2.4f1, 5.3.5p5, 5.4.0b11
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
ajhatch
Feb 09, 2017 22:00
I experienced this importing a 47.5 mb wav file in 5.4.3f1
msue
Nov 26, 2016 19:30
Seeing this with 5.4.1f1 and MP3 files in assets.
WesAir
Nov 15, 2016 08:44
Error occurred in version 5.4.2f2 (Personal) while importing a MP3 audio file:
p == previewData.m_PreviewData.end()
UnityEditorInternal.InternalEditorUtility:ProjectWindowDrag(HierarchyProperty, Boolean)
UnityEditor.DockArea:OnGUI()
DADA_universe
Oct 28, 2016 17:37
Experienced this with 5.4.0f3 on importing an ogg vorbis audio file into the project. Not clear what it implies.