If you could maybe translate it to english i might be able to
Unhandled exception in application. When you click the "continue" button, the application will ignore the error and try to continue. When you click the "exit" button, the application will immediately shut down.
Casting a string to type "Boolean" is invalid.
************** Exception text **************
System.InvalidCastException: Casting string "" to type "Boolean" is not valid. ---> System.FormatException: The input string was not in the correct format.
at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble (String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToBoolean (String Value)
--- End of trace of the internal exception stack ---
at Microsoft.VisualBasic.CompilerServices.Conversions.ToBoolean (String Value)
at CheatMenu_Installer.Form1.LoadConfig ()
at CheatMenu_Installer.Form1.CreateConfig ()
at CheatMenu_Installer.Form1.Form1_Load (Object sender, EventArgs e)
at System.EventHandler.Invoke (Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad (EventArgs e)
at System.Windows.Forms.Form.OnCreateControl ()
at System.Windows.Forms.Control.CreateControl (Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl ()
at System.Windows.Forms.Control.WmShowWindow (Message & m)
at System.Windows.Forms.Control.WndProc (Message & m)
at System.Windows.Forms.Form.WmShowWindow (Message & m)
at System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)