fengyingxhg 发表于 2013-4-12 13:43

停止工作原因找到

强人研究下是什么问题,求解决!
系统环境:win8 64位,.net4.5(包含4.0),xan4.0
版本:3dm简体中文版
现状:运行游戏后,停止工作
尝试:替换steam_api.dll以及打注册表
结果:无效
事件日志:
应用程序: The Bridge.exe
Framework 版本: v4.0.30319
说明: 由于未经处理的异常,进程终止。
异常信息: System.InvalidOperationException
堆栈:
   在 Microsoft.Xna.Framework.Media.MediaQueue.Play(Microsoft.Xna.Framework.Media.Song)
   在 TheBridge.Audio.AudioManager.SongPlay(System.String, Boolean)
   在 TheBridge.Screens.StartScreen.Update()
   在 TheBridge.GameElements.ScreenContainer.Update()
   在 TheBridge.GameElements.GameWorld.Update(Microsoft.Xna.Framework.GameTime)
   在 Microsoft.Xna.Framework.Game.Tick()
   在 Microsoft.Xna.Framework.Game.HostIdle(System.Object, System.EventArgs)
   在 Microsoft.Xna.Framework.GameHost.OnIdle()
   在 Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
   在 Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(System.Object, System.EventArgs)
   在 System.Windows.Forms.Application+ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32)
   在 System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
   在 System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
   在 System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
   在 System.Windows.Forms.Application.Run(System.Windows.Forms.Form)
   在 Microsoft.Xna.Framework.WindowsGameHost.Run()
   在 Microsoft.Xna.Framework.Game.RunGame(Boolean)
   在 TheBridge.Program.Main(System.String[])

页: [1]
查看完整版本: 停止工作原因找到