Opened 10 years ago

Last modified 5 years ago

#41930 closed defect

py-game: cannot initialize pygame screen — at Version 1

Reported by: boloomka@… Owned by: jmr@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: py27-game

Description (last modified by ryandesign (Ryan Carsten Schmidt))

When I try to initialize screen using "screen = pygame.display.set_mode((640, 480))", it aborts with error:

Fatal Python error: (pygame parachute) Segmentation Fault
Abort trap: 6

I 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.

Change History (1)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to jmr@…
Summary: cannot initialize pygame screenpy-game: cannot initialize pygame screen
Note: See TracTickets for help on using tickets.