Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Symbol not found: ___chkstk_darwin

    Cinema 4D SDK
    r23 python c++
    2
    2
    526
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Danchyg1337D
      Danchyg1337
      last edited by

      Hello! Such error happens on Mac OS 10.13 High Sierra, Cinema 4D R23.
      661c3b06-69c2-4345-9635-ef1e5130b87c-image.png

      The plugin was written in C++. It happens in a funtion that calls python to get the machine ID. Something like this:

      value = os.popen("ioreg -rd1 -c IOPlatformExpertDevice | grep -E '(UUID)'").read().split()[-1][1:-1]
      

      Any ideas what might be the solution?

      1 Reply Last reply Reply Quote 0
      • M
        m_adam
        last edited by

        Cinema 4D R23 require at least mac os 10.14 and the most optimal is 10.15.
        In your case you need to update to 10.15.

        See Cinema 4D R23 Requierements.

        Cheers,
        Maxime.

        MAXON SDK Specialist

        Development Blog, MAXON Registered Developer

        1 Reply Last reply Reply Quote 0
        • First post
          Last post