高级玩家

- 贡献度
- 46
- 金元
- 2412
- 积分
- 425
- 精华
- 0
- 注册时间
- 2009-2-5
|
就是第一章那里,过掉教程从宴会出去后就跳出..这是错误报告
Version: 1.3.6.0
Thread: LoaderThread
System.InvalidOperationException: An unexpected error has occurred.
at Microsoft.Xna.Framework.Graphics.Texture2D.InitializeDescription()
at Microsoft.Xna.Framework.Graphics.Texture2D..ctor(IDirect3DTexture9* pInterface, GraphicsDevice pDevice, UInt32 pool)
at Microsoft.Xna.Framework.Graphics.Texture2D.GetManagedObject(IDirect3DTexture9* pInterface, GraphicsDevice pDevice, UInt32 pool)
at Microsoft.Xna.Framework.Graphics.TextureCollection.get_Item(Int32 index)
at Microsoft.Xna.Framework.Graphics.Texture2D.CopyData[T](Int32 level, Nullable`1 rect, T[] data, Int32 startIndex, Int32 elementCount, UInt32 options, Boolean isSetting)
at Microsoft.Xna.Framework.Content.Texture2DReader.Read(ContentReader input, Texture2D existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
at Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
at Magicka.SharedContentManager.CommonContentManager.Load[T](String assetName)
at Microsoft.Xna.Framework.Content.ContentReader.ReadExternalReference[T]()
at PolygonHead.Effects.RenderDeferredEffect.Read(ContentReader iInput)
at PolygonHead.Pipeline.RenderDeferredEffectReader.Read(ContentReader input, RenderDeferredEffect existingInstance)
at Microsoft.Xna.Framework.Content.ContentTypeReader`1.Read(ContentReader input, Object existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
at PolygonHead.Models.BiTreeRootNode..ctor(ContentReader iInput, GraphicsDevice iDevice)
at PolygonHead.Models.BiTreeModel.Read(ContentReader iInput)
at PolygonHead.Pipeline.BiTreeModelReader.Read(ContentReader input, BiTreeModel existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
at Magicka.Levels.LevelModel..ctor(ContentReader iInput)
at Magicka.ContentReaders.LevelModelReader.Read(ContentReader input, LevelModel existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
at Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
at Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
at Magicka.SharedContentManager.CommonContentManager.Load[T](String assetName)
at Magicka.SharedContentManager.Load[T](String assetName)
at Magicka.Levels.GameScene.Initialize(SpawnPoint iSpawnPoint, Boolean iClearAudio)
at Magicka.Levels.Level.ChangeScene()
at Magicka.Game.LoaderFunction()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart() |
|