Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NBug] Cannot access a disposed object.Object name: 'FormCommit'. #8272

Closed
Pacmensch opened this issue Jun 26, 2020 · 4 comments
Closed

[NBug] Cannot access a disposed object.Object name: 'FormCommit'. #8272

Pacmensch opened this issue Jun 26, 2020 · 4 comments
Labels
📭 needs: author feedback More info/confirmation awaited from OP; issues typically get closed after 30 days of inactivity potential-duplicate status: incorrectly filled template 💤 status: no recent activity The issue is stale

Comments

@Pacmensch
Copy link

⚠️ The sections below must be filled in and this text must be removed or the issue will be closed.

Current behaviour

Expected behaviour

Steps to reproduce

Error Details

System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'FormCommit'.
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Form.CreateHandle()
   at System.Windows.Forms.Control.get_Handle()
   at System.Windows.Forms.Control.GetSafeHandle(IWin32Window window)
   at System.Windows.Forms.MessageBox.ShowCore(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, Boolean showHelp)
   at System.Windows.Forms.MessageBox.Show(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon)
   at GitUI.CommandsDialogs.FormCommit.<>c__DisplayClass141_0.<CheckForStagedAndCommit>g__DoCommit|2()
   at GitUI.CommandsDialogs.FormCommit.<>c__DisplayClass141_0.<CheckForStagedAndCommit>b__0()
   at GitUI.CommandsDialogs.FormCommit.BypassFormActivatedEventHandler(Action action)
   at GitUI.CommandsDialogs.FormCommit.CheckForStagedAndCommit(Boolean amend, Boolean push)
   at GitUI.CommandsDialogs.FormCommit.CommitAndPush_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Additional information

Error occurred after forcing to close applications during update

Environment

  • Git Extensions 3.4.1.9675
  • Build f49b4d0 (Dirty)
  • Git 2.23.0.windows.1 (recommended: 2.25.1 or later)
  • Microsoft Windows NT 10.0.18362.0
  • .NET Framework 4.8.4180.0
  • DPI 96dpi (no scaling)
@archivarius-bot
Copy link

Thank you for the bug report 👍

Sadly, it appears some important information is still missing, which you may have overlooked while submitting the bug.
Without this information we may not be able to assist you in resolving the issue.

Please review your submission, fill the missing information in and post a new comment to ping us back to re-open the issue.
Thanks again

@duplicates-detector-bot
Copy link

Potential duplicates:

  • #6901

@RussKie RussKie reopened this Jun 26, 2020
@RussKie
Copy link
Member

RussKie commented Oct 4, 2020

How to reproduce?

@RussKie RussKie added the 📭 needs: author feedback More info/confirmation awaited from OP; issues typically get closed after 30 days of inactivity label Oct 4, 2020
@ghost ghost added the 💤 status: no recent activity The issue is stale label Oct 18, 2020
@ghost
Copy link

ghost commented Oct 18, 2020

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 14 days. It will be closed if no further activity occurs.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📭 needs: author feedback More info/confirmation awaited from OP; issues typically get closed after 30 days of inactivity potential-duplicate status: incorrectly filled template 💤 status: no recent activity The issue is stale
Projects
None yet
Development

No branches or pull requests

2 participants