小白跪求大神们急救

Salvatore123 2014-11-18 09:52:40
下了一个游戏所有的运行环境都装了可是开始前却显示
下面的全文为:
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.ComponentModel.Win32Exception: 系统找不到指定的文件。
在 System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
在 System.Diagnostics.Process.Start()
在 BmLauncher.Form1.butLaunch_Click(Object sender, EventArgs e)
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
在 System.Windows.Forms.UserControl.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************
mscorlib
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
BmLauncher
程序集版本: 1.0.0.0
Win32 版本: 1.0.0.0
基本代码: file:///E:/10150853/Binaries/Win32/BmLauncher.exe
----------------------------------------
System.Windows.Forms
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.8008 (FX35W81RTMGDR.050727-8000)
基本代码: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
基本代码: file:///C:/windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.8007 (FX35W81RTMGDR.050727-8000)
基本代码: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Management
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.8007 (FX35W81RTMGDR.050727-8000)
基本代码: file:///C:/windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
BmLauncherUtils
程序集版本: 1.0.0.0
Win32 版本: 1.0.1.0
基本代码: file:///E:/10150853/Binaries/Win32/BmLauncherUtils.DLL
----------------------------------------
msvcm90
程序集版本: 9.0.30729.8387
Win32 版本: 9.00.30729.8387
基本代码: file:///C:/windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_5094ca96bcb6b2bb/msvcm90.dll
----------------------------------------
System.Xml
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
基本代码: file:///C:/windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.DirectX.Direct3D
程序集版本: 1.0.2902.0
Win32 版本: 9.05.132.0000
基本代码: file:///C:/windows/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
----------------------------------------
Microsoft.DirectX
程序集版本: 1.0.2902.0
Win32 版本: 5.04.00.2904
基本代码: file:///C:/windows/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------
System.Windows.Forms.resources
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.7905 (win9rel.050727-7900)
基本代码: file:///C:/windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000)
基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。


求大神们结决
...全文
302 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
cainiao77 2014-11-20
  • 打赏
  • 举报
回复
实在不行装个vs看看。以前玩dota的时候有台机器也报各种错误。最后装了个vs,ok了。
  • 打赏
  • 举报
回复
http://www.cnblogs.com/songling/archive/2011/05/10/2042290.html 查看此链接,解决问题
by_封爱 2014-11-19
  • 打赏
  • 举报
回复
4#正解.... 不过 从这<启动.exe>的程序的代码来看 一定是刚学c#的程序员上了什么游民星空去装B去了... 不如你把exe反编译下 看看他是要启动什么东西...
那城 2014-11-19
  • 打赏
  • 举报
回复
於黾 2014-11-19
  • 打赏
  • 举报
回复
这只是一个启动程序,真正的游戏程序在其他地方 我猜你是下了个游戏盒子之类的东西,它为了显示一些广告,而把游戏放到其他目录下面,让你必须通过它的启动程序看完广告才能启动游戏 首先你需要确定的是游戏程序到底存在不存在,是否仅仅有盒子而没有真正的游戏程序 如果你找到了游戏程序所在目录,完全可以直接双击运行,而不用通过什么盒子启动
Salvatore123 2014-11-18
  • 打赏
  • 举报
回复
如何解决呢这个问题呢,我已经装了XNA Framework Redist 3.1]· OpenAL· Visual C++ 2008 SP1· DirectX 9.0 and 10.安装]· Games For Windows Liv .NET Framework 3.5 SP1还是运行不起来
threenewbee 2014-11-18
  • 打赏
  • 举报
回复
这个程序试图启动另一个程序,但是那个程序文件它没有找到。

17,740

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 .NET Framework
社区管理员
  • .NET Framework社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