sboulema / TGit

Control TortoiseGit from within Visual Studio
MIT License
31 stars 9 forks source link

TGIT v5.0.712 crashes on VS2017 #68

Closed Ordisoftware closed 3 years ago

Ordisoftware commented 3 years ago

VS2017 15.9.37 closes immediately without a message when clicking on the Commit button.

Downgrading to v4.16.74 makes it work again.

Windows 10 x64 Ryzen 7 5800X MVNe FireCuda GTX 970 DDR4 16GB

INSTALLED EXTENSIONS

{
  "id": "3bc68ca5-048a-40f1-a8a4-fcb493096fc2",
  "name": "My Visual Studio extensions",
  "description": "A collection of my Visual Studio extensions",
  "version": "1.0",
  "extensions": [
    {
      "name": "CodeNav 2019",
      "vsixId": "CodeNav.Samir Boulema.19687465-dc94-413d-ad72-6141e90c94d4"
    },
    {
      "name": "Disable Solution Explorer's Dynamic Nodes",
      "vsixId": "4ce74140-3f68-4438-92a4-a54afea98179"
    },
    {
      "name": "Editor Guidelines",
      "vsixId": "Editor_Guidelines.Microsoft Corp..123716ef-b2ed-4fab-bbcf-1d5f84856ca3"
    },
    {
      "name": "Extension Manager 2017",
      "vsixId": "e83d71b8-8bfc-4e06-b145-b0388910c016"
    },
    {
      "name": "File Icons",
      "vsixId": "3a7b4930-a5fb-46ec-a9b8-9610c8f953b8"
    },
    {
      "name": "Format All Files",
      "vsixId": "16a2b8be-df6a-49b4-87c3-d5aeb9478822"
    },
    {
      "name": "GitHub Extension for Visual Studio",
      "vsixId": "c3d3dc68-c977-411f-b3e8-03b0dccf7dfc"
    },
    {
      "name": "Hot Commands",
      "vsixId": "e8175b11-0e09-42b5-9c3c-ba7bfb53a311"
    },
    {
      "name": "ILSpy",
      "vsixId": "a9120dbe-164a-4891-842f-fb7829273838"
    },
    {
      "name": "Keyboard Shortcuts Manager",
      "vsixId": "VSShortcutsManager.d8578b8b-cb70-49ee-b009-9e659c413f4b"
    },
    {
      "name": "Magical C# Debugging - Ozcode",
      "vsixId": "6c84f75d-38c3-48a2-9e54-d362238686b5"
    },
    {
      "name": "Markdown Editor",
      "vsixId": "9ca64947-e9ca-4543-bfb8-6cce9be19fd6"
    },
    {
      "name": "Menees VS Tools 2017",
      "vsixId": "Menees VS Tools 2017"
    },
    {
      "name": "Multiline Search and Replace",
      "vsixId": "MultiLine.Search.459A0968-D0E0-4a63-83EB-7B6394DD674C"
    },
    {
      "name": "NuGet Package Project for Visual Studio 2017",
      "vsixId": "NuProj.15"
    },
    {
      "name": "Paste JSON as Code - quicktype",
      "vsixId": "quicktype_vs.9d6c0f2f-af30-4452-979f-8c13256aa428"
    },
    {
      "name": "Peek Help",
      "vsixId": "PeekHelp.51f43c96-8220-43bf-a922-390a361e7640"
    },
    {
      "name": "Power Commands for Visual Studio",
      "vsixId": "PowerCommands.3ecdd89b-f985-483d-8c94-be37de4dc083"
    },
    {
      "name": "Quick Launch Tasks",
      "vsixId": "QuickLaunchTasks"
    },
    {
      "name": "Razor Language Services",
      "vsixId": "Microsoft.VisualStudio.RazorExtension"
    },
    {
      "name": "Reset Zoom",
      "vsixId": "0a987da3-4577-4eec-aaa9-a4c2cdd5d22b"
    },
    {
      "name": "SonarLint for Visual Studio 2017",
      "vsixId": "SonarLint.36871a7b-4853-481f-bb52-1835a874e81b"
    },
    {
      "name": "TGit",
      "vsixId": "2eb0e74d-a27d-4c41-bca4-7e9e9befaa18"
    },
    {
      "name": "Toggle Comment",
      "vsixId": "b61761b3-d13a-42a7-8799-8dbc603ff1e7"
    },
    {
      "name": "Type Hierarchy Viewer",
      "vsixId": "08bbe38c-dbbd-42ec-99ff-63efe8e28f0d"
    },
    {
      "name": "Visual Studio Iconizer",
      "vsixId": "376102e5-d394-4f6b-b994-145fa911c278"
    }
  ]
}
sboulema commented 3 years ago

Try the new release (5.0.716), hopefully that resolves the crash

Ordisoftware commented 3 years ago

It does not crash anymore, thanks!