Search Issue Tracker
Fixed in 5.3.6
Votes
49
Found in
5.3.1p2
Issue ID
761548
Regression
Yes
[MovieTexture] FMOD error when trying to play video using WWW class
Repro steps:
1) Open the project and only scene in it
2) Play - notice that the movie texture and the sound works correctly
3) Notice the errors in the Console: "Error: Cannot create FMOD::Sound instance for resource (null), (An invalid parameter was passed to this function. ) "
Reproduced in: 5.4.0b2; 5.3.1p3; 5.3.0f4
Not reproduced in: 5.2.3p3
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
grenappels
Jun 09, 2016 20:05
Why is this listed as fixed? It is still an error for me in 5.4.0b21 Personal. I'm on Windows 10, using 64-bit unity.
eeeeeeeeeeeeeeee
May 04, 2016 10:13
5.3.4f1, two errors and doesn't play, something wrong with my code?
trsh
May 02, 2016 06:08
Still present 5.3.4f1. But the movie plays.
Dranix
Apr 28, 2016 09:29
I get this both in 5.3.3f1 and 5.3.4f1, windows 10 using c#.
2 errors:
LoadMoveData got NULL! UnityEngine.WWW:get_movie()
Cannot create FMOD::Sound instance for resource (null),
Both points to MovieTexture movieTexture = www.movie;
www.bytesDownloaded is same as movie size and www.error is null.
I tried with ogg, ogv videos locally and also unity sample.ogg online. I can only see the first frame of the movie when the editor paused at the error.
Tinus
Apr 11, 2016 13:43
Sorry, that would be 5.3.4p2
Tinus
Apr 11, 2016 13:41
I am *still* experiencing this issue on 5.3.3p2, which mentions this being fixed.
malviyanpawan
Mar 30, 2016 09:25
Error: Cannot create FMOD::Sound instance for resource (null), (An invalid parameter was passed to this function. )
UnityEngine.WWW:get_movie()
<RetrieveStreamingAsset>c__Iterator1:MoveNext() (at Assets/Scripts/MoviePlayerSample.cs:194)
Getting this error in unity sample scene for samsung gear vr.
IQpierce
Mar 29, 2016 22:20
This is happening for our team in 5.3.4f1. (It's happening in an ogg video file with NO AUDIO, as indicated in previous comments.)
jrcharland
Mar 23, 2016 22:27
Same here, not working on 5.3.3
mautere
Mar 19, 2016 18:11
As an extremely shitty work-around for the error
LoadMoveData got NULL!
UnityEngine.WWW:get_movie()
...
WWW Class works in JS by copy pasting the example at: http://docs.unity3d.com/ScriptReference/WWW-movie.html
But even then it only loads ogg videos and not mp4, mov, etc.