<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Can&#x27;t build my plugin&#x27;s Solution in Visual Studio 2019 after updating to C4D 2024.3.1]]></title><description><![CDATA[<p dir="auto">Hey guys,</p>
<p dir="auto"><em>I'm not sure exactly if this is a Visual Studio 2019 issue or a Cinema 4D issue...</em></p>
<p dir="auto">I've been working on my plugin for months now and throughout the plugin's development, I've updated from 2024.1.0 to 2024.3.1. None of the Cinema 4D updates have ever caused any problems in regards to my plugin development, until now.</p>
<p dir="auto">As of this morning, when building my solution in Visual Studio 2019, I get the error message: "Cinema 4D.exe has triggered a breakpoint."</p>
<p dir="auto">Visual Studio 2019 then opens a new tab named "<strong>No Symbols Loaded</strong>", which contains the message "<strong>application_opt.pdb not loaded</strong>".</p>
<p dir="auto">Additionally, right before the breakpoint is triggered, I noticed the following message being logged in Visual Studio 2019's "Output" window when building the solution:</p>
<pre><code>Forcing folder to be mounted as database (https://assets.maxon.net/assets/sdkdatabase.db) instead of nullptr

objectbase1.hxx(537): CRITICAL: Method net.maxon.interface.nimbusbase.GetGraphNodeFromBaseList@72780fd07b2bfeae not implemented by NimbusBaseStaticImpl (requested by file:///C:/Code/sdk/plugins/example.assets/example.assets.xdl64). [object_impl.cpp(913)]

Cinema 4D.exe has triggered a breakpoint.
</code></pre>
<p dir="auto">I have spent the last 1 hour and a half on Google reading StackOverflow threads and I have tried multiple things, none of which have resolved my problem.</p>
<p dir="auto">I have <em>not</em> made any changes to my code after updating Cinema 4D to 2024.3.0 and 2024.3.1. All I did was open Visual Studio 2019 and click "Local Windows Debugger" to launch Cinema 4D.</p>
<p dir="auto">Any insight or guidance would be immensely helpful. I wonder if I am the only one running into this issue since the latest update?</p>
<p dir="auto">Thank you!</p>
]]></description><link>http://developers.maxon.net/forum//topic/15395/can-t-build-my-plugin-s-solution-in-visual-studio-2019-after-updating-to-c4d-2024-3-1</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 10:48:50 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum//topic/15395.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Feb 2024 03:03:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can&#x27;t build my plugin&#x27;s Solution in Visual Studio 2019 after updating to C4D 2024.3.1 on Fri, 01 Mar 2024 17:40:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/ferdinand">@<bdi>ferdinand</bdi></a> Yay! Amazing. I can confirm that my solution builds without any problems in 2024.3.2.</p>
<p dir="auto">Big thanks to you and the dev team at Maxon! <img src="http://developers.maxon.net/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=0b8ddba251d" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
]]></description><link>http://developers.maxon.net/forum//post/73900</link><guid isPermaLink="true">http://developers.maxon.net/forum//post/73900</guid><dc:creator><![CDATA[sasha_janvier]]></dc:creator><pubDate>Fri, 01 Mar 2024 17:40:51 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t build my plugin&#x27;s Solution in Visual Studio 2019 after updating to C4D 2024.3.1 on Thu, 29 Feb 2024 16:23:08 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/sasha_janvier">@<bdi>sasha_janvier</bdi></a>,</p>
<p dir="auto">your core issue has been hot fixed in 2024.3.2. See our <a href="https://developers.maxon.net/forum/topic/15406/cinema-4d-2024-3-2-hotfix" target="_blank" rel="noopener noreferrer nofollow ugc">announcment</a> for details.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum//post/73878</link><guid isPermaLink="true">http://developers.maxon.net/forum//post/73878</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Thu, 29 Feb 2024 16:23:08 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t build my plugin&#x27;s Solution in Visual Studio 2019 after updating to C4D 2024.3.1 on Mon, 26 Feb 2024 13:42:12 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/sasha_janvier">@<bdi>sasha_janvier</bdi></a></p>
<p dir="auto">to answer the remaining topics:</p>
<blockquote>
<p dir="auto">In the SDK &gt; Assets folder, I am seeing 11 presets divided in multiple categories, .e.g "Model" (1 item), "Material" (4 items), "Scene" (1 item), "Node" (1 item), "Node Operator" (1 item) and "Image Media" (3 items). That said, I can confirm that the folder SDK &gt; C++ &gt; Asset API Examples is completely empty.</p>
</blockquote>
<p dir="auto">That is normal, that is how the SDK database should look like. The C++/Python sections are filled when you run some of our code examples.</p>
<blockquote>
<p dir="auto">My firewall has remained untouched and no VPNs or anti-virus/spyware software are blocking requests to <a href="http://maxon.net" target="_blank" rel="noopener noreferrer nofollow ugc">maxon.net</a>.</p>
</blockquote>
<p dir="auto">Hm, since you can actually load the SDK database, this makes sense. It is still odd that you have that database mounting error in your console. Are you sure that it only happens when debugging <code>2024.3.X</code>? Or does it also happen on older versions for you?</p>
<blockquote>
<p dir="auto">I wish I could revert back to 2024.2, but I guess I need to message Maxon's team support to do so?</p>
</blockquote>
<p dir="auto">I have sent you a download link via PM which should work. If it does not, yes, you would have to contact user support.</p>
<p dir="auto">PS: But when everything goes well the hotfix should be here quite soon.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum//post/73851</link><guid isPermaLink="true">http://developers.maxon.net/forum//post/73851</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Mon, 26 Feb 2024 13:42:12 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t build my plugin&#x27;s Solution in Visual Studio 2019 after updating to C4D 2024.3.1 on Sat, 24 Feb 2024 07:23:39 GMT]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/sasha_janvier">@<bdi>sasha_janvier</bdi></a> said in <a href="/forum/post/73840">Can't build my plugin's Solution in Visual Studio 2019 after updating to C4D 2024.3.1</a>:</p>
<blockquote>
<p dir="auto">I manually excluded/unchecked example.assets from my solution and rebuilt my solution and while this got rid of the "Forcing folder to be mounted as database (...assets/sdkdatabase.db) instead of nullptr" error, the objectbase1.hxx(537) error (which triggers a breakpoint), as well as the Symbol error are still there (the latter being expected I guess).</p>
</blockquote>
<p dir="auto">You must be doing something wrong then because I tripple checked that the SDK does not contain any other uses of <code>NimbusBaseInterface</code>. Removing <code>example.assets</code> will stop the error from showing up. Possible reasons for your ongoing problem could be:</p>
<ol>
<li>You did not properly exclude <code>example.assets</code> , there should be no module of that name in the modules section of the solution explorer.</li>
<li>You did not remove the binary. When you have compiled the solution before, and there is still the physical file <code>C:/Code/sdk/plugins/example.assets/example.assets.xdl64</code> on your disk, Cinema 4D will of course still load it when you just have set <code>C:/Code/sdk/plugins/</code> as its plugins/modules directory. Simply delete the file. If you want to be extra nice, you could also delete the whole <code>example.assets</code> folder and drag in a fresh one from your sdk.zip. Doing that would ensure that you also delete all build fragments and not only the binary. But that is not really necessary.</li>
</ol>
<p dir="auto">Will answer the remaining questions on Monday.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum//post/73842</link><guid isPermaLink="true">http://developers.maxon.net/forum//post/73842</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Sat, 24 Feb 2024 07:23:39 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t build my plugin&#x27;s Solution in Visual Studio 2019 after updating to C4D 2024.3.1 on Fri, 23 Feb 2024 23:15:29 GMT]]></title><description><![CDATA[<p dir="auto">Wow, thank you very much, <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/ferdinand">@<bdi>ferdinand</bdi></a>! This was extremely insightful and informative. I didn't know what <code>application_opt.pdb</code> was until I read your message. Thank you.</p>
<p dir="auto">I manually excluded/unchecked <code>example.assets</code> from my solution and rebuilt my solution and while this got rid of the <code>"Forcing folder to be mounted as database (...assets/sdkdatabase.db) instead of nullptr"</code> error, the <code>objectbase1.hxx(537)</code> error (which triggers a breakpoint), as well as the Symbol error are still there (the latter being expected I guess).</p>
<blockquote>
<p dir="auto">Do you see the SDK asset database in 2024.2?</p>
</blockquote>
<p dir="auto">In the <code>SDK &gt; Assets folder</code>, I am seeing 11 presets divided in multiple categories, .e.g "Model" (1 item), "Material" (4 items), "Scene" (1 item), "Node" (1 item), "Node Operator" (1 item) and "Image Media" (3 items).</p>
<p dir="auto"><img src="http://developers.maxon.net/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/26a0.png?v=0b8ddba251d" class="not-responsive emoji emoji-android emoji--warning" style="height:23px;width:auto;vertical-align:middle" title=":warning:" alt="⚠" /> That said, I can confirm that the folder <code>SDK &gt; C++ &gt; Asset API Examples</code> is completely empty.</p>
<blockquote>
<p dir="auto">Are you using any firewalls or VPNs that might restrict access to that URL?</p>
</blockquote>
<p dir="auto">My firewall has remained untouched and no VPNs or anti-virus/spyware software are blocking requests to <a href="http://maxon.net" target="_blank" rel="noopener noreferrer nofollow ugc">maxon.net</a>.</p>
<p dir="auto">For the time being, although inconvenient and dare I say a bit annoying, I can hit "Continue" in Visual Studio after the breakpoint is triggered.</p>
<p dir="auto">I wish I could revert back to 2024.2, but I guess I need to message Maxon's team support to do so?</p>
<p dir="auto">I guess I could also test with 2023, but that would be less than ideal.</p>
<p dir="auto">Thank you once again for everything, <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/ferdinand">@<bdi>ferdinand</bdi></a>. I really appreciate your assistance.</p>
]]></description><link>http://developers.maxon.net/forum//post/73840</link><guid isPermaLink="true">http://developers.maxon.net/forum//post/73840</guid><dc:creator><![CDATA[sasha_janvier]]></dc:creator><pubDate>Fri, 23 Feb 2024 23:15:29 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t build my plugin&#x27;s Solution in Visual Studio 2019 after updating to C4D 2024.3.1 on Fri, 23 Feb 2024 18:02:58 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/sasha_janvier">@<bdi>sasha_janvier</bdi></a>,</p>
<p dir="auto">thank you for bringing this to our attention. The main issue is here that we introduced an ABI incompatibility between 2024.2 and 2024.3. This will be hot fixed in the next weeks, in the mean time you can either not debug against 2024.3, exclude <code>example.assets</code> from your solution, or simply ignore the problem and hit continue (the green arrow in Visual Studio) once you hit the critical stop upon running a debug session. For details, please see our <a href="https://developers.maxon.net/forum/topic/15396/warning-unintentional-incompatibility-between-2024-2-and-2024-3-c-abi" target="_blank" rel="noopener noreferrer nofollow ugc">service announcement about the issue</a>.</p>
<h4>Your Questions</h4>
<blockquote>
<p dir="auto">Visual Studio 2019 then opens a new tab named "No Symbols Loaded", which contains the message "application_opt.pdb not loaded".</p>
</blockquote>
<p dir="auto">The error occurs in the binaries of Cinema 4D. Whenever you encounter a critical error, critical stop, or debug stop in a binary for which you do not have the source code or a symbols database, Visual Studio will open this window.</p>
<p dir="auto">When you do not have the symbols for a binary your are debugging, you will only see memory offsets in for example a call stack and not the symbols. I.e., not <code>Cinema 4D.exe!FancyClass.FancyFunction()</code> but <code>Cinema 4D.exe!00007ff7a8109709</code>. This is normal, we do not ship the symbol database of Cinema 4D (the <code>application_opt.pdb</code>) as this would give a deeper insight into our internal code base than we are willing to give.</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1708710338854-2f565d74-2b53-49af-8689-c1d7e8560a1a-image.png" alt="2f565d74-2b53-49af-8689-c1d7e8560a1a-image.png" class=" img-fluid img-markdown" /></p>
<blockquote>
<p dir="auto">Forcing folder to be mounted as database (<a href="https://assets.maxon.net/assets/sdkdatabase.db" target="_blank" rel="noopener noreferrer nofollow ugc">https://assets.maxon.net/assets/sdkdatabase.db</a>) instead of nullptr.</p>
</blockquote>
<p dir="auto">While I could reproduce the ABI problem, I could not reproduce this and I did a lot of testing of this with multiple SDKs today. This means that you failed to load the SDK asset database. Due to the ABI problem, it is currently not possible to truly test the Asset API examples in .3, but in .2 everything is working fine.<br />
<img src="/forum/assets/uploads/files/1708710930997-65c3d7f5-5836-40bf-918f-bf5690813eba-image-resized.png" alt="65c3d7f5-5836-40bf-918f-bf5690813eba-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">And since this is just the availability of an online resource, I would think that this is rather a problem on your side than a problem of 2024.3.</p>
<ul>
<li>Do you see the SDK asset database in 2024.2?</li>
<li>Are you using any firewalls or VPNs that might restrict access to that URL?</li>
<li>FYI: It is normal that your browser will tell you that access failed when you try to open <code>https://assets.maxon.net/assets/sdkdatabase.db</code> in the browser.</li>
</ul>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum//post/73836</link><guid isPermaLink="true">http://developers.maxon.net/forum//post/73836</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Fri, 23 Feb 2024 18:02:58 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t build my plugin&#x27;s Solution in Visual Studio 2019 after updating to C4D 2024.3.1 on Fri, 23 Feb 2024 11:29:46 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/sasha_janvier">@<bdi>sasha_janvier</bdi></a>,</p>
<p dir="auto">Thank you for reaching out to us. Just in case you are still working on this: You won't find here an answer on StackOverflow, and this is not a VisualStudio issue. You cannot do much on your own here, and I am 99% sure what the issue is. But I have to confirm my hunch first.</p>
<p dir="auto">I will come back today with a complete answer.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum//post/73833</link><guid isPermaLink="true">http://developers.maxon.net/forum//post/73833</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Fri, 23 Feb 2024 11:29:46 GMT</pubDate></item></channel></rss>