April 14, 201511 yr I got this CTD using the L39: Log Name: ApplicationSource: Application ErrorDate: 4/14/2015 8:00:38 AMEvent ID: 1000Task Category: (100)Level: ErrorKeywords: ClassicUser: N/AComputer: JOSE-PCDescription:Faulting application name: fsx.exe, version: 10.0.61637.0, time stamp: 0x46fadb14Faulting module name: MSVCR80.dll, version: 8.0.50727.4940, time stamp: 0x4ca2b271Exception code: 0xc000000dFault offset: 0x00008aa0Faulting process id: 0xbc0Faulting application start time: 0x01d076aa4f8b8c68Faulting application path: D:\Microsoft Flight Simulator X\fsx.exeFaulting module path: C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCR80.dllReport Id: dce91197-e29d-11e4-8d9c-14dae9065436Event 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="2015-04-14T12:00:38.000000000Z" /> <EventRecordID>3350</EventRecordID> <Channel>Application</Channel> <Computer>JOSE-PC</Computer> <Security /> </System> <EventData> <Data>fsx.exe</Data> <Data>10.0.61637.0</Data> <Data>46fadb14</Data> <Data>MSVCR80.dll</Data> <Data>8.0.50727.4940</Data> <Data>4ca2b271</Data> <Data>c000000d</Data> <Data>00008aa0</Data> <Data>bc0</Data> <Data>01d076aa4f8b8c68</Data> <Data>D:\Microsoft Flight Simulator X\fsx.exe</Data> <Data>C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCR80.dll</Data> <Data>dce91197-e29d-11e4-8d9c-14dae9065436</Data> </EventData></Event> I removed ASN and it doesn't happen. Why does this happen with the L-39 and ASN? I don't have any other CTDs with other planes. Thanks. Jose MSFS
April 14, 201511 yr I got this CTD using the L39: Log Name: Application Source: Application Error Date: 4/14/2015 8:00:38 AM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: JOSE-PC Description: Faulting application name: fsx.exe, version: 10.0.61637.0, time stamp: 0x46fadb14 Faulting module name: MSVCR80.dll, version: 8.0.50727.4940, time stamp: 0x4ca2b271 Exception code: 0xc000000d Fault offset: 0x00008aa0 Faulting process id: 0xbc0 Faulting application start time: 0x01d076aa4f8b8c68 Faulting application path: D:\Microsoft Flight Simulator X\fsx.exe Faulting module path: C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCR80.dll Report Id: dce91197-e29d-11e4-8d9c-14dae9065436 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="2015-04-14T12:00:38.000000000Z" /> <EventRecordID>3350</EventRecordID> <Channel>Application</Channel> <Computer>JOSE-PC</Computer> <Security /> </System> <EventData> <Data>fsx.exe</Data> <Data>10.0.61637.0</Data> <Data>46fadb14</Data> <Data>MSVCR80.dll</Data> <Data>8.0.50727.4940</Data> <Data>4ca2b271</Data> <Data>c000000d</Data> <Data>00008aa0</Data> <Data>bc0</Data> <Data>01d076aa4f8b8c68</Data> <Data>D:\Microsoft Flight Simulator X\fsx.exe</Data> <Data>C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCR80.dll</Data> <Data>dce91197-e29d-11e4-8d9c-14dae9065436</Data> </EventData> </Event> I removed ASN and it doesn't happen. Why does this happen with the L-39 and ASN? I don't have any other CTDs with other planes. Thanks. Jose This one is fairly easy to fix. You have a really old version of Microsoft Visual C++ 2005. The correct version is 6195 or 2005 w/SP1 (your msvcr80.dll shows v4940) - http://www.microsoft.com/en-us/download/details.aspx?id=26347 . The AVSIM CTD Guide, pages 6 and 7 provide further information. That may fix your problem. Page 13 of the AVSIM CTD Guide provides more information about the MSVCR80.dll crash and has several more suggestions for fixing this error. ASN uses Microsoft Visual C++ 2010 and the lastest version of ASN installs the latest version if it is not found on your system. Not sure why the Lotus Simulations L-39 product has an issue with ASN. The L-39 probably uses Microsoft Visual C++2008 w/SP1 so make sure that is installed too. Best regards, Jim Young | AVSIM Online! - Simming's Premier Resource! Member, AVSIM Board of Directors - Serving AVSIM since 2001 Submit News to AVSIMImportant 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
April 14, 201511 yr Author This one is fairly easy to fix. You have a really old version of Microsoft Visual C++ 2005. The correct version is 6195 or 2005 w/SP1 (your msvcr80.dll shows v4940) - http://www.microsoft.com/en-us/download/details.aspx?id=26347 . The AVSIM CTD Guide, pages 6 and 7 provide further information. That may fix your problem. Page 13 of the AVSIM CTD Guide provides more information about the MSVCR80.dll crash and has several more suggestions for fixing this error. ASN uses Microsoft Visual C++ 2010 and the lastest version of ASN installs the latest version if it is not found on your system. Not sure why the Lotus Simulations L-39 product has an issue with ASN. The L-39 probably uses Microsoft Visual C++2008 w/SP1 so make sure that is installed too. Best regards, Jim, Thank you very much. I went through the process of deleting and reinstalling all the versions Microsoft Visual C++ and I still got the CTD. I'll check the CTD manual and I've requested support from HiFi and Lotus Sim. The L-39 works fine without ASN. Jose MSFS
Create an account or sign in to comment