Jump to content

cura 2.7 will not run on Mac OS X 10.8.5


RoboDLC

Recommended Posts

Posted · cura 2.7 will not run on Mac OS X 10.8.5

A fresh install of cura 2.7 will not start on Mac OS X 10.8.5 running on a Core2 Duo MacBook.

When I open the app, nothing happens, no error no startup screen nothing.

Is there something that I'm missing?

Thanks,

DLC

  • Link to post
    Share on other sites

    Posted · cura 2.7 will not run on Mac OS X 10.8.5

    Could you share the logs? See https://github.com/ultimaker/cura#logging-issues

    There is nothing here:

    $User/Library/Application Support/cura//cura.log (OSX). So I tried running it on the command line and got the trace:

    Error in sys.excepthook:

    Traceback (most recent call last):

    File "", line 969, in _find_and_load

    File "", line 958, in _find_and_load_unlocked

    File "", line 673, in _load_unlocked

    File "", line 665, in exec_module

    File "", line 222, in _call_with_frames_removed

    File "/Users/ultimaker/build/2.7/build/inst/lib/python3.5/site-packages/cura/CrashHandler.py", line 10, in

    File "ExtensionLoader_PyQt5_QtCore.py", line 22, in

    File "ExtensionLoader_PyQt5_QtCore.py", line 14, in __bootstrap__

    File "/Users/ultimaker/build/env/2.7/inst/lib/python3.5/imp.py", line 342, in load_dynamic

    ImportError: dlopen(./lib/python3.5/PyQt5.QtCore.so, 2): Symbol not found: ___sincos_stret

    Referenced from: /Applications/Cura.app/Contents/MacOS/./libQt5Core.5.dylib

    Expected in: /usr/lib/libSystem.B.dylib

    in /Applications/Cura.app/Contents/MacOS/./libQt5Core.5.dylib

    Original exception was:

    Traceback (most recent call last):

    Traceback (most recent call last):

    File "/Users/ultimaker/build/env/2.7/inst/lib/python3.5/site-packages/cx_Freeze/initscripts/__startup__.py", line 12, in

    File "/Users/ultimaker/build/env/2.7/inst/lib/python3.5/site-packages/cx_Freeze/initscripts/Console.py", line 21, in

    File "/Users/ultimaker/build/2.7/build/inst/bin/cura_app.py", line 54, in

    File "/Users/ultimaker/build/2.7/build/inst/lib/python3.5/site-packages/cura/CuraApplication.py", line 4, in

    File "ExtensionLoader_PyQt5_QtNetwork.py", line 22, in

    File "ExtensionLoader_PyQt5_QtNetwork.py", line 14, in __bootstrap__

    File "/Users/ultimaker/build/env/2.7/inst/lib/python3.5/imp.py", line 342, in load_dynamic

    ImportError: dlopen(./lib/python3.5/PyQt5.QtNetwork.so, 2): Symbol not found: ___sincos_stret

    Referenced from: /Applications/Cura.app/Contents/MacOS/./libQt5Core.5.dylib

    Expected in: /usr/lib/libSystem.B.dylib

    in /Applications/Cura.app/Contents/MacOS/./libQt5Core.5.dylib

    Any clues here?

    Thanks,

    DLC

  • Link to post
    Share on other sites

    Posted (edited) · cura 2.7 will not run on Mac OS X 10.8.5

    Pff, not really. It seems to crash when trying to acces a function from a support library that we use.

    Did you also have issues with previous versions?

     

    Nope.  I have only run cura on my PC up until now.  My only laptop, for traveling demos is my Mac.  Cura 2.7 is the first version I have tried to install on it.

    Edit #1:

    I just tried cura 2.6.2 - Same thing happens.

    One more detail in both cases:

    Initially the "C" appears on the dash board as the OS verifies the install, then it warns me that this is the first time it has run an internet download of cura.  when I give the the "OK" it crashes silently, no error screen, no log file.  Every attempt to start it past that point is a silent crash.

    Edit #2:

    Cura 2.6.2 will open and run if I open the app container, go to MacOS and double click on "cura". A terminal window opens and tons of info and a few errors are thrown out. Then cura actually starts and asks me to define a printer.

    Cura 2.7 will NOT work if I go this path, I get a similar error as I posted above in its terminal window.

    Hopefully something I am saying helps.  Does no one else out there have this problem?

    Thanks,

    DLC

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · cura 2.7 will not run on Mac OS X 10.8.5

    I will uninstall for now. Maybe a later version will work. Or, maybe not so much on a Mac.

    Thanks all

  • Link to post
    Share on other sites

    Posted · cura 2.7 will not run on Mac OS X 10.8.5

    I have just downloaded Cura 2.7.0 onto my iMac running El Capitan (10.11.6) It would not run as has been mentioned in previous posts...

    I renamed 'Cura' to 'Cura 2' in the Applications folder and, voila, everything starts as it should.

    Don't know why but it's working so I'm delighted.

    Cheers,

    Dave

  • Link to post
    Share on other sites

    Posted · cura 2.7 will not run on Mac OS X 10.8.5

    Consider upgrading the Mac to 10.12, the current release.

    Cura 2.7 and previous run fine on my iMac, aside from criminally slow launching.

  • Link to post
    Share on other sites

    Posted · cura 2.7 will not run on Mac OS X 10.8.5

    I had the same issue on a MacBook Pro running OS X 10.12.6.

    Tried 2.7 and 2.6.2 with no luck.

    Then copied them to my apps folder and renamed them Cura2.7 and Cura 2.6.2 and both worked.

    Go figure?

  • Link to post
    Share on other sites

    Posted · cura 2.7 will not run on Mac OS X 10.8.5

    I have OS X 10.8.5.

    I have installed python and some libraries just to code with.

    This is the error I get trying to install the latest Cura

     

    Error in sys.excepthook:
    Traceback (most recent call last):
      File "<frozen importlib._bootstrap>", line 969, in _find_and_load
      File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
      File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
      File "<frozen importlib._bootstrap_external>", line 665, in exec_module
      File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
      File "/Users/ultimaker/build/3.6/build/inst/lib/python3.5/site-packages/cura/CrashHandler.py", line 17, in <module>
      File "ExtensionLoader_PyQt5_QtCore.py", line 22, in <module>
      File "ExtensionLoader_PyQt5_QtCore.py", line 14, in __bootstrap__
      File "/Users/ultimaker/build/env/3.6/inst/lib/python3.5/imp.py", line 342, in load_dynamic
    ImportError: dlopen(/Volumes/Ultimaker Cura-3.6.0-Darwin/Ultimaker Cura.app/Contents/MacOS/lib/python3.5/PyQt5.QtCore.so, 2): Symbol not found: ___sincos_stret
      Referenced from: /Volumes/Ultimaker Cura-3.6.0-Darwin/Ultimaker Cura.app/Contents/MacOS/libQt5Core.5.dylib
      Expected in: /usr/lib/libSystem.B.dylib
     in /Volumes/Ultimaker Cura-3.6.0-Darwin/Ultimaker Cura.app/Contents/MacOS/libQt5Core.5.dylib
     
    Original exception was:
    Traceback (most recent call last):
      File "/Users/ultimaker/build/env/3.6/inst/lib/python3.5/site-packages/cx_Freeze/initscripts/__startup__.py", line 12, in <module>
      File "/Users/ultimaker/build/env/3.6/inst/lib/python3.5/site-packages/cx_Freeze/initscripts/Console.py", line 21, in <module>
      File "/Users/ultimaker/build/3.6/build/inst/bin/cura_app.py", line 135, in <module>
      File "/Users/ultimaker/build/3.6/build/inst/lib/python3.5/site-packages/cura/CuraApplication.py", line 9, in <module>
      File "/Users/ultimaker/build/env/3.6/inst/lib/python3.5/site-packages/numpy/__init__.py", line 142, in <module>
      File "/Users/ultimaker/build/env/3.6/inst/lib/python3.5/site-packages/numpy/add_newdocs.py", line 13, in <module>
      File "/Users/ultimaker/build/env/3.6/inst/lib/python3.5/site-packages/numpy/lib/__init__.py", line 8, in <module>
      File "/Users/ultimaker/build/env/3.6/inst/lib/python3.5/site-packages/numpy/lib/type_check.py", line 11, in <module>
      File "/Users/ultimaker/build/env/3.6/inst/lib/python3.5/site-packages/numpy/core/__init__.py", line 34, in <module>
    ImportError: dlopen(/Volumes/Ultimaker Cura-3.6.0-Darwin/Ultimaker Cura.app/Contents/MacOS/lib/python3.5/numpy/core/umath.cpython-35-darwin.so, 2): Symbol not found: ___sincos_stret
      Referenced from: /Volumes/Ultimaker Cura-3.6.0-Darwin/Ultimaker Cura.app/Contents/MacOS/lib/python3.5/numpy/core/umath.cpython-35-darwin.so
      Expected in: /usr/lib/libSystem.B.dylib
     in /Volumes/Ultimaker Cura-3.6.0-Darwin/Ultimaker Cura.app/Contents/MacOS/lib/python3.5/numpy/core/umath.cpython-35-darwin.so
     
  • Link to post
    Share on other sites

    Posted · cura 2.7 will not run on Mac OS X 10.8.5
    3 minutes ago, DavesPlanet said:

    I have OS X 10.8.5.

    I have installed python and some libraries just to code with.

    This is the error I get trying to install the latest Cura

     

     

    Your macOS is too old to run the latest Cura version. Minimum requirement is 

    • Mac OSX 10.11 or higher, 64 bit

     

    And 10.11 is also sometimes too old (some users reported problems). 

     

    So update to a newer macOS (currently we have 10.14.2, so your 10.8.5 is really old) or use an older version of Cura.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 16 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...