Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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

    What is metrics.dylib?

    SDK Help
    0
    5
    730
    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.
    • H
      Helper
      last edited by

      On 25/11/2017 at 06:06, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:    
      Platform:      
      Language(s) :

      ---------
      Hi! Just a quick question: We get a crash in metrics.dylib , probably caused by Python code. What kind of
      plugins does metrics.dylib  register? I have no clue, but knowing might give a hunch of what could have
      caused the crash.

      Thanks,
      -Niklas

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        On 27/11/2017 at 05:27, xxxxxxxx wrote:

        Hi Niklas,

        the metrics module contains the user participation (the statistics about usage of C4D, if the user agrees for them to be collected). Actually this module contains nothing a 3rd party developer could interact with.

        Can you provide us with some more details? Version of Cinema? A crash report or call stack?

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          On 27/11/2017 at 06:08, xxxxxxxx wrote:

          I only have the user crash report, he says he opened our plugin window and it crashed. Maybe this is
          a rare one. I'm surprised about the amount of CRITICAL messages in the log. I doubt that this many
          could originate from our plugin, seeing as

          (1) the user said it crashed right after opening the plugin
          (2) another crash the user reported was after longer usage of the plugin, and the report contains not a single Critical log entry

          Here's the one crash inside metrics.dylib

          _BugReport.txt (link to https://ufile.io/kehyl -- care, there's ads)

          1 Reply Last reply Reply Quote 0
          • H
            Helper
            last edited by

            On 28/11/2017 at 09:34, xxxxxxxx wrote:

            Hi Niklas,

            the CriticalStops are attempts to initialize a GeData with an unknown datatype with an ID below DA_CUSTOMDATATYPE. This may also happen, when setting (and by this initializing) an entry of a BaseContainer. Given the amount of installed 3rd party plugins, this may be a bit hard to track down.

            If I find anything regarding the crash in metrics module, I'll get back to you.

            1 Reply Last reply Reply Quote 0
            • H
              Helper
              last edited by

              On 28/11/2017 at 17:32, xxxxxxxx wrote:

              Thanks Andreas -- meanwhile I'll try other means to track it down. 🙂

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