Search Issue Tracker
Fixed in 2017.2.X
Votes
8
Found in
5.6.1f1
Issue ID
911562
Regression
No
"Cannot create FMOD::Sound instance for resource..." error is shown when using UnityWebRequest.GetAudioClip()
Audio file format is .ogg, supported by Unity.
To reproduce:
1. Download the project, attached by user (BugDownloadHandlerAudioClip.zip)
2. Run the python 3 webserver script in the WebServer folder by typing python chunked-web-server.py into the command line
3. Open Unity project
4. Open "Main" scene if not already open
5. Enter Play mode
6. Observe console
Expected: audio clip is downloaded and played.
Actual: audio clip, supported by Unity, is not downloaded and "Cannot create FMOD::Sound instance for resource x^C (Unsupported file or audio format.)
Reproduced in 5.4.5p1, 5.5.3p2, 5.6.1f1, 2017.1.0b5
Fixed in 2017.2.0b2
Comments (11)
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
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
metge
May 18, 2017 06:44
I have same issue:
" Cannot create FMOD::Sound instance for resource "qB , (Operation could not be performed because specified sound/DSP connection is not ready. )
UnityEngine.WWW:GetAudioClip(Boolean, Boolean, AudioType) "
24 line --> audio.clip = www.GetAudioClip(false, true, AudioType.OGGVORBIS);
Unity 5.6.0f3 , Win 10