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

I believe Catalina has broken this #7

Closed
mendel-lee opened this issue Apr 21, 2020 · 3 comments
Closed

I believe Catalina has broken this #7

mendel-lee opened this issue Apr 21, 2020 · 3 comments

Comments

@mendel-lee
Copy link

I know that i'm way behind the 8-ball on putting this into my copy of 140 - as a result, attempting to install this has failed. Initial research into the error suggests that this is a MacOS Catalina issue, possibly because Catalina dropped support for 32-bit apps.

The exact error when attempting to run the package reads as thus:

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.
Traceback (most recent call last):
File "InstallerGUI.py", line 228, in
File "InstallerGUI.py", line 54, in init
File "InstallerGUI.py", line 185, in find_game
File "InstallerGUI.py", line 207, in commandLine
File "subprocess.py", line 856, in init
File "subprocess.py", line 1464, in _execute_child
OSError: [Errno 86] Bad CPU type in executable
[52202] Failed to execute script InstallerGUI

@Dalet
Copy link
Owner

Dalet commented Apr 21, 2020

The installer core is compiled in 32 bits indeed.
Can you please try this build?
speedrun-timer-installer_9a31bee4b2028c00d32f405b623f16a3e2f995d2_macOS.zip

@mendel-lee
Copy link
Author

that seems to have worked. Thanks!

Dalet added a commit that referenced this issue Apr 21, 2020
* use python 3.5.4 for windows (3.4.4 was removed from Azure)
* change macOS image to 10.14 (10.13 removed)
* upgrade python version for macOS
@Dalet
Copy link
Owner

Dalet commented Apr 22, 2020

New release (v1.1.1) including the fix:
https://github.com/Dalet/140-speedrun-timer/releases/latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants