Fix build fail on Release configuration (#663)
This commit is contained in:
parent
0aef70de42
commit
f6904b1d30
@ -114,12 +114,9 @@ namespace TJAPlayer3 {
|
|||||||
catch( Exception e )
|
catch( Exception e )
|
||||||
{
|
{
|
||||||
Trace.WriteLine( "" );
|
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.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
|
#endif
|
||||||
// END #24606 2011.03.08 from
|
// END #24606 2011.03.08 from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user