Comrad icon indicating copy to clipboard operation
Comrad copied to clipboard

Any other issues with mac installer?

Open marxzuckerburg opened this issue 3 years ago • 3 comments

@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.

marxzuckerburg avatar Sep 29 '20 06:09 marxzuckerburg

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 import pygame [2020-09-29 08:32:07,690] [MainThread ] [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 import pygame [2020-09-29 08:32:07,709] [MainThread ] STREAM b'IHDR' 16 13 [2020-09-29 08:32:07,709] [MainThread ] STREAM b'IDAT' 41 1216 [INFO ] [Text ] Provider: pil(['text_pygame'] ignored) [2020-09-29 08:32:07,710] [MainThread ] [Text ] Provider: pil(['text_pygame'] ignored) [CRITICAL] [App ] Unable to get a Window, abort. [2020-09-29 08:32:07,713] [MainThread ] [App ] Unable to get a Window, abort.

hawc2 avatar Sep 29 '20 12:09 hawc2

I think this might happen if you had something in "~/komrade" before it installed? Could you try deleting the "komrade" folder and then reinstalling?

marxzuckerburg avatar Sep 29 '20 12:09 marxzuckerburg

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 import pygame [2020-10-11 21:16:46,029] [MainThread ] [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 import pygame [2020-10-11 21:16:46,357] [MainThread ] STREAM b'IHDR' 16 13 [2020-10-11 21:16:46,358] [MainThread ] STREAM b'IDAT' 41 1216 [INFO ] [Text ] Provider: pil(['text_pygame'] ignored) [2020-10-11 21:16:46,358] [MainThread ] [Text ] Provider: pil(['text_pygame'] ignored) [CRITICAL] [App ] Unable to get a Window, abort. [2020-10-11 21:16:46,360] [MainThread ] [App ] Unable to get a Window, abort.

hawc2 avatar Oct 12 '20 01:10 hawc2