Search Issue Tracker
Duplicate
Votes
0
Found in
2017.2.0b1
Issue ID
925876
Regression
No
Console won't show text if it contains "non-ASCII" characters
Empty eкror "Cannot create FMOD" is thrown when AudioType in request differs from actual file type
To repro:
1. Run server.js from TestServer attached folder. (On this server I store *.mp3 file).
2. Run Project attached.
3. Press Play and click GetAudioClip button. (Here "var www = UnityWebRequestMultimedia.GetAudioClip (url, AudioType.OGGVORBIS);" is called).
Actual result: Empty error appears, in log:
Error: Cannot create FMOD::Sound instance for resource ïç, (Unsupported file or audio format. )
Expected result: Error should explicitly show the error.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #764650