System:2.4 intel 1gig memory
Video card: Nvidia fx5200
Starter kit was started from templates and I have tried reinstalling and running different projects. Same error each time.
Here is the error I get:
DirectoryNotFoundException....
Could not find a part of the path 'C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\MyRacingGameWin1\MyRacingGameWin1\RacingGame\bin\x86\Debug\Content\Audio\RacingGameManager.xgs'.
pointing to this line in code: audioEngine = new AudioEngine(Path.Combine(dir, "RacingGameManager.xgs"));
In the error list:
Error 1 Errors compiling C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\MyRacingGameWin1\MyRacingGameWin1\RacingGame\Content\Shaders\PostScreenMenu.fx:
(1): error X5608: Compiled shader code uses too many arithmetic instruction slots (117). Max. allowed by the target (ps_2_0) is 64.
(1): error X5609: Compiled shader code uses too many instruction slots (120). Max. allowed by the target (ps_2_0) is 96.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\MyRacingGameWin1\MyRacingGameWin1\RacingGame\Content\Shaders\PostScreenMenu.fx(661): ID3DXEffectCompiler::CompileEffect: There was an error compiling expression
ID3DXEffectCompiler: Compilation failed C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\MyRacingGameWin1\MyRacingGameWin1\RacingGame\Content\Shaders\PostScreenMenu.fx 1 1 Content
Is this is video card problem or a different error all together.