Activity log for bug #184421

Date Who What changed Old value New value Message
2008-01-19 20:05:29 Siegfried Gevatter bug added bug
2008-01-19 20:06:08 Siegfried Gevatter freevial: importance Undecided Low
2008-01-19 20:06:08 Siegfried Gevatter freevial: status New Confirmed
2008-01-19 20:06:08 Siegfried Gevatter freevial: milestone garsa
2008-01-26 17:14:52 Siegfried Gevatter freevial: status Confirmed Invalid
2008-07-10 12:26:22 Siegfried Gevatter title Window icon is now shown Window icon is not shown
2008-10-05 12:21:26 Siegfried Gevatter freevial: status Invalid Triaged
2008-10-05 12:21:26 Siegfried Gevatter freevial: statusexplanation Okay, seems that's a problem with my machine... Closing the bug. Well, seem like this *is* a bug after all... ------------------------------------------------------------------------------------ # initialize presentation surface Global.game.screen = pygame.display.set_mode((Global.screen_x, Global.screen_y)) pygame.display.set_caption('Freevial') pygame.display.set_icon(load_image('freevial.png')) ------------------------------------------------------------------------------------ The pygame.display.set_mode there should be called last, but we can't use load_image for the icon if we do that. Trying to load the image and assign it without running .convert on it results in a crash ("Fatal Python error: (pygame parachute) Segmentation Fault"), even if I remove the alpha channel from the logo.
2008-10-05 12:21:26 Siegfried Gevatter freevial: milestone garsa