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
This was the output upon first trying to run the game:
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/home/fienix/Downloads/Feggle-master/feggle.py", line 85, in
scoreFont=pygame.font.Font(fontPath,fontsize)
FileNotFoundError: [Errno 2] No such file or directory: 'Fonts/pixeled.ttf'
Exception: b"PortMidi: Bad pointer'" Exception ignored in: 'pypm.Output.__dealloc__' Exception: b"PortMidi: Bad pointer'"
Renaming /Fonts/Pixelated.ttf to "pixelated.ttf" fixes the issue and the game runs.
The text was updated successfully, but these errors were encountered:
This was the output upon first trying to run the game:
Renaming /Fonts/Pixelated.ttf to "pixelated.ttf" fixes the issue and the game runs.
The text was updated successfully, but these errors were encountered: