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.
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?
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!