System.ArgumentException: 要在此字符串中进行分析,必须指定有效信息。本来打不开我以为是更新的问题,就开 osu!me 手动更新,更新完了还是启动不了……报错一样的。
在 System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
在 #LG.#KG.#Xf()
在 #CC.#BC.#Sn()
在 #UH.#Yb..ctor(String )
在 #UH.#fs.#IXb(String )
点 Restart osu! 的话还会报错:
有关调用实时(JIT)调试而不是此对话框的详细信息,开源哥快救我
请参见此消息的结尾。
************** 异常文本 **************
System.NullReferenceException: 未将对象引用设置到对象的实例。
在 #UH.#Yb.#ewb(String , String )
在 #UH.#Yb.#ewb(String )
在 #uD.#rG.#yib(Object , RunWorkerCompletedEventArgs )
在 System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
在 System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
************** 已加载的程序集 **************
mscorlib
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
osu!
程序集版本: 1.3.3.7
Win32 版本: 1.3.3.7
基本代码: file:///C:/osu!/osu!.exe
----------------------------------------
Microsoft.Xna.Framework
程序集版本: 1.0.0.0
Win32 版本: 1.1.10405.0
基本代码: file:///C:/osu!/Microsoft.Xna.Framework.DLL
----------------------------------------
mscorlib.resources
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Drawing
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5462 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
msvcm80
程序集版本: 8.0.50727.6195
Win32 版本: 8.00.50727.6195
基本代码: file:///C:/Windows/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a/msvcm80.dll
----------------------------------------
System.Windows.Forms
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5460 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
osu!.resources
程序集版本: 1.3.3.7
Win32 版本: 1.3.3.7
基本代码: file:///C:/osu!/zh-CHS/osu!.resources.DLL
----------------------------------------
{9e9af2de-7d80-4daf-8788-b82a96d41d1c}
程序集版本: 0.0.0.0
Win32 版本: 1.3.3.7
基本代码: file:///C:/osu!/osu!.exe
----------------------------------------
osu
程序集版本: 1.0.0.0
Win32 版本: 1.0.0.0
基本代码: file:///C:/osu!/osu.DLL
----------------------------------------
System.Configuration
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
基本代码: 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.5420 (Win7SP1.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。