CTD's with Exception code: 0xc0000005 Fault offset: 0x000000000258a8a9 Faulting process ID: 0x32b4

Hi @Atkamen ,

I cannot mark it as solved because yesterday I did have a CTD with the same fault offset while loading a flight.
This was with the modified exe.xml file.

hm, while loading a flight 
 the simulator is still trying to access something it should not while loading up 
 but we cleared out exe.xml, now the colleagues who made this could help us out here where to look for next

Hi,
Many times I can see during loading of a flight that a CTD will happen.
If during loading the photogrammetry (or the details) of the world map do not appear or if it takes a long time before they should appear, the simulator will crash.

did you use the tool (I think we were talking about it) which changes the in-menu map from VFR to IFR design automatically? - since using this I do not have the “map crash”.

No. Can you enlighten me about this tool and how to use it?

  1. download https://flightsim.to/file/12722/saved-worldmap-filters
  2. put the “fixes worldmap” directory into our community folder, OR activate it in addons linker if you have it (I think you have it)
  3. I upload here my xml-file content, put this one into your “fixes worldmap/worldmap/WorldmapFilters.xml” file so you do not need to dig deeper into the codes. My world map opens as “IFR” view instead of “satellite” or “VFR” so the crashes wont happen

If you would like to dig deeper into the settings read the instruction on flightsim.to

