You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
After I used the method from the persons on github to fix a bug,I run the code again.But I found that it also can not work!The python shell tell me just like title: pygame.error: Failed loading libvorbisfile-3.dll:The specified module could not be found.Before the pygame.error,the python shell tell me the error is from the
File "C:\Minecraft-Pygame-main\game\sound\Sound.py", line 33, in initMusic
self.musicPlayer.load(self.MENU_MUSIC[musicNum])
File "C:\Minecraft-Pygame-main\main.py", line 398, in <module>
sound.initMusic(False)
I search a lot about this from the internet,but I found that they are all not useful.I really
did not know how to fix it!
Can you help me?
The text was updated successfully, but these errors were encountered:
After I used the method from the persons on github to fix a bug,I run the code again.But I found that it also can not work!The python shell tell me just like title:
pygame.error: Failed loading libvorbisfile-3.dll:The specified module could not be found.
Before the pygame.error,the python shell tell me the error is from theI search a lot about this from the internet,but I found that they are all not useful.I really
did not know how to fix it!
Can you help me?
The text was updated successfully, but these errors were encountered: