diff --git a/NTH2/MainWindow.xaml.cs b/NTH2/MainWindow.xaml.cs index 4b55792..36c522e 100644 --- a/NTH2/MainWindow.xaml.cs +++ b/NTH2/MainWindow.xaml.cs @@ -43,7 +43,14 @@ public MainWindow() // Initialize the Cef Embedded Browser with the settings we just built Cef.Initialize(settings, performDependencyCheck: false, browserProcessHandler: null); - InitializeComponent(); + try + { + InitializeComponent(); + } + catch (Exception ex) + { + MessageBox.Show("NitroType Cheat Crashed\nError Info:\n" + ex.InnerException.ToString()); + } AsyncInitialize(); var httpWebRequest = (HttpWebRequest)WebRequest.Create("https://rainydais.com/software.php");