mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
some more try/catch
This commit is contained in:
@@ -65,6 +65,11 @@ public class OpenGridMasterService : System.ServiceProcess.ServiceBase {
|
||||
public static void Main()
|
||||
{
|
||||
Console.WriteLine("Starting up OGS master service");
|
||||
ServiceBase.Run(new OpenGridMasterService());
|
||||
try {
|
||||
ServiceBase.Run(new OpenGridMasterService());
|
||||
} catch(Exception e) {
|
||||
Console.WriteLine("THIS SHOULD NEVER HAPPEN!!!!!!!!!!!!!!!!!!!!!");
|
||||
Console.WriteLine(e.ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user