https://bugs.kde.org/show_bug.cgi?id=396359
--- Comment #13 from [email protected] --- (In reply to Nate Graham from comment #11) > The reporter of duplicate bug 446421 can reproduce the issue 100% by running > the following python script: > > > import pygame > > from pygame.locals import * > > pygame.init() > > > > screen = pygame.display.set_mode((500, 500), flags=FULLSCREEN) > > clock = pygame.time.Clock() > > > > run = True > > > > while run: > > for event in pygame.event.get(): > > if event.type == QUIT: > > run = False > > pygame.display.update() > > clock.tick(60) > > pygame.quit() > > I can reproduce it, though. Actually this is not really a duplicate. It seems to happen sometimes for the reporter of THIS bug for me it's permanent. Maybe I understand it wrong. The shell always breaks on start. It always had problems with fullscreen windows but this is the worst bug/error I had. -- You are receiving this mail because: You are watching all bug changes.
