-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coding Error: in _GetPluginForType at line 147 of F:\xxxxxx -- Failed to find plugin for ArDefaultResolver #1788
Comments
Filed as internal issue #USD-7246 |
I get the same error in Windows 10, but only when the DLLs/plugins are in non-ASCII path. |
Just want to leave repo steps that I found (i created my install in a folder called USD-install)
and here is the program (MinimalUSD.cpp):
if you run the program you see:
|
turns out I was missing all the plugins, in the USD-install folder /plugin/usd i copied that plugInfo.json to a new resources folder i put at the .exe level and then in the lib folder there is an internal /lib/usd folder, which i copied up /lib/usd up to the .exe level (so that at the usd folder is at the .exe level) and then it all worked |
@yosmo78 it doesn't work UPD |
It sounds like this issue is well explored and several resolutions discussed. Please feel free to open a new issue if necessary. |
Fixes #1788 (Internal change: 2261655)
Please fix version string, and Previously in output dir folder
this was how it worked, however it seems
so the directory structure should change. |
Description of Issue
when i use
auto stage = pxr::UsdStage::Open(xxx.usda);
in my project.
it occurs Coding Error: in _GetPluginForType at line 147 of F:\000USDFINALSTANDARD\USD22\SOURCE\USD-release\pxr\usd\ar\resolver_v2.cpp -- Failed to find plugin for ArDefaultResolver.
Steps to Reproduce
System Information (OS, Hardware)
WINDOWS10
Package Versions
USD22
Build Flags
The text was updated successfully, but these errors were encountered: