diff --git a/OpenTaiko/src/Common/Program.cs b/OpenTaiko/src/Common/Program.cs index 7833c02f..673952f4 100644 --- a/OpenTaiko/src/Common/Program.cs +++ b/OpenTaiko/src/Common/Program.cs @@ -114,12 +114,9 @@ namespace TJAPlayer3 { catch( Exception e ) { Trace.WriteLine( "" ); + Trace.WriteLine( "OpenTaiko ran into an unexpected error, and can't continue from here! Σ(っ °Д °;)っ" ); + Trace.WriteLine( "More details: " ); Trace.Write( e.ToString() ); - Trace.WriteLine( "" ); - Trace.WriteLine( "エラーだゴメン!(涙" ); - AssemblyName asmApp = Assembly.GetExecutingAssembly().GetName(); - //MessageBox.Show( "エラーが発生しました。\n" + - // e.ToString(), asmApp.Name + " Ver." + asmApp.Version.ToString().Substring(0, asmApp.Version.ToString().Length - 2) + " Error", MessageBoxButtons.OK, MessageBoxIcon.Error ); // #23670 2011.2.28 yyagi to show error dialog } #endif // END #24606 2011.03.08 from