[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] OverflowError on amd64



Hello,

On a amd64 system I encountered this error when running an application
that runs fine on x86 systems.

Traceback (most recent call last):
 File "/usr/share/games/childsplay/childsplay.py", line 66, in ?
 import splash
 File "/usr/share/games/childsplay/splash.py", line 27, in ?
 scr = pygame.display.set_mode((800,600),SWSURFACE|FULLSCREEN)
OverflowError: signed integer is greater than maximum

Does somebody knows, what causes this and how to avoid it?

Here is the output from "uname -a":
Linux ben 2.6.12-gentoo-r6 #1 Fri Jul 22 21:51:55 CEST 2005 x86_64 AMD
Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux

Python and pygame versions:
python: 2.3.5
pygame: 1.6


Regards, Stas