Mac dev Py3 / QT5 version - does not start

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Brutha
Posts: 221
Joined: Mon May 04, 2015 1:50 pm

Mac dev Py3 / QT5 version - does not start

Post by Brutha »

Hi All,

Was trying the FreeCAD_0.18-16079-OSX-x86_64-conda-Qt5-Py3.dmg version from the download page, but can't seem to get it to start. Nothing happens when I try to click the icon, if I try to run from spotlight, it says "Finder cannot open this application".

Using open from the command line I get:

Code: Select all

LSOpenURLsWithRole() failed for the application /Applications/FreeCAD.app with error -10810.
If I try to run the executable from within the package, I get the message below. Any ideas?

Cheers

Brutha

Code: Select all

FreeCAD 0.18, Libs: 0.18R16079 (Git)
© Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2019
  #####                 ####  ###   ####  
  #                    #      # #   #   # 
  #     ##  #### ####  #     #   #  #   # 
  ####  # # #  # #  #  #     #####  #   # 
  #     #   #### ####  #    #     # #   # 
  #     #   #    #     #    #     # #   #  ##  ##  ##
  #     #   #### ####   ### #     # ####   ##  ##  ##

/Applications/FreeCAD.app/Contents/MacOS/FreeCAD: line 3:   770 Abort trap: 6           $script_dir/Resources/bin/FreeCAD $@
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]
Brutha
Posts: 221
Joined: Mon May 04, 2015 1:50 pm

Re: Mac dev Py3 / QT5 version - does not start

Post by Brutha »

And should have mentioned I'm on Mojave 10.14.3!
User avatar
jmborer
Posts: 42
Joined: Thu Feb 28, 2019 5:39 pm
Location: Switzerland

Re: Mac dev Py3 / QT5 version - does not start

Post by jmborer »

Same for me.
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: Mac dev Py3 / QT5 version - does not start

Post by looo »

I guess this is still the first version I made. Please join this topic [1] and test this build [2]:

[1] https://forum.freecadweb.org/viewtopic. ... 50#p293468
[2] https://www.dropbox.com/sh/tcpg7xrvjdun ... Oteia?dl=0
Brutha
Posts: 221
Joined: Mon May 04, 2015 1:50 pm

Re: Mac dev Py3 / QT5 version - does not start

Post by Brutha »

OK, downloading now!
leonardshelby
Posts: 73
Joined: Sat Feb 24, 2018 6:09 pm

Re: Mac dev Py3 / QT5 version - does not start

Post by leonardshelby »

@looo Thanks for your work on mac OS releases! Your version from the dropbox link starts, but it still has the same freezing issues as the older .dmg builds on macOS 10.14.x.
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: Mac dev Py3 / QT5 version - does not start

Post by looo »

leonardshelby wrote: Wed Mar 13, 2019 5:00 pm freezing issues as the older .dmg builds on macOS 10.14.x.
maybe security settings of mac. I found this for qgis:
https://issues.qgis.org/issues/20381
Brutha
Posts: 221
Joined: Mon May 04, 2015 1:50 pm

Re: Mac dev Py3 / QT5 version - does not start

Post by Brutha »

looo wrote: Wed Mar 13, 2019 5:56 pm maybe security settings of mac. I found this for qgis:
https://issues.qgis.org/issues/20381
I think so, for some reason I cannot add the app to my accessibility list.

Will post in dev thread from now on!
Brutha
Posts: 221
Joined: Mon May 04, 2015 1:50 pm

Re: Mac dev Py3 / QT5 version - does not start

Post by Brutha »

Hmm, the following version is working fine on mine (well apart from SpaceNavigator support, but I guess thats just a compile flag or something) - I'm on Mojave 10.14.3:

Code: Select all

OS: macOS 10.14
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.16087 (Git)
Build type: Release
Branch: master
Hash: ec86db4bfbb1f7e165d0620cb4d85c2b9beb36bc
Python version: 3.7.1
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedKingdom (en_GB)
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: Mac dev Py3 / QT5 version - does not start

Post by looo »

Brutha wrote: Mon Mar 18, 2019 11:41 am Hmm, the following version is working fine on mine (well apart from SpaceNavigator support, but I guess thats just a compile flag or something) - I'm on Mojave 10.14.3:
This one here? https://github.com/FreeCAD/FreeCAD/blob ... s.txt#L950 I don't think it's possible to support this with conda-packages right now. There needs to be a package created for:
https://github.com/FreeSpacenav/libspnav

But I don't need this so I won't dive into this. If you feel like this is essential for you go ahead and create a conda-package for the library. Maybe it's also possible to make the library available for windows...
Post Reply