Re: Segmentation fault trying to dynamically create menu's.

2009-06-27 Thread Lucio Torre
On Sat, Jun 27, 2009 at 3:48 PM, Lucio Torre wrote: > On Sat, Jun 27, 2009 at 3:08 PM, Andre LeBlanc wrote: >> Hi, >> I am trying to create a basic 'paginated' menu using cocs2d + python under >> linux. >> No matter what I try, I get a segmentation fault during the 'create_menu' >> call when >> it

Re: Segmentation fault trying to dynamically create menu's.

2009-06-27 Thread Lucio Torre
On Sat, Jun 27, 2009 at 3:08 PM, Andre LeBlanc wrote: > Hi, > I am trying to create a basic 'paginated' menu using cocs2d + python under > linux. > No matter what I try, I get a segmentation fault during the 'create_menu' > call when > it tries to instantiate page 2.  Can anyone point out somethin

Segmentation fault trying to dynamically create menu's.

2009-06-27 Thread Andre LeBlanc
Hi, I am trying to create a basic 'paginated' menu using cocs2d + python under linux. No matter what I try, I get a segmentation fault during the 'create_menu' call when it tries to instantiate page 2. Can anyone point out something that I'm doing wrong here? or is this a valid bug? Note that thi