<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Suppress .dll loading error pop-up on Mobu 2025 startup / or... in MotionBuilder Forum</title>
    <link>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13797870#M3819</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14947253"&gt;@Ndgt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Yes we figured out that it cannot be done within the .mod file, so we're managing it in our startup script to handle sys.path and reload our module. We tried in multiple places and we concluded that it's the best to deal with it in our custom pipeline rather than a separate file (to deal with multiple users).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But maybe I quite don't understand what you've tested - basically we don't load from&amp;nbsp;&lt;SPAN&gt;C:\Program Files\Autodesk\MotionBuilder 2025\OpenRealitySDK\USD\ anymore, we only load our own USD which is built against USD 25.2. And with this, &lt;EM&gt;import pyfbusd&lt;/EM&gt; in &lt;EM&gt;pythonidelib_init.py&lt;/EM&gt; file always raises an error:&amp;nbsp;&lt;EM&gt;ImportError: DLL load failed while importing pyfbusd: The specified module could not be found.&lt;/EM&gt; Isn't it because of the internal USD dll version mismatch?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, thanks a lot for your swift reply. Have a good day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nayoung&lt;/P&gt;</description>
    <pubDate>Fri, 05 Sep 2025 07:26:40 GMT</pubDate>
    <dc:creator>nayoung.kimRAWN2</dc:creator>
    <dc:date>2025-09-05T07:26:40Z</dc:date>
    <item>
      <title>Suppress .dll loading error pop-up on Mobu 2025 startup / or...</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13794207#M3816</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We had to re-compile pyfbusd to use our custom USD plugins (Asset Resolvers, etc.) since our internal USD version is 25.5 instead of Mobu default 23.5. We can use it now inside Mobu. But there are some annoyance with the error messages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As Mobu wants to load all the default dlls in its default path (C:\Program Files\Autodesk\MotionBuilder 2025\bin\x64\extensions\fbUsdPlugin.dll), but due to the USD version conflict, it shows the error pop-up like the screenshot on the startup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can do some shady touching on Program Files which is really not an ideal solution. We tried to find a way to suppress this pop-up, but no success (with the flag when calling .exe).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any wise way to prevent this pop-up? Or any suggestions to handle those custom builds?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 08:40:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13794207#M3816</guid>
      <dc:creator>nayoung.kimRAWN2</dc:creator>
      <dc:date>2025-09-03T08:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress .dll loading error pop-up on Mobu 2025 startup / or...</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13796221#M3817</link>
      <description>&lt;P&gt;Actually we could remove the warning by renaming our plugin name inside of .mod as same as the original one (usd) and increase the version number higher than the default (which is 0.1). And now there's no C++ side issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yet, default pyfbusd.pyd wants to be loaded from the default sys path, so I'm looking into it how to prioritise our path first using .mod file.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 09:20:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13796221#M3817</guid>
      <dc:creator>nayoung.kimRAWN2</dc:creator>
      <dc:date>2025-09-04T09:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress .dll loading error pop-up on Mobu 2025 startup / or...</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13797233#M3818</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12624131"&gt;@nayoung.kimRAWN2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;A href="https://help.autodesk.com/view/MOBPRO/2025/ENU/?guid=MotionBuilder_SDK_DistributingUsingModules_ModuleDescriptionFiles_html&amp;amp;v=2026#:~:text=The%20location%20of%20the%20Python%20scripts%20will%20be%20added%20to%20the%20Python%20script%20search%20paths%2C%20and%20will%20be%20appended%20to%20sys.path%2C%20and%20the%20Python%20scripts%20found%20in%20this%20path%20will%20be%20loaded." target="_blank" rel="noopener"&gt;Developer Help - Module folder structure documentation&lt;/A&gt;&amp;nbsp;describes, Module Description Files simply add the specified directories to MotionBuilder’s module search paths. They do not seem to provide any mechanism to control the import priority of Python modules within &lt;EM&gt;sys.path.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By default, MotionBuilder’s &lt;EM&gt;MB/2025/config/pythonidelib_init.py&lt;/EM&gt;&amp;nbsp;already contains the import statements for the pyfbusd&amp;nbsp;module. In theory, one could modify or extend that script to change the import logic or priority, but the .mod&amp;nbsp;file itself cannot do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m not sure why recompiling the pyfbusd&amp;nbsp;module would be necessary. If the goal is simply to use a newer USD version, a more straightforward approach is to build the USD plugin sample (the pyfbusd&amp;nbsp;module and orUsdPlugin library) against your specific USD source. In my tests (with USD 24.11 built via vcpkg), this worked without any errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would that approach meet your needs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ndgt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 18:46:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13797233#M3818</guid>
      <dc:creator>Ndgt</dc:creator>
      <dc:date>2025-09-04T18:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress .dll loading error pop-up on Mobu 2025 startup / or...</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13797870#M3819</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14947253"&gt;@Ndgt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Yes we figured out that it cannot be done within the .mod file, so we're managing it in our startup script to handle sys.path and reload our module. We tried in multiple places and we concluded that it's the best to deal with it in our custom pipeline rather than a separate file (to deal with multiple users).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But maybe I quite don't understand what you've tested - basically we don't load from&amp;nbsp;&lt;SPAN&gt;C:\Program Files\Autodesk\MotionBuilder 2025\OpenRealitySDK\USD\ anymore, we only load our own USD which is built against USD 25.2. And with this, &lt;EM&gt;import pyfbusd&lt;/EM&gt; in &lt;EM&gt;pythonidelib_init.py&lt;/EM&gt; file always raises an error:&amp;nbsp;&lt;EM&gt;ImportError: DLL load failed while importing pyfbusd: The specified module could not be found.&lt;/EM&gt; Isn't it because of the internal USD dll version mismatch?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, thanks a lot for your swift reply. Have a good day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nayoung&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 07:26:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13797870#M3819</guid>
      <dc:creator>nayoung.kimRAWN2</dc:creator>
      <dc:date>2025-09-05T07:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress .dll loading error pop-up on Mobu 2025 startup / or...</title>
      <link>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13798050#M3820</link>
      <description>&lt;P&gt;I checked again and indeed I also get the same ImportError when importing pyfbusd module — I had overlooked that earlier, sorry about that.&lt;BR /&gt;It does seem to come from a version conflict (or maybe even a DLL name collision).&lt;/P&gt;&lt;P&gt;Good job handling it cleanly in your startup script and custom pipeline.&lt;/P&gt;&lt;P&gt;If you ever want to completely avoid loading the default MotionBuilder USD, removing or disabling pyfbusd.pyd, fbUsdPlugin.dll, and usd.mod could be an option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Ndgt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 09:53:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/motionbuilder-forum/suppress-dll-loading-error-pop-up-on-mobu-2025-startup-or/m-p/13798050#M3820</guid>
      <dc:creator>Ndgt</dc:creator>
      <dc:date>2025-09-05T09:53:29Z</dc:date>
    </item>
  </channel>
</rss>

