November 5, 201015 yr Guys i recently switched back to FSX, after installing the updates, a couple of sceneries, Quality Sim 757 and WOI Traffic. I can't finish a flight without a system crash, sometimes it is even during the begining stages of the preflight. I tried to deleting FSX.cfg, to force FSX to recreate the FSX.cfg but without any luck. <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="2010-11-05T03:13:46.000000000Z" /> <EventRecordID>2225</EventRecordID> <Channel>Application</Channel> <Computer>AA-PC</Computer> <Security /> </System>- <EventData> <Data>FSX.exe</Data> <Data>10.0.61472.0</Data> <Data>475e17d3</Data> <Data>g2d.dll</Data> <Data>10.0.61472.0</Data> <Data>475e180c</Data> <Data>c0000005</Data> <Data>000458cc</Data> <Data>fcc</Data> <Data>01cb7c7108a70f04</Data> <Data>D:\Program File\Microsoft Games\Microsoft Flight Simulator X\FSX.exe</Data> <Data>D:\Program File\Microsoft Games\Microsoft Flight Simulator X\g2d.dll</Data> <Data>b385ec79-e88a-11df-9dd6-00196677a464</Data> </EventData> </Event> FSX.exe 10.0.61472.0 475e17d3 g2d.dll 10.0.61472.0 475e180c c0000005 000458cc fcc 01cb7c7108a70f04 D:\Program File\Microsoft Games\Microsoft Flight Simulator X\FSX.exe D:\Program File\Microsoft Games\Microsoft Flight Simulator X\g2d.dll b385ec79-e88a-11df-9dd6-00196677a464 Best Regards Adib Afraj
November 7, 201015 yr I don't know of any positive solution for this problem but I did a Google search for g2d.dll for fsx and found that many have solved it by uninstalling SP2/Acceleration and then reinstalling it. Others have repaired FSX, then repaired SP1, then repaired SP2 or Acceleration (if you have Acceleration, you only need to repair FSX, then Acceleration as Acceleration has both SP1 and SP2 fixes). Before repairing, please disable UAC on your system to make sure the security program is prohibiting the successful installation of this dll (it was updated with SP2/Acceleration).Best regards,Jim
November 11, 201015 yr <Data>g2d.dll</Data> <Data>10.0.61472.0</Data> <Data>c0000005</Data> <Data>000458cc</Data> That's an access violation in the g2d.dll of FSX SP2, at offset 0x458cc. g2d.dll's base is 0x20621000, so the address of the crash is: 0x206668CC. The function starts at 0x206668A0 and is referenced from 4 different virtual tables, each of them followed by some DX10, effect or shader stuff.Are you perphaps using a 64 bit machine (or 32 bit machine with /3GB option) that has more than 2 GB of memory?If so, (and if you did not do this before) addign the 'Highmem Fix' to the fsx.cfg might help you: http://forums1.avsim.net/topic/281538-the-bp0-conclusions/Daniel
Create an account or sign in to comment