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

Any other issues with mac installer? #38

Open
marxzuckerburg opened this issue Sep 29, 2020 · 3 comments
Open

Any other issues with mac installer? #38

marxzuckerburg opened this issue Sep 29, 2020 · 3 comments
Labels
installation Relating to installation mac technical Technical issue

Comments

@marxzuckerburg
Copy link
Contributor

@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 marxzuckerburg added technical Technical issue installation Relating to installation mac labels Sep 29, 2020
@hawc2
Copy link

hawc2 commented Sep 29, 2020

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.

@marxzuckerburg
Copy link
Contributor Author

marxzuckerburg commented Sep 29, 2020

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

@hawc2
Copy link

hawc2 commented Oct 12, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation Relating to installation mac technical Technical issue
Projects
None yet
Development

No branches or pull requests

2 participants