Open AsserHalim opened 2 months ago
Are you receiving this error on an unmodified fetch of the main branch? mixer is normally initialized automatically by pygame.init() which is called first thing in the Game class initialization. I haven't been able to recreate this error on a fresh instance of the main branch.
Are you receiving this error on an unmodified fetch of the main branch? mixer is normally initialized automatically by pygame.init() which is called first thing in the Game class initialization. I haven't been able to recreate this error on a fresh instance of the main branch.
I am getting it in the main from the main project repo on github.
Describe the bug
Bug Description
The error (pygame.error: mixer not initialized) appears when running the main file.
Expected Behavior
It is expected to run the code without errors.
Version
0.1.0
Which aspect(s) of the project is this bug affecting?
area: dependencies, game-playtesting
Screenshots
Relevant log output
Code of Conduct