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

Re: [pygame] Games as Win EXE Help please



On Sat, 2005-03-26 at 15:18 +0000, David Holland wrote:
> However when I run the .exe I get :-
> Fatal python error (pygame parachute) Segmentation
> Fault.

This is a bug in the Pygame 2.6.3. It is crashing when it cannot find
the default window icon. Either set your own custom window icon before
calling pygame.display.set_mode(). Or you can find the pygame.bmp in the
pygame directory and copy it to the location of the exe.