Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: NavyNuke04 on Fri 02/01/2004 00:41:54

Title: Problem with upgrading to 2.6
Post by: NavyNuke04 on Fri 02/01/2004 00:41:54
I'm trying to upgrade my game from using AGS 2.56d to the new release of 2.6. I unzipped 2.6 into a new directory, and then copied my game subdirectory into the new directory. I started up the new version of AGS and opened the new copy of my game. I went ahead and rebuilt all the room files and I rebuilt the VOX file. I saved the game and then tried to test the game.

When I did that, these two errors popped up:
(http://www.navynuke.net/agserror.jpg)

Any ideas what I need to do to get my game working with version 2.6? It has a lot of cool features that I think would be great in my game.
Title: Re:Problem with upgrading to 2.6
Post by: Scorpiorus on Sat 03/01/2004 18:09:54
This error usually occurs when you have the acwin.exe file from a different (older) version of AGS. Are you able to compile a game - being created with AGS v2.6 itself?

Also, what if you clean out the AGS\Game\Compiled folder, does it help at all?
Title: Re:Problem with upgrading to 2.6
Post by: NavyNuke04 on Sun 04/01/2004 19:16:56
Well spotted! Somehow an acwin.exe file had made it into my game directory. I deleted the file and recompiled without a problem. Thanks so much!