Page 1 of 1

I am getting an AV in the script editor when trying...

PostPosted: Mon Jan 08, 2007 6:16 pm
by kellyrey
to comment out some code.

repro case:

1 - load the gefox project in game editor
2 - close the actor control dialog
3 - right click on the canvas actor select actor control
4 - select edit event, draw actor, script editor
5 - scroll down to line 95 and put cursor at start of line
6 - try to add // comment to the beginning of the line
7 - when you press / the second time the GE editor AVs

Ive attached a screen shot as well as the geproj lmk if you need anything else.

Thanks
Kelly

PostPosted: Mon Jan 08, 2007 6:37 pm
by makslane
All probelms with the script edition will be solved after release of the new interface (some time in this year)

PostPosted: Mon Jan 08, 2007 11:10 pm
by Game A Gogo
what does AV meens?

PostPosted: Tue Jan 09, 2007 12:27 am
by kellyrey
Access Violation, in normally occurs because of a bad ptr. It can also occur though if something over writes the end of an array as well.

There are tools like bounds checker that will detect avs memory access probs and so on.