You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build Tool: The build was performed with the emscripten option.
Error Message: When running the project, I encountered the following error while loading certain plugins:
Coding Error: in _FindAndInstantiateDiscoveryPlugins at line 928 of /mnt/d/USD/pxr/usd/ndr/registry.cpp - Failed verification: 'pluginFactory'
Error Screenshots
Environment Information
Operating System: Windows 11
Build Tool: emscripten
Build Command: As mentioned above
Problem Description
During the build and runtime, the system throws an error in the _FindAndInstantiateDiscoveryPlugins function in the registry.cpp file, indicating a failed verification of the plugin factory. This error occurs when loading materials and affects the overall rendering performance.
I would appreciate any guidance or solutions to resolve this issue.
Additional Information
All dependencies and build environments have been checked and verified to be correct.
The same build method does not produce similar issues in other branches.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
Description of Issue
Hello,
I encountered an issue while building and running the
adsk/feature/wasm
branch of the USD project. Here are the details:Build Command: I used the following command for building:
Build Tool: The build was performed with the
emscripten
option.Error Message: When running the project, I encountered the following error while loading certain plugins:
Error Screenshots
Environment Information
Problem Description
During the build and runtime, the system throws an error in the
_FindAndInstantiateDiscoveryPlugins
function in theregistry.cpp
file, indicating a failed verification of the plugin factory. This error occurs when loading materials and affects the overall rendering performance.I would appreciate any guidance or solutions to resolve this issue.
Additional Information
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: