Game Development Community

A case of TGB startup error if you have...

by Alex Leung · in Site Feedback · 09/14/2008 (2:21 am) · 0 replies

When the game bluid at "C:\Documents and Settings\Candy\My Documents\game\testVistaA2\testVistaA2.exe"----------no problem

when the game bluid at "C:\Documents and Settings\Candy\My Documents\遊戲\testVistaA2\testVistaA2.exe"----------it will have a message box "Game Startup Error" gay: "'initializeProject' function could not be found. This could indicate a bad or corrupt common directory for your game. The Game will now shutdown because it cannot properly function"

"遊戲" is a chinese word of "game"
then I find what has happened, the find out is: exec() can't run. exec("game/main.cs") and exec("common/main.cs") not run

and I find other thing after close the bluider:
$Pref::Dialogs::LastProjectPath = "C:/Documents and Settings/Candy/My Documents/?/test2Game";
$pref::lastProject = "C:/Documents and Settings/Candy/My Documents/?/test2Game/project.t2dProj";

then I try to find how to slove it. See many Forum Thread, example CFont, langs -lf English..... but no help, because ecec() is not work, you can't do anything outside "main.cs".

I am very pleased if anyone can help me.

the system: WindowsXP Pro SP2 (Chinese version), TGB inide(test for new and old version). But I can play the game demo dowload from GG in same case