游戏狂人
 
- 贡献度
- 183
- 金元
- 7028
- 积分
- 1435
- 精华
- 0
- 注册时间
- 2007-12-1

|
各种问题之后终于能进入游戏了,开始游戏,读取,然后弹出
试了几次依然如此。
无聊地把画面细节什么的都调低,分辨率800X600,竟然不弹出了……难道只能这样玩?
附上error report
Version: 1.3.4.0
Thread: RenderThread
System.ArgumentOutOfRangeException: When drawing, at least one primitive must be drawn.
参数名: primitiveCount
在 Microsoft.Xna.Framework.Graphics.GraphicsDevice.DrawPrimitives(PrimitiveType primitiveType, Int32 startVertex, Int32 primitiveCount)
在 Magicka.GameLogic.UI.IconRenderer.RenderData.Draw(Single iDeltaTime)
在 PolygonHead.Scene.DrawGui(DataChannel iDataChannel, Single iDeltaTime)
在 PolygonHead.RenderManager.RenderScene(Scene currentScene, DataChannel iDataChannel, GameTime& iGameTime)
在 Magicka.Game.Draw(GameTime gameTime)
在 Microsoft.Xna.Framework.Game.DrawFrame()
在 Microsoft.Xna.Framework.Game.Tick()
在 Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
在 Microsoft.Xna.Framework.GameHost.OnIdle()
在 Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
在 System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
在 System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.Run(Form mainForm)
在 Microsoft.Xna.Framework.WindowsGameHost.Run()
在 Microsoft.Xna.Framework.Game.Run()
在 Magicka.Program.Main(String[] args) |
|