-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Snapshot 2019.12.04 from itch.io does not boot on macOS #2689
Comments
Thanks for the report! It seems like something went wrong with shipping the full set of libraries Tiled needs. When I try to launch the Tiled binary inside the bundle it complains about not finding QtNetwork, which is indeed missing. I have no idea at the moment what changed to cause this problem. I'll need to find some time to investigate. |
When trying to run through itch.io I get the following output in the Problem Report:
|
Hmm, this already affected Tiled 2019.11.26 as well, but 2019.11.20 is not affected. So it may have something to do with the update of Qt from 5.12.5 to 5.12.6. |
Just checking if the recent problem with launching Tiled on macOS is related to the Qt update. Issue #2689
Downgrading to Qt 5.12.5 did not fix it, so there's something else going wrong. :-/ |
Maybe it will tell us something about those missing libraries. Also downgraded the QTCREATOR_VERSION to get us even closer to the last working state. Issue #2689
Was fixed by the above commit. The following change in - - QTCREATOR_VERSION=4.10.1
+ - QTCREATOR_VERSION=4.10.2 Will need to investigate why before increasing that version number in the future. Edit: A fixed snapshot is available (version 2019.12.10). |
The version of Qbs shipping with Qt Cretor 4.10.2 somehow relates to a problem of missing libraries in the .app. Issue #2689
The snapshot in question is tied to #2685
Steps to reproduce:
Version: MacOS Catalina 10.15.1
The text was updated successfully, but these errors were encountered: