Search Issue Tracker
Fixed in 5.4.4
Votes
71
Found in
5.4.0p1
Issue ID
825464
Regression
Yes
Calling WWW.movie fails to load and prints error LoadMoveData got NULL!
Steps to reproduce:
1: Open attached project
2: In "test" scene enter play mode
3: Wait while movie is downloaded
- Errors in console each time the videoDownload.cs script tries to access www.movie
Error: LoadMoveData got NULL!
Reproduced: 5.3.6p3, 5.4.0p2, 5.5.0a6
Not reproducible: 5.2.5f1
Comments (102)
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
- Render Graph Execution errors when using GPU occlusion culling with 'Opaque Objects' frame setting disabled on a Camera
- Animator window: “Delete” menu item not greyed out for Base Layer context menu
- Resetting “PC_RP Asset (Universal Render Pipeline Asset)” causes Game view to become black and throws Renderer and NullReference errors in the Console window
- [Mobile] Player Crash on scripting_invoke_profiler_begin when the built Player Scene has an empty UIDocument and is built on IL2CPP
- Unnecessary Warnings are logged when running Player with -batchmode -nographics
schplurg
Oct 10, 2016 20:08
Movie plays for me but no sound. How is this not fixed in an engine as popular as this?
roub
Oct 08, 2016 18:56
The same error in 5.4.1f1
rquinones84
Oct 04, 2016 17:11
This still occurs in 5.4.0p4
MvanDoorn
Sep 13, 2016 08:22
Please give us an update! Waiting for a fix before release
uLan08
Sep 12, 2016 04:44
Tested this on various versions( 5.4.0f1, 5.3.6f1, 5.3.5f1) and still gives the error. I really need a fix to this bug.
alan-lawrance
Sep 10, 2016 10:36
Still issue on 5.4.0p3
Rajesh-Dhopate
Sep 02, 2016 05:10
I am also facing this issue
jameslee0227
Sep 01, 2016 09:22
me toooooo!, it's same error .
MoviePlayback::LoadMovieData got NULL!
UnityEngine.WWW:get_movie()
Dranix
Aug 31, 2016 11:22
Another way to check:
1. Start a new empty project.
2. Add a gameobject and add a script component (javascript) to it from https://docs.unity3d.com/ScriptReference/WWW-movie.html
3. Change the movie url to http://www.unity3d.com/webplayers/Movie/sample.ogg
4. Test scene
This error appears on 5.3.3f1. Before that in 5.3.2f1, only fmod error appears. (issue id: 761548 fixed)
Hope this helps.