Verify errors should be virtually impossible to code up.  They are
usually caused by incompatible code in a swf when loaded into another
swf, where the class definitions used by one swf does not match the
other.

 

I've never seen one when all you have is one swf.  You'd have to be
calling functions in a way not expected at compile time or something
like that.

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of lrdvadersith
Sent: Tuesday, October 30, 2007 9:54 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid register
5 was accessed.

 

I didn't really "fix" it last time. I changed the way my code was
doing sorts, so the headerRelease was no longer needed. My current
problem has to do with something completely different, and I've seen
this error in other places as well.

At this point, I've seen this error enough times that I'd like to know
exactly what it means, so that I can figure out what I should be
looking at when I see it.

Steve

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> How did you fix it last time?
> 
> 
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of lrdvadersith
> Sent: Tuesday, October 30, 2007 7:56 AM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
> Subject: [flexcoders] Re: VerifyError: Error #1025: An invalid
register
> 5 was accessed.
> 
> 
> 
> I've fixed the problem that was originally giving me this problem, but
> now I am getting it again under different circumstances. Does anyone
> know exactly what this error is?
> 
> Thanks,
> 
> Steve
> --- In flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com>
<mailto:flexcoders%40yahoogroups.com>
> , "lrdvadersith" <lrdvadersith@>
> wrote:
> >
> > Does anyone know what this error is? I get it in both Flex 2.01
> > hotfix 3 and Flex 3 beta 2.
> > 
> > Some background:
> > 
> > I think the problem is with the following lines:
> > 
> > in my mxml, I have a headerRelease="model.sortFunctions(event);" in
my
> > dataGrid, and in my ActionScript, I have a public function
> > sortFunctions(event:DataGridEvent):void function. 
> > 
> > I believe the error has something to do with this, because when I
> > remove the headerRelease, the error goes away.
> > 
> > Any ideas?
> > 
> > Thanks,
> > 
> > Steve
> >
>

 

Reply via email to