mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 12:13:48 +02:00
v2019.08.17
This commit is contained in:
@@ -14,6 +14,8 @@ namespace VRCX
|
|||||||
{
|
{
|
||||||
[STAThread]
|
[STAThread]
|
||||||
public static void Main()
|
public static void Main()
|
||||||
|
{
|
||||||
|
try
|
||||||
{
|
{
|
||||||
var settings = new CefSettings
|
var settings = new CefSettings
|
||||||
{
|
{
|
||||||
@@ -63,5 +65,11 @@ namespace VRCX
|
|||||||
Cef.Shutdown();
|
Cef.Shutdown();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show($"{ex.Message}\n{ex.StackTrace}", "PLEASE REPORT TO PYPY", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
Environment.Exit(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user