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
    • Register
    • Login
    1. Home
    2. j_uhlig
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    j_uhlig

    @j_uhlig

    0
    Reputation
    26
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    j_uhlig Unfollow Follow

    Latest posts made by j_uhlig

    • RE: Crash in ReadChunk()

      Hi Tom,

      I could confirm the issue!

      You can fix this in "c4d_fracturevoronoidata.h" line 52 like this:

      RootObject* _head = nullptr;

      Please let me know if this works for you.
      Cheers
      Jens

      posted in Cineware SDK
      J
      j_uhlig
    • RE: Crash in ReadChunk()

      Hi Tom,

      can you please try the following:

      • does it work if you load the same data from disk
      • can you try with LoadDocument(fn, SCENEFILTER::SCENEFILTER_OBJECTS | SCENEFILTER::SCENEFILTER_MATERIALS)
        And how did you load the file into memory?

      Cheers
      Jens

      posted in Cineware SDK
      J
      j_uhlig