Re: EU 3.0.1 -- there's probably a bug in there somewhere
- Posted by Andy Serpa <ac at onehorseshy.com> Feb 02, 2007
- 689 views
Andy Serpa wrote: > > For instance, if I change the above the function to : > > }}} <eucode> > function save_forest > sequence e > e = save_entity(this()) > > put_obj(get_property(this(),"savepath")&"for_"&get_property(this(),"name")&".ent",e) > return NIL > end function > </eucode> {{{ > > then it no longer crashes. It is because the bug no longer occurs when > written > like that, or it is just because I've changed the conditions and it would > still > crash in other conditions? Can't tell. > Actually, scratch that. Just tested it again, and it crashes that way too.