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

[pygame] dock icon causes bus error



Hi

On my system clicking on a pygame app icon in the dock causes pygame to
give a bus error if it is already running.

A quickfix for this problem.

I'm using;

mac os x 10.4.9
pygame 1.8.0rc3-t1 (built from svn)
SDL version 1.2.11
python 2.4

In lib/macsox.py : def install

comment out line
    appDelegate.retain()

I fiddled around after seeing your earlier fix for pre 1.2.8 SDL

Hope this is a help, let me know if it has side effects!

Kind Regards
Sean