Jump to content
Sign in to follow this  
SWAPilot785

Terrain.dll CTD

Recommended Posts

Hi all,

I've been getting the same CTD for a while now, and I'm happy that it is just one file causing all of the CTDs and not other common ones that can usually be fixed by the UIAutomationcore.dll.

The problem that persists for me is that randomly in the flight, and almost always during cruise or in the early stages of the descent, my simulator stops, then the windows 7 loader / spinner comes up and tells me a fatal error has occurred. I go into the event manager and see that it is the terrain.dll file again. I've tried everything that I have seen so far on the forums; dropping the UIAtuomationcore.dll file into the main fsx directory, installing new drivers for my graphics card, deleting the fsx.cfg, turn down my processor clock from 4.0ghz to 3.6ghz, the list goes on.

I did find one trick however that showed a little light in solving the problem which was deleting the shaders and shaders10 folders from Appdata/Local/Microsoft/FSX and also deleting the Facilities folder from Program Data/Microsoft/FSX. Flight simulator has to re-create the folders then on the next startup, but it's left me to delete those folders prior to every flight if I want the simulator to be stable during flight. I have also re-installed fsx and done the repair install as well.


I know that a CTD due to the terrain.dll file isn't a whole lot common, but possibly someone's got a few ideas? I'll list the event viewer information as well.

Thanks guys,
- Ryan

-- -- -- -- --

Log Name: Application
Source: Application Error
Date: 6/23/2013 5:49:34 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: User-PC
Description:
Faulting application name: fsx.exe, version: 10.0.61472.0, time stamp: 0x475e17d3
Faulting module name: terrain.dll, version: 10.0.61472.0, time stamp: 0x475e180d
Exception code: 0xc0000005
Fault offset: 0x000b4639
Faulting process id: 0xbe0
Faulting application start time: 0x01ce706808e932b3
Faulting application path: C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\fsx.exe
Faulting module path: C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\terrain.dll
Report Id: 8e105412-dc5f-11e2-8ded-902b34a1f8e1
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-06-23T23:49:34.000000000Z" />
    <EventRecordID>17054</EventRecordID>
    <Channel>Application</Channel>
    <Computer>User-PC</Computer>
    <Security />
  </System>
  <EventData>
    <Data>fsx.exe</Data>
    <Data>10.0.61472.0</Data>
    <Data>475e17d3</Data>
    <Data>terrain.dll</Data>
    <Data>10.0.61472.0</Data>
    <Data>475e180d</Data>
    <Data>c0000005</Data>
    <Data>000b4639</Data>
    <Data>be0</Data>
    <Data>01ce706808e932b3</Data>
    <Data>C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\fsx.exe</Data>
    <Data>C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\terrain.dll</Data>
    <Data>8e105412-dc5f-11e2-8ded-902b34a1f8e1</Data>
  </EventData>
</Event>





 

Share this post


Link to post
Share on other sites

This error is usually caused by high [Terrain] settings in your FSX.cfg.  Try lowering them some and, if you are using Autogen to the max, turn that down or use the following highlighted tweak I recommend:

 

[TERRAIN]

LOD_RADIUS=4.500000

MESH_COMPLEXITY=100

MESH_RESOLUTION=23

TEXTURE_RESOLUTION=27

AUTOGEN_DENSITY=0    Note that I have Autogen turned off here.  If you want Autogen you'll have to increase this value

DETAIL_TEXTURE=1

WATER_EFFECTS=5

TERRAIN_MAX_AUTOGEN_TREES_PER_CELL=1000

TERRAIN_MAX_AUTOGEN_BUILDINGS_PER_CELL=800

 

The uiautomationcore.dll only fixes FSX menu crashes.  If this is not happening, this dll should be removed.  (As you can see, the dll inside the main FSX directory did not help).  If you have further problems, I suggest download AppCrashView and copying and pasting the results of the latest crash here.

 

Hope this helps.

 

Best regards,

Jim


Jim Young | AVSIM Online! - Simming's Premier Resource!

Member, AVSIM Board of Directors - Serving AVSIM since 2001

Submit News to AVSIM
Important other links: Basic FSX Configuration Guide | AVSIM CTD Guide | AVSIM Prepar3D Guide | Help with AVSIM Site | Signature Rules | Screen Shot Rule | AVSIM Terms of Service (ToS)

