mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Unhandled exception handler hookup is now the first thing to happen when OpenSim starts
This commit is contained in:
@@ -43,10 +43,11 @@ namespace OpenSim
|
||||
[STAThread]
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
|
||||
// First line
|
||||
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
|
||||
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
|
||||
Console.WriteLine("OpenSim " + VersionInfo.Version + "\n");
|
||||
|
||||
Console.Write("Performing compatibility checks... ");
|
||||
|
||||
Reference in New Issue
Block a user