Hi all,
I imported a movie on a plane and its ok, then i go to uv/image map editor and set the movie as an uv map so i can see it in the viewport , this also is ok . But a little minute after all the movie disapear on the plane and the plane become a pink colour.The movie is a .mov I try also with .avi and i get the same problem a minute later.I try this with blender2.40 and 2.41…
The console error said :
Using Python version 2.4
Malloc return nill: len=1616529920 in source\blender\imbuf\intern\readimage.c
Out of mem
Malloc return nill: len=1616529920 in source\blender\imbuf\intern\readimage.c
Out of mem
Malloc return nill: len=1616529920 in source\blender\imbuf\intern\readimage.c
Out of mem
It is rendering your video one frame at a time. To do this the program is dynamically allocating memory “malloc” is a c function that does this. The function is returning nil, that is, it has no memory left to allocate. The number is around 1.5 gig is the length of the file you are trying to read in at the point that you develop your problem.
the sorce file creating the problem or rather calling the function that is creating the problem is source\blender\imbuf\intern\readimage.c
I am not sure this “helps” any at all but at least now you know what the error message means.
I imported tga image and set anti enable and its work ok and i get no error.But anybody knows how to update the movie in the viewport while moving the timeline ?