Re: [pygame] Segmentation fault through taskbar minimization/restoration

2011-08-27 Thread Jonathan Rivers
After some further tests, I'm fairly sure this problem is localized to me, for reasons I'm not sure of. Nevertheless, if a few people running some Windows OS with window minimizing/maximizing animations disabled (see my second post) could try it, I'd appreciate it.

Re: [pygame] Segmentation fault through taskbar minimization/restoration

2011-08-27 Thread Lenard Lindstrom
On 27/08/11 04:39 PM, Jonathan Rivers wrote: After some further tests, I'm fairly sure this problem is localized to me, for reasons I'm not sure of. Nevertheless, if a few people running some Windows OS with window minimizing/maximizing animations disabled (see my second post) could try it,

Re: [pygame] Segmentation fault through taskbar minimization/restoration

2011-08-17 Thread Jonathan Rivers
I obviously overcomplicated that, so to restate the problem: In Windows XP, minimizing/restoring any Pygame window several times in quick succession by repeatedly clicking its icon in the taskbar causes a Pygame error and crash. This happens even on a brand new install of XP, as long as

Re: [pygame] Segmentation fault through taskbar minimization/restoration

2011-08-17 Thread Ian Mallett
On Wed, Aug 17, 2011 at 11:40 AM, Jonathan Rivers jkriv...@yahoo.comwrote: I haven't been able to test this on Vista or Windows 7 yet, but does anyone know anything about this rather bizarre problem? Cannot reproduce on Windows 7 Professional, with animations enabled, on an OpenGL context

Re: [pygame] Segmentation fault through taskbar minimization/restoration

2011-08-17 Thread René Dudfield
Hi, Anyone else on XP able to reproduce this? I tried it on vista, and it's ok. On Wed, Aug 17, 2011 at 9:36 PM, Ian Mallett geometr...@gmail.com wrote: On Wed, Aug 17, 2011 at 11:40 AM, Jonathan Rivers jkriv...@yahoo.comwrote: I haven't been able to test this on Vista or Windows 7 yet, but

Re: [pygame] Segmentation fault through taskbar minimization/restoration

2011-08-17 Thread Jonathan Rivers
, for example. From: René Dudfield ren...@gmail.com To: pygame-users@seul.org Sent: Wednesday, August 17, 2011 3:49 PM Subject: Re: [pygame] Segmentation fault through taskbar minimization/restoration Hi, Anyone else on XP able to reproduce this? I tried it on vista

Re: [pygame] Segmentation fault through taskbar minimization/restoration

2011-08-17 Thread claudio canepa
On Wed, Aug 17, 2011 at 4:49 PM, René Dudfield ren...@gmail.com wrote: Hi, Anyone else on XP able to reproduce this? I tried it on vista, and it's ok. tried with the included pygame demos: chimp.py liquid.py scroll.py from slow clicking the icon to clicking as fast as I can;

[pygame] Segmentation fault through taskbar minimization/restoration

2011-08-13 Thread Jonathan Rivers
Hi, so I'm undergoing kind of a crazy bug I've found with Pygame or my computer or something. I'm using Windows XP (Pro SP3), and the problem happens when using either Python 3.2 or 2.7 and their matching Pygame versions respectively. Pardon the length here, but the basic problem is simple: