XNA Racing game have an error!!

Last post 04-18-2008, 1:50 PM by RutzA. 7 replies.
Sort Posts: Previous Next
  •  04-14-2008, 8:32 AM

    XNA Racing game have an error!!

    I download XNA racing game http://creators.xna.com/Education/StarterKits.aspx#RacingGame 

    I installed, new project and F5.

    It has an error.

    Please tell me. What should I do? thx

  •  04-14-2008, 10:32 AM

    Re: XNA Racing game have an error!!

    What type of video card do you have?

    -----------------------------------------------
    Jim Welch
  •  04-14-2008, 12:03 PM

    Re: XNA Racing game have an error!!

    Sorry, I forgot it.

    Now I use 7300GT PCI-Ex.

    Specifications

    Chipset/Core Speed:
    GeForce 7300GT/500MHz
    Memory/Effective Speed: 256MB DDR3/1000MHz
    Memory Interface: 128-bit
    PixelPipelines: 8
    RAMDAC: 400MHz
    BUS: PCI-Express X16
    Resolution: 2048x1536 @ 85Hz
    Support 3D API: DirectX 9.0 (Shader Model 3.0), OpenGL 2.0
    SLI Support: Yes
    Ports: VGA Out (15 Pin D-Sub) + TV-Out + DVI

  •  04-17-2008, 11:10 AM

    Re: XNA Racing game have an error!!

    Somebody help me plzzzzzz!!! Crying
  •  04-17-2008, 11:17 AM

    Re: XNA Racing game have an error!!

    If you're compiling in Debug, switch to Release. Otherwise just change the shader that isn't compiling to shader model 3.0 on both the vertex and pixel shaders, that should fix it.
  •  04-18-2008, 10:58 AM

    Re: XNA Racing game have an error!!

    Thank you very much Adam!!!

    I can run it now.

    I want ask you one question.

    How different between compile in debug and release???

  •  04-18-2008, 11:04 AM

    Re: XNA Racing game have an error!!

    The xna team copile your shader using the debug mode of the FX compiler when you are in debug mode... sometimes this can mean loops etc get compiled to more instructions... see this thread for an explanation http://forums.xna.com/thread/32888.aspx

    The ZBuffer - News and information for XNA and Managed DirectX
  •  04-18-2008, 1:50 PM

    Re: XNA Racing game have an error!!

    Thank a lot. Big Smile
View as RSS news feed in XML
©2007 Microsoft Corporation. All rights reserved. Privacy Statement Terms of Use Code of Conduct Feedback