<?xml version= "1.0" encoding= "utf-8" ?>
<SimBase.Document Type="WorldmapFilters" version="1.0">

	<WorldmapFilters.FilterSection>
		<Title>TT:MENU.WORLD_FILTER_SECTION_MAP</Title>
		<Descr>TT:MENU.WORLD_FILTER_SECTION_MAP_DESC</Descr>
		<id>FILTER_SECTION_MAP</id>

		<FilterDefinition>
			<FilterID>MAP_BACKGROUND</FilterID>
			<Title>TT:MENU.WORLD_FILTER_MAP_BACKGROUND</Title>
			<Descr>TT:MENU.WORLD_FILTER_MAP_BACKGROUND_DESC</Descr>
			<ValueType>MAPTYPE</ValueType>
			<MapType>IFR</MapType>
			<id>FILTER_MAP_BACKGROUND</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>WEATHER_LAYER</FilterID>
			<Title>TT:MENU.WORLD_FILTER_WEATHER_LAYER</Title>
			<Descr>TT:MENU.WORLD_FILTER_WEATHER_LAYER_DESC</Descr>
			<ValueType>WEATHERLAYER</ValueType>
			<WeatherLayer>CLOUDS</WeatherLayer>
			<id>FILTER_WEATHER_LAYER</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>WEATHER_WIND_PARTICLES</FilterID>
			<Title>TT:MENU.WORLD_FILTER_WEATHER_WIND_PARTICLES</Title>
			<Descr>TT:MENU.WORLD_FILTER_WEATHER_WIND_PARTICLES_DESC</Descr>
			<ValueType>ALTLEVEL</ValueType>
			<AltLevel>OFF</AltLevel>
			<id>FILTER_WEATHER_WIND_PARTICLES</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>PLANE_FRIEND</FilterID>
			<Title>TT:MENU.WORLD_FILTER_PLANE_FRIEND</Title>
			<Descr>TT:MENU.WORLD_FILTER_PLANE_FRIEND_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_PLANE_FRIEND</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>THIRD_PARTY_CONTENT</FilterID>
			<Title>TT:MENU.WORLD_FILTER_THIRD_PARTY_CONTENT</Title>
			<Descr>TT:MENU.WORLD_FILTER_THIRD_PARTY_CONTENT_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_THIRD_PARTY_CONTENT</id>
		</FilterDefinition>
	</WorldmapFilters.FilterSection>

	<WorldmapFilters.FilterSection>
		<Title>TT:MENU.WORLD_FILTER_SECTION_AIRPORTS</Title>
		<Descr>TT:MENU.WORLD_FILTER_SECTION_AIRPORTS_DESC</Descr>
		<id>FILTER_SECTION_AIRPORTS</id>

		<!--<FilterDefinition>
			<FilterID>TYPE_STAR_AIRPORT</FilterID>
			<Title>TT:MENU.WORLD_FILTER_TYPE_STAR_AIRPORT</Title>
			<Descr>TT:MENU.WORLD_FILTER_TYPE_STAR_AIRPORT_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>ON</OnOff>
			<id>FILTER_TYPE_STAR_AIRPORT</id>
		</FilterDefinition>-->

		<FilterDefinition>
			<FilterID>TYPE_AIRPORT</FilterID>
			<Title>TT:MENU.WORLD_FILTER_TYPE_AIRPORT</Title>
			<Descr>TT:MENU.WORLD_FILTER_TYPE_AIRPORT_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>ON</OnOff>
			<id>FILTER_TYPE_AIRPORT</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>RUNWAY_HARD</FilterID>
			<Title>TT:MENU.WORLD_FILTER_RUNWAY_HARD</Title>
			<Descr>TT:MENU.WORLD_FILTER_RUNWAY_HARD_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>ON</OnOff>
			<id>FILTER_RUNWAY_HARD</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>RUNWAY_GRASS</FilterID>
			<Title>TT:MENU.WORLD_FILTER_RUNWAY_GRASS</Title>
			<Descr>TT:MENU.WORLD_FILTER_RUNWAY_GRASS_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_RUNWAY_GRASS</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>RUNWAY_WATER</FilterID>
			<Title>TT:MENU.WORLD_FILTER_RUNWAY_WATER</Title>
			<Descr>TT:MENU.WORLD_FILTER_RUNWAY_WATER_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_RUNWAY_WATER</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>RUNWAY_SNOW</FilterID>
			<Title>TT:MENU.WORLD_FILTER_RUNWAY_SNOW</Title>
			<Descr>TT:MENU.WORLD_FILTER_RUNWAY_SNOW_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_RUNWAY_SNOW</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>RUNWAY_SAND</FilterID>
			<Title>TT:MENU.WORLD_FILTER_RUNWAY_SAND</Title>
			<Descr>TT:MENU.WORLD_FILTER_RUNWAY_SAND_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_RUNWAY_SAND</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>RUNWAY_HELI</FilterID>
			<Title>TT:MENU.WORLD_FILTER_RUNWAY_HELI</Title>
			<Descr>TT:MENU.WORLD_FILTER_RUNWAY_HELI_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_RUNWAY_HELI</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>RUNWAY_OTHER</FilterID>
			<Title>TT:MENU.WORLD_FILTER_RUNWAY_OTHER</Title>
			<Descr>TT:MENU.WORLD_FILTER_RUNWAY_OTHER_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_RUNWAY_OTHER</id>
		</FilterDefinition>

	</WorldmapFilters.FilterSection>

	<WorldmapFilters.FilterSection>
		<Title>TT:MENU.WORLD_FILTER_SECTION_POI</Title>
		<Descr>TT:MENU.WORLD_FILTER_SECTION_POI_DESC</Descr>
		<id>FILTER_SECTION_POI</id>

		<!--<FilterDefinition>
			<FilterID>TYPE_STAR_LANDMARK</FilterID>
			<Title>TT:MENU.WORLD_FILTER_TYPE_STAR_LANDMARK</Title>
			<Descr>TT:MENU.WORLD_FILTER_TYPE_STAR_LANDMARK_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>ON</OnOff>
			<id>FILTER_TYPE_STAR_LANDMARK</id>
		</FilterDefinition>-->

		<FilterDefinition>
			<FilterID>TYPE_LANDMARK</FilterID>
			<Title>TT:MENU.WORLD_FILTER_TYPE_LANDMARK</Title>
			<Descr>TT:MENU.WORLD_FILTER_TYPE_LANDMARK_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_TYPE_LANDMARK</id>
		</FilterDefinition>

		<!--<FilterDefinition>
			<FilterID>TYPE_STAR_CITY</FilterID>
			<Title>TT:MENU.WORLD_FILTER_TYPE_STAR_CITY</Title>
			<Descr>TT:MENU.WORLD_FILTER_TYPE_STAR_CITY_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>ON</OnOff>
			<id>FILTER_TYPE_STAR_CITY</id>
		</FilterDefinition>-->

		<FilterDefinition>
			<FilterID>TYPE_CITY</FilterID>
			<Title>TT:MENU.WORLD_FILTER_TYPE_CITY</Title>
			<Descr>TT:MENU.WORLD_FILTER_TYPE_CITY_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_TYPE_CITY</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>TYPE_FAUNA</FilterID>
			<Title>TT:MENU.WORLD_FILTER_TYPE_FAUNA</Title>
			<Descr>TT:MENU.WORLD_FILTER_TYPE_FAUNA_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_TYPE_FAUNA</id>
		</FilterDefinition>
	</WorldmapFilters.FilterSection>

	<!-- Not ready
	<WorldmapFilters.FilterSection>
		<Title>TT:MENU.WORLD_FILTER_SECTION_ACTIVITIES</Title>
		<Descr>TT:MENU.WORLD_FILTER_SECTION_ACTIVITIES_DESC</Descr>
		<id>FILTER_SECTION_ACTIVITIES</id>

	</WorldmapFilters.FilterSection>
	-->

	<WorldmapFilters.FilterSection>
		<Title>TT:MENU.WORLD_FILTER_SECTION_NAVIGATION</Title>
		<Descr>TT:MENU.WORLD_FILTER_SECTION_NAVIGATION_DESC</Descr>
		<id>FILTER_SECTION_NAVIGATION</id>

		<FilterDefinition>
			<FilterID>MAP_AIRSPACES</FilterID>
			<Title>TT:MENU.WORLD_FILTER_MAP_AIRSPACES</Title>
			<Descr>TT:MENU.WORLD_FILTER_MAP_AIRSPACES_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>ON</OnOff>
			<id>FILTER_MAP_AIRSPACES</id>
		</FilterDefinition>

		<!-- Not ready
		<FilterDefinition>
			<FilterID>MAP_AIRWAYS</FilterID>
			<Title>TT:MENU.WORLD_FILTER_MAP_AIRWAYS</Title>
			<Descr>TT:MENU.WORLD_FILTER_MAP_AIRWAYS_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_MAP_AIRWAYS</id>
			<Disabled>TRUE</Disabled>
		</FilterDefinition>
		-->

		<FilterDefinition>
			<FilterID>TYPE_NAVAID</FilterID>
			<Title>TT:MENU.WORLD_FILTER_TYPE_NAVAID</Title>
			<Descr>TT:MENU.WORLD_FILTER_TYPE_NAVAID_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_TYPE_NAVAID</id>
		</FilterDefinition>

		<FilterDefinition>
			<FilterID>TYPE_RNAV_FIX</FilterID>
			<Title>TT:MENU.WORLD_FILTER_TYPE_RNAV_FIX</Title>
			<Descr>TT:MENU.WORLD_FILTER_TYPE_RNAV_FIX_DESC</Descr>
			<ValueType>ONOFF</ValueType>
			<OnOff>OFF</OnOff>
			<id>FILTER_TYPE_RNAV_FIX</id>
		</FilterDefinition>

	</WorldmapFilters.FilterSection>


	<!-- PRESETS -->
	<WorldmapFilters.FilterPreset>
		<Title>TT:MENU.WORLD_FILTER_PRESET_SATELLITE</Title>
		<Descr>TT:MENU.WORLD_FILTER_PRESET_SATELLITE_DESC</Descr>
		<id>SATELLITE</id>
		<Icon>worldmap/satellite_map.png</Icon>
		<Filter FilterID="MAP_BACKGROUND" MapType="BLEND" />
		<Filter FilterID="WEATHER_LAYER" weatherlayer="CLOUDS" />
		<!-- <Filter FilterID="ACTIVITY_BUSH" onoff="ON" />
		<Filter FilterID="ACTIVITY_LANDING" onoff="ON" /> -->
	</WorldmapFilters.FilterPreset>

	<WorldmapFilters.FilterPreset>
		<Title>TT:MENU.WORLD_FILTER_PRESET_IFR</Title>
		<Descr>TT:MENU.WORLD_FILTER_PRESET_IFR_DESC</Descr>
		<id>IFR</id>
		<Icon>worldmap/ifr_map.png</Icon>
		<Filter FilterID="MAP_BACKGROUND" MapType="IFR" />
		<Filter FilterID="TYPE_NAVAID" onoff="ON" />
	</WorldmapFilters.FilterPreset>

	<!-- <WorldmapFilters.FilterPreset> -->
		<!-- <Title>TT:MENU.WORLD_FILTER_PRESET_VFR</Title> -->
		<!-- <Descr>TT:MENU.WORLD_FILTER_PRESET_VFR_DESC</Descr> -->
		<!-- <id>VFR</id> -->
		<!-- <Icon>worldmap/vfr_map.png</Icon> -->
		<!-- <MapType>VFR</MapType> -->
		<!-- <Filter FilterID="MAP_MAX_ELEVATION_FIGURE" onoff="ON" /> -->
		<!-- <Filter FilterID="WEATHER_LAYER" weatherlayer="CLOUDS" /> -->
		<!-- <Filter FilterID="TYPE_NAVAID" onoff="ON" /> -->
	<!-- </WorldmapFilters.FilterPreset> -->

	<WorldmapFilters.FilterPreset>
		<Title>TT:MENU.WORLD_FILTER_PRESET_WEATHER</Title>
		<Descr>TT:MENU.WORLD_FILTER_PRESET_WEATHER_DESC</Descr>
		<id>WEATHER</id>
		<Icon>worldmap/weather_map.png</Icon>
		<Filter FilterID="MAP_BACKGROUND" MapType="SATELLITE" />
		<Filter FilterID="WEATHER_LAYER" weatherlayer="CLOUDS" />
		<Filter FilterID="WEATHER_WIND_PARTICLES" altlevel="GROUND" />
	</WorldmapFilters.FilterPreset>

