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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
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.