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

    R23 plugin windows 10 error

    Cinema 4D SDK
    r23 c++ windows
    4
    7
    1.2k
    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.
    • mikeudinM
      mikeudin
      last edited by mikeudin

      Hello,
      I am currently trying to complete a plugin for R23 in Windows 10. After compiling the code I distributed the plugin to several people and they were able to successfully run the plugin with the exception of one person. The one exception gave this error.

      WARNING: Error loading file:///C:/Users/MyUser/AppData/Roaming/Maxon/Maxon Cinema 4D R23_DBA5903C/plugins/MyPlugin/R23/MyPlugin.xdl64: Could not load dll because of
        Could not load MSVCP140D.dll due to Windows System Error #126: The specified module could not be found. [win_dll.cpp(302)].
        Could not load VCRUNTIME140D.dll due to Windows System Error #126: The specified module could not be found. [win_dll.cpp(302)].
        Could not load ucrtbased.dll due to Windows System Error #126: The specified module could not be found. [win_dll.cpp(302)].. (file:///C:/Users/MyUser/AppData/Roaming/Maxon/Maxon Cinema 4D R23_DBA5903C/plugins/MyPlugin/R23/MyPlugin.xdl64) [win_dll.cpp(322)]
        Cause: Windows System Error #126: The specified module could not be found. [win_dll.cpp(316)] [general.cpp(401)]
      

      How can i fix that?

      Checkout my python tutorials, plugins, scripts, xpresso presets and more
      https://mikeudin.net

      1 Reply Last reply Reply Quote 0
      • r_giganteR
        r_gigante
        last edited by

        Hi @mikeudin , it's likely, looking at the log, you've compiled it in Debug mode. Please compile it in Release mode and see if it works on your customers machines.

        Best, R

        mikeudinM 1 Reply Last reply Reply Quote 0
        • mikeudinM
          mikeudin @r_gigante
          last edited by

          @r_gigante Ouch! thank you!

          Checkout my python tutorials, plugins, scripts, xpresso presets and more
          https://mikeudin.net

          1 Reply Last reply Reply Quote 0
          • A
            adam_k_garner
            last edited by adam_k_garner

            Hello @mikeudin! Did this happen to solve your issue?

            I have been working with Insydium on an xparticles load error on several Windows 10 machines, Even a basic maxon plug-in file will not load on my windows machines, and produces a similar error. Ticket escalated, but any info you have might be really helpful!

            Thanks!

            1 Reply Last reply Reply Quote 0
            • mikeudinM
              mikeudin
              last edited by

              @adam_k_garner sure it solved my issue

              Checkout my python tutorials, plugins, scripts, xpresso presets and more
              https://mikeudin.net

              1 Reply Last reply Reply Quote 0
              • A
                adam_k_garner
                last edited by adam_k_garner

                Awesome @mikeudin! Thanks for the info. Any idea why this ONE person had the issue on Windows 10?

                1 Reply Last reply Reply Quote 0
                • ManuelM
                  Manuel
                  last edited by Manuel

                  @adam_k_garner said in R23 plugin windows 10 error:

                  . Any idea why this ONE person had the issue on Windows 10?

                  I've move your other question to a new post. Let's try to fix your issue there if we can help
                  Cheers,
                  Manuel

                  MAXON SDK Specialist

                  MAXON Registered Developer

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