On Wed, Dec 9, 2009 at 10:28 PM, Jason M. Marshall <j...@yahoo.com> wrote:

> Hello pygame core developers,
>
> Attached to this e-mail is my tool for rapidly trying different display
> configurations. I use it to determine which display settings are optimal
> for a
> given platform. I've found that when I toggle from directx windowed mode to
> directx
> fullscreen mode and then exit, Python crashes. Do you suppose that this is
> a
> pygame bug, an SDL bug, a Python 2.5.4 bug, an Intel GMA X4500 driver bug,
> or
> PEBKAC error?
>
> To reproduce the error, launch the jason_test_6.py script. If the driver is
> windib, toggle the driver to
> directx by pressing F4. Next, press F2 to switch to fullscreen, and then
> press Esc to quit. On
> my computer, a Windows error message is displayed immediately.
>
> Thanks,
> Jason
>
> When Python crashes,
> Windows provides this "Error signature":
> AppName: python.exe
> AppVer: 0.0.0.0
> ModName: sdl.dll
> ModVer: 1.2.13.0
> Offset: 00028bea
>
> Software:
> Windows XP Pro SP3
> Python 2.5.4
> pygame 1.9.2pre-svn2696
> SDL 1.2.13
>
> Hardware:
> Intel Core 2 Duo E8400 @ 3.0 GHz
> Intel GMA X4500
> 2 GB o' RAM
>
>
>


My system does the same.
Unhandled Exception in python.exe (SDL.exe) 0xC0000005 : Access Violation.
Even If I add the as last line for your script
pygame.quit()

windows xp sp3
nvidia gforce 6200
python 2.6
pygame 1.9.1release-svn2575
SDL 1.2.13

--
claxo

Reply via email to