Codetopia

A place to talk about things related to XNA, .NET, and enterprise application development.
Welcome to Codetopia Sign in | Join | Help
Home My Book Blogs Forums Photos Files Roller

Search

You searched for the word(s):
< 1 second(s)
  • Re: Chapter 16 Top-Down Scroller XNA 2.0 Source Code Error

    The exception was indeed an InvalidOperationException which read ''The operation was aborted. You may not modify a resource that has been set on a device, or after it has been used within a tiling bracket.''I attempted to add GraphicsDevice.Textures[0] = null; before GameObjectManager.Init(); in the Initialize() function of the Game1 class. But ...
    Posted to Support (Forum) by Zeo on March 13, 2008
  • Chapter 16 Top-Down Scroller XNA 2.0 Source Code Error

    After compiling and testing the new code the game experiences an exception after pressing start. The exception occurred in the PixelPerfectHelper::GetOpaqueData function at this point:texture.GetData&lt;Color&gt;(pixels);As I attempted a work around by putting the above line inside a try and catch statement the result was that collision detection ...
    Posted to Support (Forum) by Zeo on March 11, 2008
Powered by Community Server, by Telligent Systems