一运行就出现这个
detaila里显示的是:
See the end ofthis message for details on invoking just-in-time(JIT) debugging instead of this dialog box. **************Exception Text ************** System.NullReferenceException:Object reference not set to an instance of an object. at DXHelper.DisplayInfo.InitDisplayModeList() atfifasetup_csharp.Settings.GetResolutionsForAdapter() atfifasetup_csharp.GameSettingsForm.LoadDefaultFifaSettingIni(BooleanbResetToDefault) atfifasetup_csharp.GameSettingsForm..ctor(RightToLeft rtl) atfifasetup_csharp.StartingForm.GameSettingsButton_Click(Object sender, EventArgse) atSystem.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) atSystem.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button,Int32 clicks) at System.Windows.Forms.Control.WndProc(Message&m) atSystem.Windows.Forms.ButtonBase.WndProc(Message& m) atSystem.Windows.Forms.Button.WndProc(Message& m) atSystem.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtrwparam, IntPtr lparam) **************Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18444 built by:FX451RTMGDR CodeBase:file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- fifaconfig Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase:file:///F:/Origin/FIFA%2015/fifasetup/fifaconfig.exe ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34238 built by:FX452RTMGDR CodeBase:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by:FX451RTMGREL CodeBase:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by:FX451RTMGREL CodeBase:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- DXHelper Assembly Version: 1.0.5318.28514 Win32 Version: 1.0.0.0 CodeBase:file:///F:/Origin/FIFA%2015/fifasetup/DXHelper.DLL ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18408 built by:FX451RTMGREL CodeBase:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34234 built by:FX452RTMGDR CodeBase:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- **************JIT Debugging ************** To enablejust-in-time (JIT) debugging, the .config file for this application orcomputer (machine.config) must have the jitDebuggingvalue set in the system.windows.forms section. The applicationmust also be compiled with debugging enabled. For example: <configuration> <system.windows.formsjitDebugging="true" /> </configuration> When JITdebugging is enabled, any unhandled exception will be sent tothe JIT debugger registered on the computer rather than behandled by this dialog box.
|