You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone! I was using the program normally when it started giving an 'Invalid JSON String' error and later presented this error:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created.
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.BeginInvoke(Delegate method, Object[] args)
at MORT.TransFormOver.setVisibleBackground() in D:\project\MORT\64bit\MORT\MORT\TransFormOver.cs:line 859
at MORT.FormManager.SetVisibleTrans() in D:\project\MORT\64bit\MORT\MORT\Manager\FormManager.cs:line 1080
at MORT.Form1.StopTrans(Boolean isOnceTrans) in D:\project\MORT\64bit\MORT\MORT\Form1.cs:line 1840
at MORT.RTT.stopButton_Click(Object sender, EventArgs e) in D:\project\MORT\64bit\MORT\MORT\Rtt.cs:line 169
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
System.Private.CoreLib
Assembly Version: 7.0.0.0
Win32 Version: 7.0.2024.26716
CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/7.0.20/System.Private.CoreLib.dll
----------------------------------------
MORT
Assembly Version: 1.0.0.1
Win32 Version: n/a
CodeBase:
I can't even close it normally, it needs to be done through the task manager.
The text was updated successfully, but these errors were encountered:
Hello everyone! I was using the program normally when it started giving an 'Invalid JSON String' error and later presented this error:
I can't even close it normally, it needs to be done through the task manager.
The text was updated successfully, but these errors were encountered: