EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
377 stars 65 forks source link

Reproducible crash in VS2022 (17.6.2) when adding new section in the configuration #293

Closed MartinL0815 closed 1 year ago

MartinL0815 commented 1 year ago

I tried to add a new section in the configuration tool window of the Spell Chekcer version 2023.5.15.1 in Visual Studio 2022 (17.6.2). Committing the new section hitting the save button crashes VS2022 within a second or two.

I was able to reproduce this crash, but have no real crash log, but only the Windows event viewer log:

Faulting application name: devenv.exe, version: 17.6.33723.286, time stamp: 0x646d3d8a Faulting module name: KERNELBASE.dll, version: 10.0.19041.2913, time stamp: 0xa1c3e870 Exception code: 0xe0434352 Fault offset: 0x000000000002cf19 Faulting process id: 0x7118 Faulting application start time: 0x01d998b21c0b9bde Faulting application path: C:\Apps\Microsoft Visual Studio\2022\Professional\Common7\IDE\devenv.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: 9d23bf01-aa6b-4204-acd7-f7799c1c2be9 Faulting package full name: Faulting package-relative application ID:

And related to the "Application Error" the following ".NET Runtime" Errors:

Description: A .NET application failed. Application: ServiceHub.Host.dotnet.x64.exe Path: C:\Apps\Microsoft Visual Studio\2022\Professional\Common7\ServiceHub\Hosts\ServiceHub.Host.Dotnet.x64\ServiceHub.Host.dotnet.x64.exe Message: Failed to read environment variable [DOTNET_STARTUP_HOOKS], HRESULT: 0x800700CB

Description: A .NET application failed. Application: ServiceHub.DataWarehouseHost.exe Path: C:\Apps\Microsoft Visual Studio\2022\Professional\Common7\ServiceHub\Hosts\ServiceHub.Host.Dotnet.x64\ServiceHub.DataWarehouseHost.exe Message: Failed to read environment variable [DOTNET_STARTUP_HOOKS], HRESULT: 0x800700CB

Description: A .NET application failed. Application: ServiceHub.Host.dotnet.x64.exe Path: C:\Apps\Microsoft Visual Studio\2022\Professional\Common7\ServiceHub\Hosts\ServiceHub.Host.Dotnet.x64\ServiceHub.Host.dotnet.x64.exe Message: Failed to read environment variable [DOTNET_STARTUP_HOOKS], HRESULT: 0x800700CB

Description: A .NET application failed. Application: ServiceHub.IndexingService.exe Path: C:\Apps\Microsoft Visual Studio\2022\Professional\Common7\ServiceHub\Hosts\ServiceHub.Host.Dotnet.x64\ServiceHub.IndexingService.exe Message: Failed to read environment variable [DOTNET_STARTUP_HOOKS], HRESULT: 0x800700CB

If you know what I should provide to help you fixing this crash, please respond. I'll see, what I can provide!