Open faust347 opened 4 years ago
Can u send me the details as text?
Hi Beelink,
here you are:
Informationen über das Aufrufen von JIT-Debuggen anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
** Ausnahmetext ** System.ArgumentOutOfRangeException: Der Wert -1280 ist für Value ungültig. Value sollte zwischen 'Minimum' und 'Maximum' liegen. Parametername: Value bei System.Windows.Forms.NumericUpDown.set_Value(Decimal value) bei quick_screen_recorder.MainForm.RefreshAreaInfo() bei quick_screen_recorder.MainForm.areaComboBox_SelectedIndexChanged(Object sender, EventArgs e) bei System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) bei System.Windows.Forms.ComboBox.WmReflectCommand(Message& m) bei System.Windows.Forms.ComboBox.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
** JIT-Debuggen ** Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der Konfigurationsdatei der Anwendung oder des Computers (machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden. Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Zum Beispiel:
Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten Ausnahmen an den JIT-Debugger gesendet, der auf dem Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
Same issue here. It happens if the secondary monitor is to the left of the the primary one. To solve this problem it is sufficient to allow negative values in xNumeric and yNumeric on the MainForm. I personally used -4095 as minimum value for both and now it works fine. The only problem left is the mouse pointer, shown on wrong screen.
video options: with two screens, selecting screen 2, an area on screen 2 or everything creates an error: unhandled exception in the application.