I7 8086K  5.0GHz | GTX 1080 TI OC Edition | Dell 34" and 24" Monitors | ASUS Maximus X Hero MB Z370 | Samsung M.2 NVMe 500GB and 1TB | Samsung SSD 500GB x2 | Toshiba HDD 1TB | WDC HDD 1TB | Corsair H115i Pro | 16GB DDR4 3600C17 | Windows 10 

 

Share this post


Link to post
Share on other sites

Hi Jim,

This is definitely a fix that I haven't heard of yet! I will be giving it a try today and doing MCO-IAH and will let you know how it goes.


Thanks!

- Ryan

Share this post


Link to post
Share on other sites

Jim,
I haven't flown my test flight yet but I noticed that in the list of terrain that you gave have higher numbers than mine. I have reduced the autogen down to a number of 1 and kept the rest of my terrain #s where they are because they're lower than yours. I have also added below the "WATER_EFFECTS=3" entry the two red lines you provided for the autogen.

Would the changes I made to the autogen alone stop the terrain.dll error?

This is what mine currently looks like -

[TERRAIN]
LOD_RADIUS=3.500000
MESH_COMPLEXITY=46
MESH_RESOLUTION=20
TEXTURE_RESOLUTION=25
AUTOGEN_DENSITY=1
DETAIL_TEXTURE=1
WATER_EFFECTS=3
TERRAIN_MAX_AUTOGEN_TREES_PER_CELL=1000
TERRAIN_MAX_AUTOGEN_BUILDINGS_PER_CELL=800


 

Share this post


Link to post
Share on other sites

Would the changes I made to the autogen alone stop the terrain.dll error?

Yes. Autogen is a giant killer but you should be okay with the two last lines that I recommended. With those two lines, you can max autogen out if you want.

 

Best regards,

Jim


Jim Young | AVSIM Online! - Simming's Premier Resource!

Member, AVSIM Board of Directors - Serving AVSIM since 2001

Submit News to AVSIM
Important other links: Basic FSX Configuration Guide | AVSIM CTD Guide | AVSIM Prepar3D Guide | Help with AVSIM Site | Signature Rules | Screen Shot Rule | AVSIM Terms of Service (ToS)

I7 8086K  5.0GHz | GTX 1080 TI OC Edition | Dell 34" and 24" Monitors | ASUS Maximus X Hero MB Z370 | Samsung M.2 NVMe 500GB and 1TB | Samsung SSD 500GB x2 | Toshiba HDD 1TB | WDC HDD 1TB | Corsair H115i Pro | 16GB DDR4 3600C17 | Windows 10 

 

Share this post


Link to post
Share on other sites

Good to know! Currently on my way to Houston. If a crash ever happens again, I will send the information thread to you from what Appcrash tells me.

- Ryan

Share this post


Link to post
Share on other sites

Hi Jim,
I've made it just about a month! I've been 100% crash free and problem free until this date, and I'm not sure if this CTD I just got is as severe as the terrain.dll one (which has now been successfully fixed), but here's what I got -