</SimBase.Document>

1 Like

Hi,

Thans so much for this! I will give it a try.

1 Like

Hi again,

Tried your World map filter and selected IFR and this seems to work. :+1:

However I just had another CTD after about 20 minutes of flight in the PMDG 737 between LOWS and LOWG. :frowning_face:

Faulting application name: FlightSimulator.exe, version: 1.35.21.0, time stamp: 0x00000000
Faulting module name: FlightSimulator.exe, version: 1.35.21.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x000000000245b669
Faulting process id: 0x0x68C
Faulting application start time: 0x0x1DA35981C028888
Faulting application path: C:\Program Files\WindowsApps\Microsoft.FlightSimulator_1.35.21.0_x64__8wekyb3d8bbwe\FlightSimulator.exe
Faulting module path: C:\Program Files\WindowsApps\Microsoft.FlightSimulator_1.35.21.0_x64__8wekyb3d8bbwe\FlightSimulator.exe
Report Id: 6f04b8fc-17fc-49c9-9559-ef48e06adb30
Faulting package full name: Microsoft.FlightSimulator_1.35.21.0_x64__8wekyb3d8bbwe
Faulting package-relative application ID: App

Play the game in MSFS safe mode for a few hours and see if it occurs then.

1 Like

Hi,
Have done that already and sometimes I have encountered CTDs and sometimes not.

