AnirbanBanik1998 / Modern_Speak_and_Spell

GSoC 2018 project
MIT License
7 stars 4 forks source link

Unclear how to start the app #6

Open jadonk opened 6 years ago

jadonk commented 6 years ago

Instructions are hard to find how to launch the app. This was my best guess.

(env) jkridner@tupperware:~/Modern_Speak_and_Spell/Game/Game_launcher$ python3 run_launcher.py 
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map
AnirbanBanik1998 commented 6 years ago

These are some ALSA warnings...but harmless...I am working on improving the documentation more...but here you have run the correct script.

AnirbanBanik1998 commented 6 years ago

There were some issues with the run_launcher script...I will update the improvements soon