________________________________________
Version=1
EventType=APPCRASH
EventTime=130190231883595570
ReportType=2
Consent=1
UploadTime=130190231884485621
ReportIdentifier=ba422ce0-f346-11e2-8a5f-902b34a1f8e1
IntegratorReportIdentifier=ba422cdf-f346-11e2-8a5f-902b34a1f8e1
WOW64=1
Response.type=4
Sig[0].Name=Application Name
Sig[0].Value=fsx.exe
Sig[1].Name=Application Version
Sig[1].Value=10.0.61472.0
Sig[2].Name=Application Timestamp
Sig[2].Value=475e17d3
Sig[3].Name=Fault Module Name
Sig[3].Value=ntdll.dll
Sig[4].Name=Fault Module Version
Sig[4].Value=6.1.7601.17725
Sig[5].Name=Fault Module Timestamp
Sig[5].Value=4ec49b8f
Sig[6].Name=Exception Code
Sig[6].Value=c0000420
Sig[7].Name=Exception Offset
Sig[7].Value=000ce6c3
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.1.7601.2.1.0.768.3
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
DynamicSig[22].Name=Additional Information 1
DynamicSig[22].Value=8617
DynamicSig[23].Name=Additional Information 2
DynamicSig[23].Value=8617df16195005dca84f9e288b7c0195
DynamicSig[24].Name=Additional Information 3
DynamicSig[24].Value=b4a7
DynamicSig[25].Name=Additional Information 4
DynamicSig[25].Value=b4a770dd89afefa661c026da9ff5b482
UI[2]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\fsx.exe
UI[3]=Microsoft Flight Simulator® has stopped working
UI[4]=Windows can check online for a solution to the problem.
UI[5]=Check online for a solution and close the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
LoadedModule[0]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\fsx.exe
LoadedModule[1]=C:\Windows\SysWOW64\ntdll.dll
LoadedModule[2]=C:\Program Files\AVAST Software\Avast\snxhk.dll
LoadedModule[3]=C:\Windows\syswow64\KERNEL32.dll
LoadedModule[4]=C:\Windows\syswow64\KERNELBASE.dll
LoadedModule[5]=C:\Windows\WinSxS\x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.762_none_0c178a139ee2a7ed\MFC80.DLL
LoadedModule[6]=C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCR80.dll
LoadedModule[7]=C:\Windows\syswow64\msvcrt.dll
LoadedModule[8]=C:\Windows\syswow64\GDI32.dll
LoadedModule[9]=C:\Windows\syswow64\USER32.dll
LoadedModule[10]=C:\Windows\syswow64\ADVAPI32.dll
LoadedModule[11]=C:\Windows\SysWOW64\sechost.dll
LoadedModule[12]=C:\Windows\syswow64\RPCRT4.dll
LoadedModule[13]=C:\Windows\syswow64\SspiCli.dll
LoadedModule[14]=C:\Windows\syswow64\CRYPTBASE.dll
LoadedModule[15]=C:\Windows\syswow64\LPK.dll
LoadedModule[16]=C:\Windows\syswow64\USP10.dll
LoadedModule[17]=C:\Windows\syswow64\SHLWAPI.dll
LoadedModule[18]=C:\Windows\syswow64\ole32.dll
LoadedModule[19]=C:\Windows\system32\apphelp.dll
LoadedModule[20]=C:\Windows\AppPatch\AcGenral.DLL
LoadedModule[21]=C:\Windows\system32\UxTheme.dll
LoadedModule[22]=C:\Windows\system32\WINMM.dll
LoadedModule[23]=C:\Windows\system32\samcli.dll
LoadedModule[24]=C:\Windows\syswow64\OLEAUT32.dll
LoadedModule[25]=C:\Windows\system32\MSACM32.dll
LoadedModule[26]=C:\Windows\system32\VERSION.dll
LoadedModule[27]=C:\Windows\syswow64\SHELL32.dll
LoadedModule[28]=C:\Windows\system32\sfc.dll
LoadedModule[29]=C:\Windows\system32\sfc_os.DLL
LoadedModule[30]=C:\Windows\system32\USERENV.dll
LoadedModule[31]=C:\Windows\system32\profapi.dll
LoadedModule[32]=C:\Windows\system32\dwmapi.dll
LoadedModule[33]=C:\Windows\syswow64\SETUPAPI.dll
LoadedModule[34]=C:\Windows\syswow64\CFGMGR32.dll
LoadedModule[35]=C:\Windows\syswow64\DEVOBJ.dll
LoadedModule[36]=C:\Windows\syswow64\urlmon.dll
LoadedModule[37]=C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
LoadedModule[38]=C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
LoadedModule[39]=C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
LoadedModule[40]=C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
LoadedModule[41]=C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
LoadedModule[42]=C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
LoadedModule[43]=C:\Windows\syswow64\normaliz.DLL
LoadedModule[44]=C:\Windows\syswow64\iertutil.dll
LoadedModule[45]=C:\Windows\syswow64\WININET.dll
LoadedModule[46]=C:\Windows\system32\MPR.dll
LoadedModule[47]=C:\Windows\AppPatch\AcLayers.DLL
LoadedModule[48]=C:\Windows\system32\WINSPOOL.DRV
LoadedModule[49]=C:\Windows\AppPatch\AcSpecfc.DLL
LoadedModule[50]=C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\COMCTL32.dll
LoadedModule[51]=C:\Windows\system32\mscms.dll
LoadedModule[52]=C:\Windows\system32\DDRAW.dll
LoadedModule[53]=C:\Windows\system32\DCIMAN32.dll
LoadedModule[54]=C:\Windows\syswow64\COMDLG32.dll
LoadedModule[55]=C:\Windows\syswow64\IMM32.dll
LoadedModule[56]=C:\Windows\syswow64\MSCTF.dll
LoadedModule[57]=C:\Windows\syswow64\WS2_32.dll
LoadedModule[58]=C:\Windows\syswow64\NSI.dll
LoadedModule[59]=C:\Windows\system32\msi.dll
LoadedModule[60]=C:\Windows\WinSxS\x86_microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727.762_none_43efccf17831d131\MFC80ENU.DLL
LoadedModule[61]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\language.dll
LoadedModule[62]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\API.DLL
LoadedModule[63]=C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCP80.dll
LoadedModule[64]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\ablscpt.dll
LoadedModule[65]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\flight.dll
LoadedModule[66]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\ai_player.dll
LoadedModule[67]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\acontain.dll
LoadedModule[68]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\controls.dll
LoadedModule[69]=C:\Windows\system32\DINPUT8.dll
LoadedModule[70]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\fsui.dll
LoadedModule[71]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\atc.dll
LoadedModule[72]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\facilities.dll
LoadedModule[73]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\demo.dll
LoadedModule[74]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\main.dll
LoadedModule[75]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\fe.dll
LoadedModule[76]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\util.dll
LoadedModule[77]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\simprop.dll
LoadedModule[78]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\g2d.dll
LoadedModule[79]=C:\Windows\system32\d3dx9_34.dll
LoadedModule[80]=C:\Windows\system32\d3dx10_34.dll
LoadedModule[81]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\d3d9.dll
LoadedModule[82]=C:\Windows\system32\d3dx9_43.dll
LoadedModule[83]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\g3d.dll
LoadedModule[84]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\panels.dll
LoadedModule[85]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\multiplayer.dll
LoadedModule[86]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\ui.dll
LoadedModule[87]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\sound.dll
LoadedModule[88]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\sim1.dll
LoadedModule[89]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\simscheduler.dll
LoadedModule[90]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\visualfx.dll
LoadedModule[91]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\window.dll
LoadedModule[92]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\terrain.dll
LoadedModule[93]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\weather.dll
LoadedModule[94]=C:\Windows\system32\DSOUND.dll
LoadedModule[95]=C:\Windows\system32\POWRPROF.dll
LoadedModule[96]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\symmap.dll
LoadedModule[97]=C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17825_none_72d273598668a06b\gdiplus.dll
LoadedModule[98]=C:\Windows\system32\MSIMG32.dll
LoadedModule[99]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\xuipc.dll
LoadedModule[100]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\livingwater.dll
LoadedModule[101]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\fs-traffic.dll
LoadedModule[102]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\gps.dll
LoadedModule[103]=C:\Windows\system32\MSWSOCK.dll
LoadedModule[104]=C:\Windows\system32\SHFOLDER.dll
LoadedModule[105]=C:\Windows\system32\d3d9.dll
LoadedModule[106]=C:\Windows\system32\d3d8thk.dll
LoadedModule[107]=C:\Windows\system32\RICHED20.DLL
LoadedModule[108]=C:\Windows\system32\CRYPTSP.dll
LoadedModule[109]=C:\Windows\system32\rsaenh.dll
LoadedModule[110]=C:\Windows\syswow64\WINTRUST.dll
LoadedModule[111]=C:\Windows\syswow64\CRYPT32.dll
LoadedModule[112]=C:\Windows\syswow64\MSASN1.dll
LoadedModule[113]=C:\Windows\syswow64\CLBCatQ.DLL
LoadedModule[114]=C:\Windows\system32\wbem\wbemprox.dll
LoadedModule[115]=C:\Windows\system32\wbemcomn.dll
LoadedModule[116]=C:\Windows\system32\RpcRtRemote.dll
LoadedModule[117]=C:\Windows\system32\wbem\wbemsvc.dll
LoadedModule[118]=C:\Windows\system32\wbem\fastprox.dll
LoadedModule[119]=C:\Windows\system32\NTDSAPI.dll
LoadedModule[120]=C:\Windows\WinSxS\x86_microsoft.msxml2_6bd6b9abf345378f_4.20.9876.0_none_b7e610287b2b4ea5\MSXML4.DLL
LoadedModule[121]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\dxgi.dll
LoadedModule[122]=C:\Windows\system32\d3d10.dll
LoadedModule[123]=C:\Windows\system32\d3d10core.dll
LoadedModule[124]=C:\Windows\system32\d3d11.dll
LoadedModule[125]=C:\Windows\system32\d3dx10_43.dll
LoadedModule[126]=C:\Windows\system32\d3dx11_43.dll
LoadedModule[127]=C:\Windows\system32\MSVCR100.dll
LoadedModule[128]=C:\Windows\system32\D3DCOMPILER_43.dll
LoadedModule[129]=C:\Windows\system32\dxgi.dll
LoadedModule[130]=C:\Windows\system32\nvd3dum.dll
LoadedModule[131]=C:\Windows\syswow64\PSAPI.DLL
LoadedModule[132]=C:\Windows\system32\D3DCompiler_34.dll
LoadedModule[133]=C:\Windows\system32\WindowsCodecs.dll
LoadedModule[134]=C:\Windows\system32\d3d10_1.dll
LoadedModule[135]=C:\Windows\system32\d3d10_1core.dll
LoadedModule[136]=C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI.dll
LoadedModule[137]=C:\Windows\system32\winbrand.dll
LoadedModule[138]=C:\Windows\system32\nvapi.dll
LoadedModule[139]=C:\Windows\system32\WTSAPI32.DLL
LoadedModule[140]=C:\Windows\system32\WINSTA.dll
LoadedModule[141]=C:\Windows\SysWOW64\gameux.dll
LoadedModule[142]=C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
LoadedModule[143]=C:\Windows\SysWOW64\XmlLite.dll
LoadedModule[144]=C:\Windows\SysWOW64\wer.dll
LoadedModule[145]=C:\Windows\System32\Wpc.dll
LoadedModule[146]=C:\Windows\System32\wevtapi.dll
LoadedModule[147]=C:\Windows\System32\msxml6.dll
LoadedModule[148]=C:\Windows\system32\SAMLIB.dll
LoadedModule[149]=C:\Windows\system32\netutils.dll
LoadedModule[150]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\uiautomationcore.dll
LoadedModule[151]=C:\Windows\system32\OLEACC.dll
LoadedModule[152]=C:\Windows\System32\MMDevApi.dll
LoadedModule[153]=C:\Windows\System32\PROPSYS.dll
LoadedModule[154]=C:\Windows\system32\AUDIOSES.DLL
LoadedModule[155]=C:\Windows\system32\HID.DLL
LoadedModule[156]=C:\Windows\system32\XInput9_1_0.dll
LoadedModule[157]=C:\Windows\system32\wdmaud.drv
LoadedModule[158]=C:\Windows\system32\ksuser.dll
LoadedModule[159]=C:\Windows\system32\AVRT.dll
LoadedModule[160]=C:\Windows\system32\msacm32.drv
LoadedModule[161]=C:\Windows\system32\midimap.dll
LoadedModule[162]=C:\Windows\system32\dinput.DLL
LoadedModule[163]=C:\Windows\System32\wship6.dll
LoadedModule[164]=C:\Windows\System32\wshtcpip.dll
LoadedModule[165]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Modules\FSCopilot.dll
LoadedModule[166]=C:\Windows\system32\iphlpapi.dll
LoadedModule[167]=C:\Windows\system32\WINNSI.DLL
LoadedModule[168]=C:\Windows\system32\oledlg.dll
LoadedModule[169]=C:\Windows\system32\dhcpcsvc.DLL
LoadedModule[170]=C:\Windows\WinSxS\x86_microsoft.flightsimulator.simconnect_67c7c14424d61b5b_10.0.61242.0_none_e079b46b85043c20\SIMCONNECT.DLL
LoadedModule[171]=C:\Windows\syswow64\imagehlp.dll
LoadedModule[172]=C:\Windows\system32\ncrypt.dll
LoadedModule[173]=C:\Windows\system32\bcrypt.dll
LoadedModule[174]=C:\Windows\SysWOW64\bcryptprimitives.dll
LoadedModule[175]=C:\Windows\system32\GPAPI.dll
LoadedModule[176]=C:\Windows\system32\cryptnet.dll
LoadedModule[177]=C:\Windows\syswow64\WLDAP32.dll
LoadedModule[178]=C:\Windows\system32\SensApi.dll
LoadedModule[179]=C:\Windows\system32\WINHTTP.dll
LoadedModule[180]=C:\Windows\system32\webio.dll
LoadedModule[181]=C:\Windows\system32\credssp.dll
LoadedModule[182]=C:\Windows\system32\dhcpcsvc6.DLL
LoadedModule[183]=C:\Windows\system32\DNSAPI.dll
LoadedModule[184]=C:\Windows\system32\rasadhlp.dll
LoadedModule[185]=C:\Windows\System32\fwpuclnt.dll
LoadedModule[186]=C:\Windows\system32\EhStorShell.dll
LoadedModule[187]=C:\Windows\system32\ntshrui.dll
LoadedModule[188]=C:\Windows\system32\srvcli.dll
LoadedModule[189]=C:\Windows\system32\cscapi.dll
LoadedModule[190]=C:\Windows\system32\slc.dll
LoadedModule[191]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\PMDG\DLLs\PMDG_HUD_interface.dll
LoadedModule[192]=C:\Windows\WinSxS\x86_microsoft.flightsimulator.simconnect_67c7c14424d61b5b_10.0.61259.0_none_55f5ecdc14f60568\SimConnect.dll
LoadedModule[193]=C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCR90.dll
LoadedModule[194]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Modules\LVLD.dll
LoadedModule[195]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Level-D Simulations\B767-300\leveld.dll
LoadedModule[196]=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Aerosoft\Flight Recorder\AS-FlightRecorder.dll
LoadedModule[197]=C:\Windows\SysWOW64\ieframe.dll
LoadedModule[198]=C:\Windows\SysWOW64\api-ms-win-downlevel-shlwapi-l2-1-0.dll
LoadedModule[199]=C:\Windows\SysWOW64\api-ms-win-downlevel-advapi32-l2-1-0.dll
LoadedModule[200]=C:\Windows\SysWOW64\api-ms-win-downlevel-shell32-l1-1-0.dll
LoadedModule[201]=C:\Windows\system32\ntmarta.dll
LoadedModule[202]=C:\Windows\system32\Secur32.dll
LoadedModule[203]=C:\Windows\SysWOW64\mshtml.dll
LoadedModule[204]=C:\Windows\system32\msimtf.dll
LoadedModule[205]=C:\Windows\system32\msls31.dll
LoadedModule[206]=C:\Windows\system32\d2d1.dll
LoadedModule[207]=C:\Windows\system32\DWrite.dll
LoadedModule[208]=C:\Windows\system32\MLANG.dll
LoadedModule[209]=C:\Program Files (x86)\FSFDT\FSCopilot\FSCopGPWS.ocx
LoadedModule[210]=C:\Windows\system32\MSVBVM60.DLL
LoadedModule[211]=C:\Windows\system32\SXS.DLL
LoadedModule[212]=C:\PROGRA~2\FSFDT\FSCOPI~1\FSCOPI~1.OCX
LoadedModule[213]=C:\Program Files (x86)\FSFDT\FSCopilot\FSCopTimeSync.ocx
LoadedModule[214]=C:\Program Files (x86)\FSFDT\FSCopilot\FSCopHeadEffects.ocx
LoadedModule[215]=C:\Program Files (x86)\FSFDT\FSCopilot\FSCopTuner.ocx
LoadedModule[216]=C:\Windows\SysWow64\MSCOMCTL.OCX
LoadedModule[217]=C:\Windows\system32\wmp.dll
LoadedModule[218]=C:\Windows\system32\wmploc.dll
LoadedModule[219]=C:\Windows\system32\MFPlat.DLL
LoadedModule[220]=C:\Program Files\AVAST Software\Avast\AhAScr.dll
LoadedModule[221]=C:\PROGRA~1\AVASTS~1\Avast\aswCmnBS.dll
LoadedModule[222]=C:\PROGRA~1\AVASTS~1\Avast\aswCmnOS.dll
LoadedModule[223]=C:\PROGRA~1\AVASTS~1\Avast\aswCmnIS.dll
LoadedModule[224]=C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCP90.dll
LoadedModule[225]=C:\PROGRA~1\AVASTS~1\Avast\Aavm4h.dll
LoadedModule[226]=C:\PROGRA~1\AVASTS~1\Avast\AavmRpch.dll
LoadedModule[227]=C:\PROGRA~1\AVASTS~1\Avast\ashBase.dll
LoadedModule[228]=C:\Windows\system32\WSOCK32.dll
LoadedModule[229]=C:\PROGRA~1\AVASTS~1\Avast\aswEngLdr.dll
LoadedModule[230]=C:\PROGRA~1\AVASTS~1\Avast\ashTask.dll
LoadedModule[231]=C:\PROGRA~1\AVASTS~1\Avast\aswAux.dll
LoadedModule[232]=C:\PROGRA~1\AVASTS~1\Avast\aswProperty.dll
LoadedModule[233]=C:\Windows\SysWOW64\jscript.dll
LoadedModule[234]=C:\Program Files\AVAST Software\Avast\aswJsFlt.dll
LoadedModule[235]=C:\Windows\SysWow64\XAudio2_5.dll
LoadedModule[236]=C:\Windows\system32\NLAapi.dll
LoadedModule[237]=C:\Windows\system32\napinsp.dll
LoadedModule[238]=C:\Windows\system32\pnrpnsp.dll
LoadedModule[239]=C:\Windows\System32\winrnr.dll
LoadedModule[240]=C:\Windows\system32\msadp32.acm
LoadedModule[241]=C:\Windows\SysWOW64\dxdiagn.dll
LoadedModule[242]=C:\Windows\system32\d3dx9_31.dll
FriendlyEventName=Stopped working
ConsentKey=APPCRASH
AppName=Microsoft Flight Simulator®
AppPath=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\fsx.exe

 