Hi,
Without changing anything did two more flights from LOWS to LOWG using the PMDG 737 and then the SWS PC-12 without any issues. The latter flight with the PC-12 was online on Vatsim.
These CTDs are so random; it’s just too bizarre.

1 Like

Getting this one far too often. On the verge of giving up on the game because I just can’t enjoy a flight with it constantly crashing. I switched to exterior view mid-flight in PMDG 737 and it crashed

Hi, I got a much more stable system after I reinstalled MS Visual C++ files. I had duplicate copies installed and after deleting and reinstalling only the most recent one I didn’t get those nasty CTD’s yet.
Cheers Jornt

(Config 10900K, RTX3090, DX11, FSLTL, bae146 and Fenix, VR G2.)

Hi @venemair ,
Thanks for your input!
However I have done that very same thing about three months ago and I really cannot tell wether it helped or not.

Nevermind..they have returned
started a ticket
trying the return to vanilla and as I am restarting it is now downloading 134.66gb even though I did not pull out the official installation and only removed the community, exe.xml, and other folders for FSUIP, FSRealistic, SPAD.next, etc
we’ll see if this works finally. I was able to fly for about 2 1/2 hours tonight before the CTD which is now making me return it to vanilla state
we’ll see (it seems to be redownloading what I already had installed in the official folder so I’m kind of confused)

I had the same issues and after i uninstaled KB5033375 it seems i found the solution. Did some flights without any problems! Fingers crossed :+1:

I had to double check, and I have that patch installed, and it doesn’t seem to cause me any issues:

wmic qfe list
Caption                                     CSName    Description      FixComments  HotFixID   InstallDate  InstalledBy          InstalledOn  Name  ServicePackInEffect  Status
http://support.microsoft.com/?kbid=5032007  AZATHOTH  Update                        KB5032007               NT AUTHORITY\SYSTEM  11/16/2023
https://support.microsoft.com/help/5012170  AZATHOTH  Security Update               KB5012170               NT AUTHORITY\SYSTEM  12/31/2022
https://support.microsoft.com/help/5033375  AZATHOTH  Security Update               KB5033375               NT AUTHORITY\SYSTEM  12/12/2023
                                            AZATHOTH  Update                        KB5032393               NT AUTHORITY\SYSTEM  11/16/2023
1 Like

for all of you: something that makes error seeking easier when talking about outdated // conflicting add-ons:

For anyone this may help
 the crashes started for me when I switched from Wifi over to Ethernet and at same time upgraded my internet connection to 900mbps.

I used TMeter to limit the MSFS process to 80mbps and I haven’t had this same crash since. Something with the way this game works cannot seem to cope with a high speed connection. I have only had the game completely freeze whilst flying the PMDG 737, but this seems a different issue.

1 Like


 and we are back!!!
low and slow with the FlyInside B206 near Celje (Slovenia) (actually, near an old “CTD” marking of mine in little navmap)

Ausnahmecode: 0xc0000005
Fehleroffset: 0x000000000245b669
ID des fehlerhaften Prozesses: 0x0x5924
Startzeit der fehlerhaften Anwendung: 0x0x1DA4145E1537FEF