Python Forum
Simple Code, "Video System not Initialized"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple Code, "Video System not Initialized"
#3
Try to put
if pygame.mixer.get_busy() != None:
before
for event in pygame.event.get():
Put the whole for loop in the if get_busy() block. I had the same error but for my MP3 player just yesterday and that fixed it. It can't get the event as it appears to not be initialized.
Reply


Messages In This Thread
RE: Simple Code, "Video System not Initialized" - by MegasXLR - May-25-2018, 01:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Thumbs Up [PyGame] Simple code for isometric 2D games ThePhi 1 15,331 Nov-17-2020, 12:58 PM
Last Post: mattwins

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020