-
Notifications
You must be signed in to change notification settings - Fork 511
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
Cannot open solvespace.dmg on OSX #398
Comments
This comment has been minimized.
This comment has been minimized.
It's quite bizarre. |
Hello, Thank You for your helping, Merci ! Yes ! On macOS 10.14.5 I have
Thanks |
From the looks of it, each of Lines 134 to 137 in 5d78f99
As the vendored versions aren't working anymore, it might be better to remove the forced versioning, or update the versions. (Generally speaking, I'm not familiar with macos app distribution.) |
! Testers needed ! I have worked on Catalina support, and some macOS related fixes. I also updated the CI config so new installers can easily be built and released in the future. I have signed (and notarized) SolveSpace with my own personal developer certificate. This should install without any problems on macOS and i'd like to verify if that's really the case. https://github.com/vespakoen/solvespace/releases Note that I tagged it This PR adds the new CI config: #517 And the 3.0-vespakoen release is based on the latest commit on master (0472b9e) |
Please do not make an one-sided choice of version numbers to distribute builds of. There will be no 2.x releases after 2.3, and the branch you have built is a development build from the 3.x series. Calling it something like 3.0.vespakoen would have been much better. |
Ok I'll change that. I had to tag it with something to get the file out of travis, and that was the best I could come up with in that moment. |
Works for me on macOS 10.12.6! On first opening (after copying it to Edit: After messing around for a few minutes, it seems to be a solid build. Fast, too! Thanks! |
Thanks for the report! I didn't find psn anywhere in the source code though so I am not sure where it comes from. Glad the dmg / app is working though |
Could the psn thing be related to macOS opening on startup what it thinks the files that were opened the previous time? |
I don't think so, it looks like it could be loading a font or autosave
file, I tried to debug it just now but I cannot get it to trigger anymore.
will create a new user account and try it over there...
…On Fri, 29 Nov 2019 at 19:07, whitequark ***@***.***> wrote:
Could the psn thing be related to macOS opening on startup what it thinks
the files that were opened the previous time?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#398?email_source=notifications&email_token=AAGV4VMKIUP5HA56CEP7IILQWFK7DA5CNFSM4HJJPRDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFPL7NQ#issuecomment-559857590>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGV4VLN4CO7Y2VEUK6BHCLQWFK7DANCNFSM4HJJPRDA>
.
|
Runs on 10.15, with /-psn complaints. Maybe it's related to this question https://stackoverflow.com/questions/10242115/os-x-strange-psn-command-line-parameter-when-launched-from-finder ? Also for some reason locale doesn't match the system one, but this is minor issue. |
+1 Thanks @vespakoen, great build indeed! |
@vespakoen Thanks! :) |
I also made a new pre-release for macOS from the latest master branch which you can get over here: https://github.com/vespakoen/solvespace/releases/tag/3.0.0-alpha.4 Feedback & testing is appreciated! |
I'll try it on my old Macbook Air. I've never installed XCode or done any development on it other than Python, so my environment is not polluted ;-) |
So is this Angle using Metal? Or is OpenGL still there in the Big Sur beta? Is there a way to know? (Just curiosity on my part.) |
I am not sure, but I'll look into that and report back. |
I'm on Sierra 10.12.6 and it seem to work OK. Is it built as debug or release? With OpenMP or LTO? It does seem slow but this mac is slow compared to my desktop anyway. |
@ruevs Looks like OpenGL is still there: @vespakoen can we build Universal Binaries to run on Apple silicon? |
It is a Debug build without OpenMP (I will try to enable that soon, I've already added it to OpenCamLib's CMake in the past) |
The option is already there just add -DENABLE_OPENMP=yes and -DENABLE_LTO=yes to you cmake. LTO is probably a bad idea for debug builds that happen when we update a PR because it takes forever. |
There is a new edge build for macOS which from now on will always be up to date with whats on the master branch. https://github.com/solvespace/solvespace/releases/download/edge/SolveSpace.dmg |
Seems to be working good 👍 |
@vespakoen I think it's finally time to close this issue. Thank you so much for all you've done! |
Can confirm. edge release runs fine for me. (macos Mojave) |
We should close it when 3.0 is released and downloadable from the official site. |
@phkahler Added this to the 3.0 milestone so that we remember to close it and remove it from the pinned issues. |
System information : Mac Mojave 10.14.4
SolveSpace version: solvespace.dmg
Operating system: Mac
Expected behavior
What should have happened?
Actual behavior
Cannot open solvespace.dmg on OSX
Additional information
The text was updated successfully, but these errors were encountered: