repairing .net could fix that error, its mostly an application error and not hardware related.
this is an access violation, the program tried to accees memory that it wasn't assigned.
possibly.
If you have to force a BSOD and system doesn't crash, maybe there isn't anything wrong with it.
is this windows 10 or 11?
Have you run a SFC or DISM?
if win 10
right click start button
choose powershell (admin)
- copy/paste this command into window:
- Repair-WindowsImage -Online -RestoreHealth
- and press enter
- Then type SFC /scannow
- and press enter
- Restart PC if SFC fixes any files as some fixes require a restart to be implemented
First command repairs the files SFC uses to clean files, and SFC fixes system files
SFC = System File Checker. First command runs DISM -
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/what-is-dism?view=windows-11
If windows 11, the only difference is you use windows terminal (admin) to run powershell
right click start
choose windows terminal (Admin)
When it starts, if it loads as Command Prompt, click the arrow in the title area and pick Powershell from the drop down menu
follow from step 1.