Open marxzuckerburg opened 4 years ago
That worked, but now I get this error when I try to open the app
[2020-09-29 08:32:07,543] [MainThread ] [Factory ] 185 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_imageio, img_dds, img_pil (img_pygame, img_ffpyplayer, img_gif ignored)
[2020-09-29 08:32:07,576] [MainThread ] [Image ] Providers: img_tex, img_imageio, img_dds, img_pil (img_pygame, img_ffpyplayer, img_gif ignored)
[CRITICAL] [Window ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
pygame - ModuleNotFoundError: No module named 'pygame'
File "/Users/hawc/komrade/code/venv/lib/python3.7/site-packages/kivy/core/init.py", line 62, in core_select_lib
fromlist=[modulename], level=0)
File "/Users/hawc/komrade/code/venv/lib/python3.7/site-packages/kivy/core/window/window_pygame.py", line 13, in
I think this might happen if you had something in "~/komrade" before it installed? Could you try deleting the "komrade" folder and then reinstalling?
So I'm able to install it and open the application, but when it runs for the first time, I get an error with pygame, beginning around the lines below:
[INFO ] [KivyMD ] v0.104.1
[2020-10-11 21:16:44,090] [MainThread ] [KivyMD ] v0.104.1
[INFO ] [Factory ] 185 symbols loaded
[2020-10-11 21:16:44,092] [MainThread ] [Factory ] 185 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_imageio, img_dds, img_pil (img_pygame, img_ffpyplayer, img_gif ignored)
[2020-10-11 21:16:45,334] [MainThread ] [Image ] Providers: img_tex, img_imageio, img_dds, img_pil (img_pygame, img_ffpyplayer, img_gif ignored)
[CRITICAL] [Window ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
pygame - ModuleNotFoundError: No module named 'pygame'
File "/Users/hawc/comrad/code/venv/lib/python3.7/site-packages/kivy/core/init.py", line 62, in core_select_lib
fromlist=[modulename], level=0)
File "/Users/hawc/comrad/code/venv/lib/python3.7/site-packages/kivy/core/window/window_pygame.py", line 13, in
@hawc2 pointed out Komrade.app wasn't appearing in the Applications folder after using the mac installer, but I think I just fixed it. Any other issues with mac installer? If not, I'll close this in a few days.