Changes between Initial Version and Version 1 of Ticket #41930


Ignore:
Timestamp:
Dec 26, 2013, 7:03:14 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41930

    • Property Owner changed from macports-tickets@… to jmr@…
    • Property Summary changed from cannot initialize pygame screen to py-game: cannot initialize pygame screen
  • Ticket #41930 – Description

    initial v1  
    11When I try to initialize screen using "screen = pygame.display.set_mode((640, 480))", it aborts with error:
    22
     3{{{
    34Fatal Python error: (pygame parachute) Segmentation Fault
    45Abort trap: 6
     6}}}
    57
    68I have only simple program with "init" and "set_mode" in it. Note that even pygame examples (from pygame.examples.alien import main; main()) doesn't work. Here is traceback that OS X shows: [http://pastebin.com/wqck7yd3].