For about a week I was finally able to use the Launcher for Baldur's Gate 3. However, now I'm getting this error anytime I try to launch either through the Launcher or through the .exe.

LariLauncher.exe - System Error
Exception Processing Message 0xc0000005 - Unexpected parameters

The Event Viewer shows:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1023</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2021-02-08T20:58:35.6723756Z" />
<EventRecordID>19754</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>LAPTOP-KUDIQOT2</Computer>
<Security />
</System>
- <EventData>
<Data>Application: LariLauncher.exe CoreCLR Version: 4.700.20.41105 .NET Core Version: 3.1.8 Description: The process was terminated due to an internal error in the .NET Runtime at IP 00007FF8E3D81DCB (00007FF8E3BF0000) with exit code c0000005.</Data>
</EventData>
</Event>

I re-installed .NET redistributables 2015-2019 per a suggestion I found for this error on another launcher. I also ran the following commands:

•- DISM.exe /Online /Cleanup-image /Scanhealth
•- DISM.exe /Online /Cleanup-image /Restorehealth
•- DISM.exe /online /cleanup-image /startcomponentcleanup
•- sfc /scannow

I've tried re-installing the game, restarting the machine, and uninstalling Visual Studio code as well.