Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Icey on Sat 28/05/2011 18:25:37

Title: AGS cannot continue, this exception was fatal
Post by: Icey on Sat 28/05/2011 18:25:37
I was testing my game when I got this message.

AGS cannot continue, this exception was fatal. Please note down the numbers above, remember what you were doing at the time and post the details on the AGS Technical Forum.

in "Tween.asc", line 483
from "Tween.asc", line 505
from "Tween.asc", line 532
from "Tween.asc", line 626
from "Tween.asc", line 1007
from "room12.asc", line 70
(and more...)

I never seen that before until now.

How do I fix this & what does it mean?
Title: Re: AGS cannot continue, this exception was fatal
Post by: Khris on Sat 28/05/2011 19:46:22
How about posting room 12's script, at least line 70 and surrounding lines? ::) ::) ::)
Title: Re: AGS cannot continue, this exception was fatal
Post by: Icey on Sat 28/05/2011 22:45:18
{
  Wait(1); //< that is new. I added this think it would help. It seems like it fixed the problem. Let's just imagine it was not there. What would be the cause of the problem?

  HUD.TweenTransparency(0.1, 100);
    gameover.Visible = false;
  gameover.TweenTransparency(0.1, 100);
  Shiva.TweenTransparency(0.1, 100);