Game Development Community

Torquex run error

by Temasek Polytechnic (#0001) · in Torque X 2D · 08/18/2008 (9:05 pm) · 4 replies

I just created a new platformerdemo project and ran the default game. however, the games fails to run. it shows the error listed below. does anyone have any idea how to fix this error? help would be appreciated.

SceneLoader.Load(@"data\levels\level_01.txscene");

Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "GarageGames.Torque.EngineData.EngineData_x86.resources" was correctly embedded or linked into assembly "GarageGames.TorqueX.Framework" at compile time, or that all the satellite assemblies required are loadable and fully signed.

#1
08/18/2008 (11:13 pm)
I've heard that completely rebuilding the project a couple of times often clears this out. Also Scott Goodwin posted a method that worked to, by openning the Game.csproj file and removing the references to the GGBinaryRelease build commands. Try checking into some of his posts.

John K.
#2
08/20/2008 (11:47 pm)
Can u kindly provide me with the link? because i cant seems to find it in the forums thanks very much
#4
09/02/2008 (9:02 pm)
Hey guys, i am still facing the same error. any of you guys encountered it or manage to solve it? have been stuck for the past week or so..