[Flashcoders] stack overflow in IE ?

2008-05-20 Thread Andrei Thomaz
dear list, I made two little (experimental) games in AS3. Both uses a maze generation algorithm. To avoid a small freezing and messages like script running too slowly, I broke the algorithm in small steps. So, in each frame, it generates a room of the maze. You can see it at:

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread jonathan howe
Andrei, It also crashed in Firefox 2.0.0.14 Vista PC with FP 9,0,124,0. -jonathan On Tue, May 20, 2008 at 8:58 AM, Andrei Thomaz [EMAIL PROTECTED] wrote: dear list, I made two little (experimental) games in AS3. Both uses a maze generation algorithm. To avoid a small freezing and messages

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Andrei Thomaz
dear Jonathan, in my computer, with the same versions of Firefox and FP, also under Vista, it runs fine. What worries me is that it doesn't use recursion, just some nested loops, used when the algorithm ends. thank you, andrei On Tue, May 20, 2008 at 10:28 AM, jonathan howe [EMAIL PROTECTED]

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread EECOLOR
Are you using LocalConnection by any chance? Greetz Erik On 5/20/08, Andrei Thomaz [EMAIL PROTECTED] wrote: dear Jonathan, in my computer, with the same versions of Firefox and FP, also under Vista, it runs fine. What worries me is that it doesn't use recursion, just some nested loops,

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Rob Romanek
FYI Also crashes under OSX 10.5.2, Safari 3.1, FP 9,0,115,0 On 20-May-08, at 10:13 AM, Andrei Thomaz wrote: dear Jonathan, in my computer, with the same versions of Firefox and FP, also under Vista, it runs fine. What worries me is that it doesn't use recursion, just some nested loops,

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Andrei Thomaz
no, I'm not using LocalConnection. I will translate the code (it uses portuguese names for variables and functions), and will post it soon. thank you, andrei On Tue, May 20, 2008 at 11:45 AM, EECOLOR [EMAIL PROTECTED] wrote: Are you using LocalConnection by any chance? Greetz Erik On

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Kenneth Kawamoto
Not sure if it's related to the crash but your movie generates null object reference error. Kenneth Kawamoto http://www.materiaprima.co.uk/ Andrei Thomaz wrote: dear list, I made two little (experimental) games in AS3. Both uses a maze generation algorithm. To avoid a small freezing and

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Andrei Thomaz
dear Kenneth, I would like to ask you to send me the output of flash palyer. I can't reproduce the null object reference error here. I tried using test movie in flash cs3 and also with flash player debug + firefox. thank you, andrei On Tue, May 20, 2008 at 1:09 PM, Kenneth Kawamoto [EMAIL

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Kenneth Kawamoto
TypeError: Error #1009: Cannot access a property or method of a null object reference. at labirintos_invisiveis::VitoriaMc/inicializaInterface() at labirintos_invisiveis::VitoriaMc/frame15() FP 9.0.115.0 on FF 2.0.0.14 on Mac OS 10.5.2 (I like the game, by the way :) Kenneth

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Meinte van't Kruis
The last time I had a flash version crashing problem, I simply installed the version it crashed on and simply commented/uncommented untill I had the problem. It sounds like a lot of work, but actually, it's not so bad. Maybe you can solve it this way. On Tue, May 20, 2008 at 7:06 PM, Andrei

Re: [Flashcoders] stack overflow in IE ?

2008-05-20 Thread Meinte van't Kruis
im on 9.0.115, works like a charm. one thing I forgot to mention; WIth my problem the problem was indeed the flash player, I doubt if it's the browser doing the messup. On Tue, May 20, 2008 at 8:08 PM, Meinte van't Kruis [EMAIL PROTECTED] wrote: The last time I had a flash version crashing