emorris1000
Registered User.
- Local time
- Yesterday, 16:40
- Joined
- Feb 22, 2011
- Messages
- 125
[SOLVED] Graph Crashing (Microsoft Office 2010 Component Has Stopped Working)
I've been getting some truly aggravating errors on some graphs recently. It's a simple XY Scatter graph. I'll set it up with the x and the 3 y variables going through the design wizard. When I go to view the form I get the following error:
"
Micosoft Office 2010 Component Has Stopped Working
A problem caused the program to stop working correctly. Please close the program.
"
There is a single button for "Close the Program". Clicking this doesn't crash the program. The form is still open. I can then go to the next record as normal and view the graph, and then go back to the original record that threw this error and it still works.
Weird.
Here's what I know:
1) The program that is crashing is Microsoft Graph. It has been behaving poorly for a while now, causing other issues like not using the correct x-axis.
2) This is not due to a corruption issue, but does seem to be dependent on a specific set of data. I can replicate this bug 100% with the same data set. I have linked the FE from different locations/new databases, and copied the tables to new databases and tried it. Still crashes every time.
3) This bug is new. I've had the same data set before with the same graph. This bug just started showing up after I tried to do some modification of the x-axis.
4) There is like ZERO info on this crash out there. Googling this phrase shows 1 or 2 obscure references from development copies of MS Office. I have bugged my entire IT team about it relentlessly. I reinstalled MS Office. I wiped my computer and reinstalled windows. Everything is new and clean. Still crashes every time.
I am getting a bit desperate here because this problem has completely stalled development on this database and that is severely problematic. Our resident Access expert had never seen this but suggested using static/compiled queries for the graphs, or using a vba generated one. The static query didn't fix it, haven't tried the vba generated query yet but I doubt it will do anything.
Does ANYONE have any idea what is causing this?
Ed: Found the crash in the Event Viewer. here are the details from it:
"
Faulting application name: GRAPH.EXE, version: 14.0.6129.5000, time stamp: 0x5081095b
Faulting module name: GRAPH.EXE, version: 14.0.6129.5000, time stamp: 0x5081095b
Exception code: 0xc0000005
Fault offset: 0x0008c474
Faulting process id: 0x2aa0
Faulting application start time: 0x01ce34926a1653b6
Faulting application path: C:\Program Files\Microsoft Office\Office14\GRAPH.EXE
Faulting module path: C:\Program Files\Microsoft Office\Office14\GRAPH.EXE
Report Id: aae92a72-a085-11e2-b244-5c260a80c175
"
I've been getting some truly aggravating errors on some graphs recently. It's a simple XY Scatter graph. I'll set it up with the x and the 3 y variables going through the design wizard. When I go to view the form I get the following error:
"
Micosoft Office 2010 Component Has Stopped Working
A problem caused the program to stop working correctly. Please close the program.
"
There is a single button for "Close the Program". Clicking this doesn't crash the program. The form is still open. I can then go to the next record as normal and view the graph, and then go back to the original record that threw this error and it still works.
Weird.
Here's what I know:
1) The program that is crashing is Microsoft Graph. It has been behaving poorly for a while now, causing other issues like not using the correct x-axis.
2) This is not due to a corruption issue, but does seem to be dependent on a specific set of data. I can replicate this bug 100% with the same data set. I have linked the FE from different locations/new databases, and copied the tables to new databases and tried it. Still crashes every time.
3) This bug is new. I've had the same data set before with the same graph. This bug just started showing up after I tried to do some modification of the x-axis.
4) There is like ZERO info on this crash out there. Googling this phrase shows 1 or 2 obscure references from development copies of MS Office. I have bugged my entire IT team about it relentlessly. I reinstalled MS Office. I wiped my computer and reinstalled windows. Everything is new and clean. Still crashes every time.
I am getting a bit desperate here because this problem has completely stalled development on this database and that is severely problematic. Our resident Access expert had never seen this but suggested using static/compiled queries for the graphs, or using a vba generated one. The static query didn't fix it, haven't tried the vba generated query yet but I doubt it will do anything.
Does ANYONE have any idea what is causing this?
Ed: Found the crash in the Event Viewer. here are the details from it:
"
Faulting application name: GRAPH.EXE, version: 14.0.6129.5000, time stamp: 0x5081095b
Faulting module name: GRAPH.EXE, version: 14.0.6129.5000, time stamp: 0x5081095b
Exception code: 0xc0000005
Fault offset: 0x0008c474
Faulting process id: 0x2aa0
Faulting application start time: 0x01ce34926a1653b6
Faulting application path: C:\Program Files\Microsoft Office\Office14\GRAPH.EXE
Faulting module path: C:\Program Files\Microsoft Office\Office14\GRAPH.EXE
Report Id: aae92a72-a085-11e2-b244-5c260a80c175
"
Last edited: