游戏狂人
 
- 贡献度
- 5
- 金元
- 16159
- 积分
- 1636
- 精华
- 0
- 注册时间
- 2010-6-30
|
一次出了三个
RenderThread
System.ArgumentException: Texture width or height is larger than the device supports.
参数名: width
在 Microsoft.Xna.Framework.Graphics.Texture3D.CreateTexture(GraphicsDevice graphicsDevice, Int32 width, Int32 height, Int32 depth, Int32 numberLevels, TextureUsage usage, SurfaceFormat format)
在 Microsoft.Xna.Framework.Graphics.Texture3D..ctor(GraphicsDevice graphicsDevice, Int32 width, Int32 height, Int32 depth, Int32 numberLevels, TextureUsage usage, SurfaceFormat format)
在 Microsoft.Xna.Framework.Content.Texture3DReader.Read(ContentReader input, Texture3D existingInstance)
在 Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
在 Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
在 Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
在 Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
在 Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
在 Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
在 Magicka.Game.LoadContent()
在 Microsoft.Xna.Framework.Game.Initialize()
在 Magicka.Game.Initialize()
在 Microsoft.Xna.Framework.Game.Run()
在 Magicka.Program.Main(String[] args)
第二个
Init Audio
System.InvalidOperationException: This resource could not be created.
在 Microsoft.Xna.Framework.Audio.SoundBank..ctor(AudioEngine audioEngine, String filename)
在 Magicka.Audio.AudioManager.Init()
第三个
LoaderThread
System.ArgumentNullException: 值不能为空。
在 System.Threading.Monitor.Enter(Object obj)
在 PolygonHead.BitmapFont..ctor(ContentReader iInput)
在 PolygonHead.Pipeline.BitmapFontReader.Read(ContentReader iInput, BitmapFont existingInstance)
在 Microsoft.Xna.Framework.Content.ContentReader.InvokeReader[T](ContentTypeReader reader, Object existingInstance)
在 Microsoft.Xna.Framework.Content.ContentReader.ReadObjectInternal[T](Object existingInstance)
在 Microsoft.Xna.Framework.Content.ContentReader.ReadObject[T]()
在 Microsoft.Xna.Framework.Content.ContentReader.ReadAsset[T]()
在 Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
在 Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
在 Magicka.Graphics.FontManager..ctor()
在 Magicka.Graphics.FontManager.get_Instance()
在 Magicka.GameLogic.UI.MessageBox..ctor(String iMessage)
在 Magicka.GameLogic.UI.GamerCustomizeMessageBox..ctor()
在 Magicka.GameLogic.UI.GamerCustomizeMessageBox.get_Instance()
在 Magicka.Gamers.Gamer..ctor(String iGamerTag)
在 Magicka.GameLogic.Profile.Read()
在 Magicka.Game.LoaderFunction()
郁闷 |
|