超级玩家
打醬油中
- 贡献度
- 45
- 金元
- 7866
- 积分
- 967
- 精华
- 0
- 注册时间
- 2008-2-11
|
本帖最后由 ~不明人士~ 于 2012-6-21 09:29 编辑
遇到出错 好像玩到5~10分钟 就开始狂弹错误
作业系统 XP 32位元
如需叫用 Just-In-Time (JIT) 侦错的详细资料,
请参阅本讯息结尾处 (而非这个对话方块) 的资讯。
************** 例外状况文字 **************
System.IndexOutOfRangeException: 索引在阵列的界限之外。
于 chess.Form1.placeefect(String thing)
于 chess.Form1.role55_MouseDown(Object sender, MouseEventArgs e)
于 System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
于 System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
于 System.Windows.Forms.Control.WndProc(Message& m)
于 System.Windows.Forms.TextBoxBase.WndProc(Message& m)
于 System.Windows.Forms.RichTextBox.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.3623 (GDR.050727-3600)
程式码基底: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
chess
组件版本: 1.0.0.0
Win32 版本: 1.0.0.0
程式码基底: file:///D:/GAME/rwsj4/4.exe
----------------------------------------
System.Windows.Forms
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.3623 (GDR.050727-3600)
程式码基底: 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.3624 (GDR.050727-3600)
程式码基底: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
程式码基底: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
程式码基底: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
程式码基底: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
程式码基底: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
System.Configuration
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
程式码基底: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.3082 (QFE.050727-3000)
程式码基底: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.3623 (GDR.050727-3600)
程式码基底: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1433 (REDBITS.050727-1400)
程式码基底: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHT_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** JIT 侦错 **************
若要启用 Just-In-Time (JIT) 侦错功能,则必须在
此应用程式或电脑的 .config 档案中,设定
system.windows.forms 区段内的 jitDebugging 值。
且该应用程式也必须在启用侦错的状态下进行
编译。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
当 JIT 侦错功能启用后,会将所有未处理的例外
状况传送给电脑上已注册的 JIT 侦错工具进行处
理,而不是使用这个对话方块来处理。 |
|