The verifier runs over most methods before they are executed the first time. It does some checking to make sure places you are jumping to and types you need are ready to go. This speeds up execution time because if code revisits itself in a loop it doesn't need to spend verification time on each step.
In general, there is no way for you to write code that causes a verify error. It is a bug in the compiler, or failure to load a class at the right time, or some incompatibility in what got linked in. If it is 100% reproducible, try to make a smaller test case and file a bug. If it is player version specific, file a bug with the swf and the player version. -Alex ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Mathews Sent: Monday, January 14, 2008 10:45 AM To: [email protected] Subject: Re: [flexcoders] Re: big problem I have been getting an error like that also recently. VerifyError: Error #1107: The ABC data is corrupt, attempt to read out of bounds. I believe my problem is quite different than this one, but I would like to know any more information on this error message. It doesn't really give any good information so it is pretty difficult to track down the issue. On 1/14/08, adnane_1979 <[EMAIL PROTECTED] <mailto:adnane_1979%40yahoo.fr> > wrote: > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > > > What happens when you run the debug version of your app on the > debugger > > player for 9,0,115,0? > > > > > > > > ________________________________ > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> > [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > > Behalf Of adnane_1979 > > Sent: Sunday, January 13, 2008 4:13 AM > > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > > Subject: [flexcoders] big problem > > > > > > > > I developed a flex 2 application, and i's been on production for a > > while now. > > But last week some of my clients were complaining that the > application > > doesn't work anymore, after i've checked with them ,i found out > that > > the application doesn't work with the new version of flash player > > 9.0.1115.0 > > When i've tried to run the application with this version of flash > > player ,I've got a blank page. > > So i dont know what to do now,should i change some thing on the > code of > > the application it self or what? > > Please, if some body knows about this issue, help me, because it's > very > > urgent. > > > > Thanks in advance > > > With flash player 9.0.115.0 debug, i've got the following error: > VerifyError: Error #1107: ABC sont corrompues, tentative de lecture > en dehors des limites. > Sorry,it's in french. > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt <http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com <http://www.mail-archive.com/flexcoders%40yahoogroups.com> > Yahoo! Groups Links > > > >

