XNA Creators Club Online
Page 1 of 1 (3 items)
Sort Posts: Previous Next

Help! clr20r3??!??!?

Last post 04-04-2008 11:55 PM by AdamTheOtaku. 2 replies.
  • 04-04-2008 2:11 AM

    Help! clr20r3??!??!?

    A friend of mine is getting this error when trying to run my game on his machine:

    EventType : clr20r3 P1 : gamestatemanagement.exe P2 : 1.0.0.0
    P3 : 47e485c3 P4 : microsoft.xna.framework P5 : 2.0.0.0
    P6 : 474dd5af P7 : 453 P8 : 4f P9 : system.argumentexception 

    I linked him to the XNA setup page here on the forum that explains how to get the game running on other people's machines and he is still getting the error. I clarified to make sure he got everything.

     Directx9.c web installer? Yes


    .Net 2.0 PLUS the C++ 2005 SP1 Redist -OR- .Net 2.0 SP1
    First one, then the other. 

     .Net 2.0 ? 
    Yes. 1.1 and 3.0 also.

    OS : Windows XP.

    graphics card  : Radeon X800.

    Anyone have any suggestions?

  • 04-04-2008 2:49 AM In reply to

    Re: Help! clr20r3??!??!?

    Answer
    Are you sure it isn't a problem with your code? Try wrapping the entire game.Run in a try/catch block and displaying a custom message. If that pops up, you know it's your code. If you still get the old message then you know it's the framework. Once we know that we can better help you out.
  • 04-04-2008 11:55 PM In reply to

    Re: Help! clr20r3??!??!?

    That did it. His graphics card didn't support a texture that is 1280 x 720. Has to be powers of 2 on the dimensions.
Page 1 of 1 (3 items) Previous Next