Disable internal Error Message
Rely on GameMonitor to display error message.
This commit is contained in:
committed by
Matthias Mailänder
parent
af3e3f795f
commit
beef3242b8
@@ -60,12 +60,6 @@ namespace OpenRA
|
||||
var rpt = BuildExceptionReport(e).ToString();
|
||||
Log.Write("exception", "{0}", rpt);
|
||||
Console.Error.WriteLine(rpt);
|
||||
|
||||
if (Game.Settings.Debug.ShowFatalErrorDialog && !Game.Settings.Server.Dedicated)
|
||||
{
|
||||
Game.Renderer.Device.Dispose();
|
||||
Platform.ShowFatalErrorDialog();
|
||||
}
|
||||
}
|
||||
|
||||
static StringBuilder BuildExceptionReport(Exception e)
|
||||
|
||||
Reference in New Issue
Block a user