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
    • Recent
    • Tags
    • Users
    • Login

    Plugin not loading in 32bit Mac OSX

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 332 Views
    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 Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 26/10/2011 at 11:34, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   R12 
      Platform:    Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Howdy,

      Is there any reason why a plugin would not load when Cinema 4D R12 is run in 32 bit mode?
      The user is running Cinema 4D R12.048 on Mac OSX 10.6.8.

      He says it's not loading the plugin when running in 32bit mode, but I've checked it on both a 32bit machine and a 64bit machine with the "Open in 32-bit mode" option checked. Everything seems fine on all of my machines.

      What could be wrong?

      Adios,
      Cactus Dan

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

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 27/10/2011 at 08:21, xxxxxxxx wrote:

        Originally posted by xxxxxxxx

        <ADDRESS>
        User Information:
        Cinema 4D Version:   R12 
        Platform:    Mac  ; 
        Mac OSX  ; 
        Language(s) :    
        C++  ;

        ---------
        </ADDRESS> Howdy,
        Is there any reason why a plugin would not load when Cinema 4D R12 is run in 32 bit mode?
        The user is running Cinema 4D R12.048 on Mac OSX 10.6.8.
        He says it's not loading the plugin when running in 32bit mode, but I've checked it on both a 32bit machine and a 64bit machine with the "Open in 32-bit mode" option checked. Everything seems fine on all of my machines.
        What could be wrong?
        Adios,
        Cactus Dan

        A few things come to my mind:
        - There is only a limited amount of memory available in 32bit. If he uses other plugins that allocate a lot of mem (or if yours does too), there could be a out of mem

        - in 32 bit Quicktime and its plugins are running the same address space, making you vulnerable to memory trashers. We already had a problem in the past, where a memory trasher of the DivX codec crashed our installer (in 32 bits)... . You should check the system profiler output of the customer for 3rd party system extensions and QT codecs.

        - a 32 bit-only plugin uses the same ID as your plugin.

        Best regards,

        Wilfried

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

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 27/10/2011 at 09:00, xxxxxxxx wrote:

          Howdy,

          OK, thanks, Wilfried. I'll pass this information onto the customer. 😉

          Adios,
          Cactus Dan

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