Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse_card: can't find card 0 #44

Closed
lazywhite opened this issue Oct 12, 2017 · 1 comment
Closed

parse_card: can't find card 0 #44

lazywhite opened this issue Oct 12, 2017 · 1 comment

Comments

@lazywhite
Copy link


Traceback (most recent call last):
  File "deep_q_network.py", line 8, in <module>
    import wrapped_flappy_bird as game
  File "game/wrapped_flappy_bird.py", line 19, in <module>
    IMAGES, SOUNDS, HITMASKS = flappy_bird_utils.load()
  File "game/flappy_bird_utils.py", line 42, in load
    SOUNDS['die']    = pygame.mixer.Sound('assets/audio/die' + soundExt)
MemoryError

@lazywhite
Copy link
Author

I've solved this problem, I run this program on a server which doesn't have a sound card
use this command to get a fake sound card

modprobe snd_dummy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant