Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

WWW Load movie FMOD error

Discussion in 'Scripting' started by PolygonFormation, Dec 23, 2015.

  1. PolygonFormation

    PolygonFormation

    Joined:
    Apr 1, 2009
    Posts:
    68
    Hi there,

    Since 5.3 (and latest 5.3.1 too) :
    Trying to load an .ogg or .ogv video through the WWW Class (load movie) will throw this error :
    Error: Cannot create FMOD::Sound instance for resource (null)

    Nothing I can do to fix it, seems to be a 5.3 bug.
    Others are talking about same bug here : http://stackoverflow.com/questions/34364732/unable-to-load-movie-via-www

    Thank you !
     
    AShim-3D likes this.
  2. KristianE

    KristianE

    Joined:
    Nov 16, 2012
    Posts:
    4
    I've got the same issue here. I hope this will be fixed soon!

    I have also tried yielding the www, or waiting for the www.isDone to return true before accessing the the MovieTexture but nothing seems to work.
     
  3. pete

    pete

    Joined:
    Jul 21, 2005
    Posts:
    1,647
    Anyone figure this out yet? We're hitting it as well. Always throws on movieTexture = www.movie
     
  4. qiuhong

    qiuhong

    Joined:
    Jan 21, 2016
    Posts:
    1
    I also met the same problem!
     
  5. zhengyiunity27112

    zhengyiunity27112

    Joined:
    Dec 15, 2015
    Posts:
    1
    I also met the same problem!
     
  6. bhayward_incrowd

    bhayward_incrowd

    Joined:
    Nov 3, 2015
    Posts:
    9
    I am also having this problem - I would love to know if anyone figures it out!
     
  7. PolygonFormation

    PolygonFormation

    Joined:
    Apr 1, 2009
    Posts:
    68
    I wonder if latest patch (5.3.2p2) fixes this www movie error.
    Says:
    • (764084) - Graphics: Fixed occasional MovieTexture crash (regression in 5.3)
     
  8. PolygonFormation

    PolygonFormation

    Joined:
    Apr 1, 2009
    Posts:
    68
    Ok just tested : it doesn't :(
     
  9. sheldon-wang

    sheldon-wang

    Joined:
    Feb 28, 2016
    Posts:
    1
    I am also having this problem - o_O
     
  10. AShim-3D

    AShim-3D

    Joined:
    Jul 13, 2012
    Posts:
    34