-
Notifications
You must be signed in to change notification settings - Fork 14
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
Black screen! #8
Comments
➜ NFT ./photomosaic-maker-3.3-macos-x64
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning. |
Interesting. The macOS version is not really tested as I don't own a Mac machine. I'll investigate this. |
@hanzhi713 I can try your pre-releases on the Mac if you want. Just attach them here and I'll send the result. |
It seems that the Tkinter that comes with macOS has some serious problems (see https://www.python.org/download/mac/tcltk/). My app is built with Python 3.7 and it will use the system supplied Tkinter. Give me a day or two and let me try with Python 3.9 build and see if it works. |
Try this Python 3.9 build: https://github.com/hanzhi713/image-collage-maker/releases/tag/v3.4 |
This one: photomosaic-maker-3.4-macos-x64.3-macos-x64 resulted this -> ./photomosaic-maker-3.4-macos-x64.3-macos-x64
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning. Any option/flag we could add to see the stack trace for debugging purposes? |
The terminal should show stack trace if there's any |
Then no, the only log was that |
Can you try the macos 11 build? https://github.com/hanzhi713/image-collage-maker/releases/tag/v3.4-macos11 |
Ok. Let me see if I can borrow a MacBook running macos 12 to reproduce this. |
Unfortunately, my binaries only support x86-64 architecture. M1 is on ARM64 I believe. |
If you compile from source, lapjv can work. The lapjv binaries also assume x64 architecture. |
This will be helpful, but it's not for M1. Still, I can try to start providing macOS 12 builds. |
Thank you, however lapjv doesn't seems to be support to be built on m1 either... :/ |
v3.3
![Screen Shot 2022-01-16 at 12 11 02](https://user-images.githubusercontent.com/2296754/149659404-32c69dab-5d14-4736-af98-204f80c36680.png)
The text was updated successfully, but these errors were encountered: