ppb / pursuedpybear

A python game engine.
https://ppb.dev/
Artistic License 2.0
258 stars 98 forks source link

SDLmixererror when invoking ppb.run() #674

Closed ace510 closed 11 months ago

ace510 commented 2 years ago

consistently when I invoke ppb.run() it immediately throws a

ppb.systems.sdl_utils.SdlMixerError: Error calling Mix_Init: Failed loading ModPlug_Tell: The specified procedure could not be found. error

pathunstrom commented 2 years ago

This is due to a new dependency release. We'll resolve it before the next ppb release, but in the short term if you EDITED: pip install --upgrade pysdl-dll==2.0.20 you should be able to use it until it's all sorted.

ace510 commented 2 years ago

sadly, gave that a shot, getting (venv) PS C:\Users\ihclark\python-2022\Python-2022-9-30> pip install --upgrade pysdl-dll==2.022 ERROR: Could not find a version that satisfies the requirement pysdl-dll==2.022 (from versions: none) ERROR: No matching distribution found for pysdl-dll==2.022

pathunstrom commented 2 years ago

I typoed that very badly: pysdl2-dll==2.0.20. I tested this for a tutorial recently and it continues to work. Sorry about the misinformation.

ace510 commented 2 years ago

bless 👼🏻 worked a treat!