Author Topic: EA crashes on saving element in Diagram  (Read 2697 times)

utkarsh

  • EA User
  • **
  • Posts: 38
  • Karma: +0/-0
    • View Profile
EA crashes on saving element in Diagram
« on: February 17, 2010, 12:39:01 am »
Hi,

I am facing a unusal problem. I have developed an addin which is invoked when user drags and drops an element on the diagram.

If the diagram has some unsaved changes and I drop for e.g. a screen on the diagram, add some UI elements in the screen using addin and save the changes. On close of the addin the EA prompt a message something like "An error log has been generated. EA needs to close now".

Any idea why this occurs??
Please help. Its urgent.

Thanks.

mrf

  • EA User
  • **
  • Posts: 311
  • Karma: +0/-0
    • View Profile
Re: EA crashes on saving element in Diagram
« Reply #1 on: February 17, 2010, 07:58:29 am »
Do you get a crash address within EA (through the Windows error report dialog)? If you can send that to us (possibly with a copy of your addin) we can try and determine what is going wrong on the inside.

We'd also need to know the build number of EA that you're running.
Best Regards,

Michael

[email protected]
"It is more complicated than you think." - RFC 1925, Section 2.8

utkarsh

  • EA User
  • **
  • Posts: 38
  • Karma: +0/-0
    • View Profile
Re: EA crashes on saving element in Diagram
« Reply #2 on: February 17, 2010, 05:45:36 pm »
I do not get crash address. The version I am using is :

EA version: 7.5.850 (Build: 850)

Thanks for your prompt reply.

utkarsh

  • EA User
  • **
  • Posts: 38
  • Karma: +0/-0
    • View Profile
Re: EA crashes on saving element in Diagram
« Reply #3 on: February 17, 2010, 05:54:22 pm »
Just to add one more information:

I get the prompt the error log is written. But when I look foe DBError.txt nothing is logged there. I deleted the file hoping that file will be generated again but with no luck..

Please help.