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

Video

-

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

Comments (63)

  1. mautere

    Mar 19, 2016 07:16

    Receiving the error in 5.4.0b10

  2. VISIONSBOX

    Mar 18, 2016 12:30

    Any news on this one? Is it fixed in the 5.4 beta?

  3. PDXGamer

    Mar 09, 2016 00:56

    Sorry, forgot to add that I'm using the 32-bit version of 5.3.3f1.

  4. PDXGamer

    Mar 09, 2016 00:55

    I'm getting this as well in Unity 5.3.3f1. A clue though: My .ogv files do not have audio tracks, they are purely video. The offending line in my code is:

    segmentMovie[id] = www.movie;

    If think what is happening is that the first time the .movie accessor gets called it tries to init some audio data, which isn't present in my movie files, so the fmod is trying to init a null pointer. The game continues on however, and doesn't crash, so this is more of a nuisance message spamming my console log.

  5. VISIONSBOX

    Mar 08, 2016 14:42

    I can confirm. This is not fixed in 5.3.3f1.

  6. Harrison Dias

    Mar 08, 2016 14:21

    Not Fixed in 5.3.3f1.
    I am still getting the same errors:

    LoadMoveData got NULL!
    UnityEngine.WWW:get_movie()

    and

    Error: Cannot create FMOD::Sound instance for resource (null), (An invalid parameter was passed to this function. )

  7. Twil75

    Mar 08, 2016 00:33

    Not FIXED in 5.3.3.p2 !!!
    Just a new error: LoadMoveData got NULL!

  8. Dede_or_didine

    Mar 07, 2016 15:39

    I also received same error using 5.3.2f1 too

  9. Rajesh-Dhopate

    Mar 07, 2016 05:42

    Please reopen this issue, still exists on 5.3.3f1

  10. suhinini

    Mar 05, 2016 18:28

    Not working in 5.3.3f1

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.