Main Menu

[SOLVED] .NET-related CTD

Started by max1806, August 23, 2020, 10:02:53 AM

Previous topic - Next topic

Kaiii3


max1806

I ran the repair setup but unfortunately TC keeps crashing with the same error.

Kaiii3

I found this possible solution:

Quote

Had the same exact error on WinXP box with latest build of my .NET 4 code. Checked previous builds - now they crash too! Ok, so it's not me :). No suggestions here/above helped.

Much more recent (2018-05-09) report of the same problem: Application Crash with exit code 80131506.

    A: We were receiving a similar error, but we believe ours was caused by the Citrix memory optimizer.
    The resolution was to force a regeneration of the .Net core libraries on the host(s) where the issue was occurring:
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe update /force

Root cause is still unknown (machine is not being updated and has little use), but that did it for me!

maybe you can give it a try

max1806

I did that as well and just witnessed another crash  :-\

Kaiii3

ok, more then strange. What Antivirus tool are you using?

max1806


Kaiii3

when was the last time you run a Windows integrity check?

max1806

I don't recall having ever run that. I suppose I should?

Kaiii3

yeah, The ErrorID your log shows is often related to a bug that was in an older .NET version but was resolved. Since no other report has yet been posted here with the same ErrorID it seems it is specific to your system. So we need to find the cause for it on your system:


sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth


run the 2 lines as admin in CMD

max1806

Thanks for the explanation and your patience.
I'll do that as soon as I have time to, next weekend at the latest.

Stichi24

Just updated to V 0.3.3.0 and its frozen not responding. Missing the previous version (had no issues with it)

Kaiii3

Quote from: Stichi24 on November 01, 2020, 11:54:16 PM
Just updated to V 0.3.3.0 and its frozen not responding. Missing the previous version (had no issues with it)

please make a seperate topic and post the logs

bopalka

@Stichi24, just curious.. is what you saw with or without the sim running?  I did notice that the last time I fired up TC without P3D running it became unresponsive and I had to close via the task manager.


Thanks,
Bryan

max1806

Alright, I ran the commands you provided. To me, it doesn't look like anything was changed. I'll check what happens during a flight tomorrow.

max1806

Unfortunately, the crash with the same error messages still appears  :-\