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

    Bug on the Commandline

    Cinema 4D SDK
    2
    5
    641
    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.
    • FSSF
      FSS
      last edited by

      Hi, i was converting Models on the commandline.exe when i encountered this bug.

      Its strange as the software was very stable, though running for quite a while

      [0_1653056938188_minidump.dmp](Uploading 100%) _BugReport.txt [0_1653056960741_minidump.zip](Uploading 100%) minidump.txt

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

        This is a Corona Render crash, unfortunately nothing we can help you solve, better ask the Corona Render team if they can reproduce it.

        Cheers,
        Maxime.

        MAXON SDK Specialist

        Development Blog, MAXON Registered Developer

        1 Reply Last reply Reply Quote 0
        • FSSF
          FSS
          last edited by

          This is rather strange, as i convert all the materials down to cinema4d Materials and set the Renderer to the standard renderer.

          def getDefaultRenderData(self , doc,  imageWidth=1024, imageHeigth=1024):
          	renderData = doc.GetActiveRenderData()
          	renderData[c4d.RDATA_SIZEUNIT] = c4d.RDATA_SIZEUNIT_PIXELS
          	renderData[c4d.RDATA_PIXELPRESET] = c4d.RDATA_PIXELPRESET_SQUARE
          	renderData[c4d.RDATA_XRES] = imageWidth
          	renderData[c4d.RDATA_YRES] = imageHeigth
          	renderData[c4d.RDATA_PIXELRESOLUTION] = imageHeigth
          	renderData[c4d.RDATA_RENDERENGINE] = c4d.RDATA_RENDERENGINE_STANDARD
          	return renderData
          

          The corona renderer is not involved except that there is a installation with a running out trial.

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

            Well with this crash report I can't say more, it's most likely Corona is doing some stuff in the background. If you really want it to be solved, the best way is to share the crash report and your script to Corona Render team. This way they could reproduce and they will contact us if this is something related to Cinema 4D, but looking at the exception I seriously doubt as the crash occurs in the Corona code base that does not make use of the Cinema 4D API.

            Cheers,
            Maxime.

            MAXON SDK Specialist

            Development Blog, MAXON Registered Developer

            1 Reply Last reply Reply Quote 1
            • FSSF
              FSS
              last edited by

              Thanks did report

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