Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: guybrush on Thu 28/12/2006 10:54:42

Title: Error - Null string supplied to CheckFor Translations
Post by: guybrush on Thu 28/12/2006 10:54:42
Hello everybody!
My problem's very simple; when I try to start the game I just get a message "Error - Null string supplied to CheckFor Translations". Now, I've been messing with translations a while ago, but I don't exactly know where's the problem. So, if anyone knows the answer, thanks in advance.
Title: Re: Error - Null string supplied to CheckFor Translations
Post by: SSH on Thu 28/12/2006 14:00:48
Perhaps you should search your scripts for CheckForTranslations and remove it?
Title: Re: Error - Null string supplied to CheckFor Translations
Post by: guybrush on Fri 29/12/2006 09:37:06
Quote from: SSH on Thu 28/12/2006 14:00:48
Perhaps you should search your scripts for CheckForTranslations and remove it?

I did that, but no result. But I did find the problem; It was in one of the dialogs,  there was unknown command "new"  in a new line, so I removed it and now it works.