Hollywood crash with AnimGif

Report any Hollywood bugs here
Post Reply
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Hollywood crash with AnimGif

Post by sinisrus »

Hello,

Hollywood crash with this AnimGif:
https://amitheme.amiga-ng.org/amiga/Gif-anim.gif

Code: Select all

LoadAnim(1,"Gif-anim.gif")
PlayAnim(1,0,0)

Repeat
        WaitEvent
Forever
Do you have a solution ?
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollywood crash with AnimGif

Post by airsoftsoftwair »

Good catch! Unfortunately, there is no workaround. The GIF anim file is invalid but of course Hollywood shouldn't crash but exit cleanly.

Code: Select all

- Fix: Hollywood crashed when loading invalid GIF/IFF anims or MJPEG AVIs 
Post Reply