Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Stasko on Sun 17/06/2007 12:55:56

Title: Error when importing a GIF file
Post by: Stasko on Sun 17/06/2007 12:55:56
It looks impossible too use a gif file,, i once sucseed! But the sprite was changed in different colours and the animation was just changed into a strange pixel mess,,

But i was trying again to import a gif file but no!! An ERROR!

Here is the error message(screenshot (http://img26.picoodle.com/img/img26/8/6/17/f_error1m_72d1c09.jpg)):

Quote
Sorry, an error has occured.

We're sorry, the AGS editor has encountered a serious error and must shut down. You will have lost any changes made since you last saved your game.

(Exception 0x00000000 at EIP=0x00000000, AGSEDIT v2.72.652, SIP=26)

But how do i import gif files without changed animations or errors?

Because the sprite manager is allready a mess because i dont know how i delete sprites and stuff etc,, i am still in a state testing the programm how to use it so already thanks for the answer.

Edit by moderator: Post error messages in clear text so they can be found via the forum search!
Title: Re: Error when importing a GIF file
Post by: Khris on Sun 17/06/2007 13:37:01
Did you try to import an animated gif? That's not supported, afaik.
Title: Re: Error when importing a GIF file
Post by: Shane 'ProgZmax' Stevens on Sun 17/06/2007 13:42:29
I've never had trouble importing animated gifs.  You might be having color import issues because you switched color depth to 8-bit at some point and are importing images made with a palette that's inconsistent with the first image you imported (which is what it uses to establish the palette).  Try changing to 16 bit and removing all the graphics and re-importing.  That should take care of all your color issues.