Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Secret Fawful on Fri 31/12/2004 20:09:02

Title: Error in AGS that renders the game unsavable [SOLVED]
Post by: Secret Fawful on Fri 31/12/2004 20:09:02
Whenever I try to save a room in my game or when I try to save a game I get this message
"There was an error compiling your script. The problem was.
In: 'internal built-in header'
Error(line 480): 'MouseState_readonly' not allowed inside struct declaration.

What do I do??? :'(
Title: Re: Error in AGS that renders the game unsavable
Post by: TerranRich on Sat 01/01/2005 18:25:55
First off, whenever giving an error message, give us the line in question (in this case, line 480). Secondly, I believe error reports go to the Technical Forum, but I'll leave it here in case it's something we can answer.
Title: Re: Error in AGS that renders the game unsavable
Post by: Gilbert on Mon 03/01/2005 01:50:53
Well since it's a compile error in the internal header, which you cant view normally, I bet he cant show the line actually.

Anyway, what version of AGS are you using?
Title: Re: Error in AGS that renders the game unsavable
Post by: Secret Fawful on Mon 03/01/2005 01:52:10
The newest one.
Title: Re: Error in AGS that renders the game unsavable
Post by: Gilbert on Mon 03/01/2005 02:20:40
The V2.7 betas? Well, you know, that's for testing purpose only, you shouldn't be doing anything serious with it. It can be a bug I think you may try posting there in the V2.7 beta thread (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=17697.0) and see if anyone can help.
Title: Re: Error in AGS that renders the game unsavable
Post by: Pumaman on Mon 03/01/2005 12:28:02
Sounds like you might have got your files mixed up.

Extract AGS 2.62 into a new folder, and run it from there. Then, try to save your game again.
Title: Re: Error in AGS that renders the game unsavable
Post by: Secret Fawful on Mon 03/01/2005 19:50:09
Well, it works now. Thanks