- UID
- 1422
- UCC
-
- 声望
-
- 好评
-
- 贡献
-
- 最后登录
- 1970-1-1
|
发表于 2014-1-6 00:31:02
|
显示全部楼层
1.10 a4版,開啟從1.21玩到升級1.22版的存檔,然後點開其他NPC勢力的造船廠便出現錯誤,顯示:值不能為 null。參數名稱:key
不過1.10 a3版就沒這問題。
如需叫用 Just-In-Time (JIT) 偵錯的詳細資料,
請參閱本訊息結尾處 (而非這個對話方塊) 的資訊。
************** 例外狀況文字 **************
System.ArgumentNullException: 值不能為 null。
參數名稱: key
於 System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
於 System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
於 System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
於 XRebirthSaveTool.XRebirthWares.GetWareById(String id)
於 XRebirthSaveTool.XRebirthWares.GetWareByMacro(String macro)
於 XRebirthSaveTool.XRebirthItemItem..ctor(XRebirthItem item, XRebirthAmmunition ammunition)
於 XRebirthSaveTool.Tool.station_storages_SelectedIndexChanged(Object sender, EventArgs e)
於 System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
於 System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
於 System.Windows.Forms.ComboBox.set_SelectedItem(Object value)
於 XRebirthSaveTool.Tool.list_station_SelectedIndexChanged(Object sender, EventArgs e)
於 System.Windows.Forms.ListView.OnSelectedIndexChanged(EventArgs e)
於 System.Windows.Forms.ListView.WmReflectNotify(Message& m)
於 System.Windows.Forms.ListView.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.5472 (Win7SP1GDR.050727-5400)
程式碼基底: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
XRebirthSaveTool
組件版本: 1.10.1.4
Win32 版本: 1.19.0.0
程式碼基底: file:///D:/R668QVXY/Downloads/XRebirthSaveTool110A4/XRebirthSaveTool.exe
----------------------------------------
System.Windows.Forms
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
程式碼基底: 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.5467 (Win7SP1GDR.050727-5400)
程式碼基底: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
程式碼基底: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
程式碼基底: 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.5472 (Win7SP1GDR.050727-5400)
程式碼基底: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
組件版本: 2.0.0.0
Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
程式碼基底: 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 偵錯工具進行處
理,而不是使用這個對話方塊來處理。
|
|