Re: [Pykaraoke-discuss] pycdg segfault on amd64

2007-02-02 Thread Kelvin Lawson
Hey Martin, > My Java version encountered the same problem, but Java's exception handling > just complained for that iteration of the loop and moved on. It seems that > the tile location data is particularly problematic in terms of quality of > rip, but I've also seen tile paint commands (xor and

Re: [Pykaraoke-discuss] pycdg segfault on amd64

2007-02-01 Thread Martin B. Smith
2007 7:21 PM To: William Ferrell Cc: pykaraoke-discuss@lists.sourceforge.net; Daniel Richard G. Subject: Re: [Pykaraoke-discuss] pycdg segfault on amd64 Hey Will, > I suspect this is either a numeric thing or a pygame thing -- aren't > there some compiled bits in those libraries for speed pur

Re: [Pykaraoke-discuss] pycdg segfault on amd64

2007-02-01 Thread Kelvin Lawson
Hey Will, > I suspect this is either a numeric thing or a pygame thing -- aren't > there some compiled bits in those libraries for speed purposes on some > systems? I recall having a 64-bit problem myself when I was first > mucking with PyKaraoke myself ;) Yep I believe that one was a pygame v

Re: [Pykaraoke-discuss] pycdg segfault on amd64

2007-02-01 Thread William Ferrell
On 2/1/07, Kelvin Lawson <[EMAIL PROTECTED]> wrote: Hi Daniel, > This problem was indeed happening with multiple .cdg files, though I can't > say if it applied to them all. Because pykaraoke worked with the same files > on x86 without incident, however, I doubt that corrupted/rogue data is the

Re: [Pykaraoke-discuss] pycdg segfault on amd64

2007-02-01 Thread Kelvin Lawson
Hi Daniel, > I patched the code as you indicated, and the segfaults are gone. Excellent news, the fix is now in CVS. > This problem was indeed happening with multiple .cdg files, though I can't > say if it applied to them all. Because pykaraoke worked with the same files > on x86 without incid

Re: [Pykaraoke-discuss] pycdg segfault on amd64

2007-01-31 Thread Daniel Richard G.
Hi Kelvin, I patched the code as you indicated, and the segfaults are gone. This problem was indeed happening with multiple .cdg files, though I can't say if it applied to them all. Because pykaraoke worked with the same files on x86 without incident, however, I doubt that corrupted/rogue data

Re: [Pykaraoke-discuss] pycdg segfault on amd64

2007-01-31 Thread Kelvin Lawson
Hi Daniel, I've been moving house the last couple of weeks so have just got round to looking into this. I originally thought this looked like a sizeof(int) discrepancy somewhere. I thought perhaps one component (pygame, SDL or _pycdgAux.c) had been built as 32-bit, or perhaps one of the underl