Thanks for your continuous help,

- Ryan

 



 

Share this post


Link to post
Share on other sites

Might have been caused by Java.  The ntdll.dll was the faulting module.  No known solutions when this module shows up other than FSX has run out of available resources.  Did you recently install any new drivers, update your video card?  You should make sure you have the latest drivers for your hardware and motherboard installed.  I use a freeware program called Driver Scanner.  It scans you system for new drivers and lets you know what is out of date.  It's payware if you decide to let the program download and install the drivers.  If you know how to search with Google, you might be able to find the drivers yourself, download them and install them.

 

Microsoft Visuals - Your Microsoft Visual C++ 2005 program is completely out of date. Here's the latest - http://www.microsoft...s.aspx?id=26347.  Microsoft Visual C++ 2008 is completely out of date too. Here's the latest - http://www.microsoft...s.aspx?id=26368. Microsoft Visual 2005 and 2008 are used by Microsoft and FSX addon developers to make sure their program installed properly in the way they intended.  This may not resolve your problem though but you should still update to the latest.

 

Make sure you Microsoft.net (dotnet) versions are installed.  For FSX and FSX addons you need versions 1.1 through the latest installed.  They are not backward compatible.  You can look to see what versions are installed by looking in your C:\Windows\Microsoft.net\Framework\then the versions.  These are 32 bit versions as FSX is a 32 bit program.  You can check to see if they are properly installed by going to the following link and using the verification tool there -  http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx.  Dotnet is used by FSX developers to make sure their addon or program is running properly and in the way they intended, including managing memory for the program.

 

Hope this helps.

 

Best regards,

Jim

 

 


Jim Young | AVSIM Online! - Simming's Premier Resource!

Member, AVSIM Board of Directors - Serving AVSIM since 2001

Submit News to AVSIM
Important other links: Basic FSX Configuration Guide | AVSIM CTD Guide | AVSIM Prepar3D Guide | Help with AVSIM Site | Signature Rules | Screen Shot Rule | AVSIM Terms of Service (ToS)

I7 8086K  5.0GHz | GTX 1080 TI OC Edition | Dell 34" and 24" Monitors | ASUS Maximus X Hero MB Z370 | Samsung M.2 NVMe 500GB and 1TB | Samsung SSD 500GB x2 | Toshiba HDD 1TB | WDC HDD 1TB | Corsair H115i Pro | 16GB DDR4 3600C17 | Windows 10 

 

Share this post


Link to post
Share on other sites

Thanks for the help Jim, I'm thinking it could be my drivers for my video card. I'm currently flying Rome to Newark so I will update them as soon as I land, along with the Microsoft Visual C++. The flight right now is also a test to see if it repeats itself, since I restarted prior to departing Rome.


I will let you know if the flight goes all the way to Newark, but even if it does I will do your recommended steps.

Thanks!

- Ryan

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...