Hi there.
When I try to open up my UML file and click on my activity diagram via the Diagram Explorer, I get this error message:
"Access Violation at address 0063A604 in module "StarUML.exe". Read of Address 00000098"
This error message first appeared while I was working on my activity diagram.
This error doesn't arise on different UML files that I open.
I've attached the file that I was referring to above here
Hi Problem is generated by missing reference to any "stateView" (look at uml file on lines 4272-4279)
You can add there any reference like:
<XPD:REF name="Model">JMzIQ+r050Sm73gdKe0+MwAA</XPD:REF>
So this block (4272-4280) should look like:
<XPD:OBJ name="OwnedViews[185]" type="UMLPseudostateView" guid="NnOHpyMC2kKI7DbRaREppAAA"> <XPD:ATTR name="LineColor" type="string">clMaroon</XPD:ATTR> <XPD:ATTR name="FillColor" type="string">$00B9FFFF</XPD:ATTR> <XPD:ATTR name="Left" type="integer">990</XPD:ATTR> <XPD:ATTR name="Top" type="integer">1890</XPD:ATTR> <XPD:ATTR name="Width" type="integer">80</XPD:ATTR> <XPD:ATTR name="Height" type="integer">76</XPD:ATTR> <XPD:REF name="Model">JMzIQ+r050Sm73gdKe0+MwAA</XPD:REF> </XPD:OBJ>
After this, you can open uml, go on Activity diagram and delete this pseudo view (his position is above "Confirm Resit?") because it is not necessary, I suppouse.
Have a nice day. Michal
Log in to post a comment.
Hi there.
When I try to open up my UML file and click on my activity diagram via the Diagram Explorer, I get this error message:
"Access Violation at address 0063A604 in module "StarUML.exe". Read of Address 00000098"
This error message first appeared while I was working on my activity diagram.
This error doesn't arise on different UML files that I open.
Last edit: 21099475 2012-10-24
I've attached the file that I was referring to above here
Hi
Problem is generated by missing reference to any "stateView" (look at uml file on lines 4272-4279)
You can add there any reference like:
So this block (4272-4280) should look like:
After this, you can open uml, go on Activity diagram and delete this pseudo view (his position is above "Confirm Resit?") because it is not necessary, I suppouse.
Have a nice day.
Michal