- This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forum › SOFA › Using SOFA › [SOLVED] error: Plugin not found:"SofaMiscForceFieldDev"
Tagged: 64_bits, CGALplugin, SOFA_1612, vs2015
Hi,guys
I built Sofa with the registration plugin successfully. When I had a test with ICPRegistration_ShapeMatching.scn in .\applications\plugins\Registration\examples. It reminded these errors:
[INFO] [SofaPython] Added 'F:/SOFA16.12/sofaproject/sofasrc/applications/plugins/image/python' to sys.path
[INFO] [SofaPython] Added 'F:/SOFA16.12/sofaproject/sofasrc/applications/plugins/Registration/python' to sys.path
[INFO] [SofaPython] Added 'F:/SOFA16.12/sofaproject/sofasrc/applications/plugins/SofaPython/python' to sys.path
[INFO] [PluginManager] Loaded plugin: F:/SOFA16.12/sofaproject/sofabuild/bin/Release/SofaPython.dll
[INFO] [PluginManager] Loaded plugin: F:/SOFA16.12/sofaproject/sofabuild/bin/Release/Registration.dll
[ERROR] [RequiredPlugin] Plugin not found: "SofaMiscForceFieldDev"
[ERROR] [DAGNode "source"] Object type "RotationFinder" creation Failed
[ERROR] [DAGNode "source"] Object type "ShapeMatchingForceField" creation Failed
[ERROR] [SceneLoaderXML] Node initialization failed.
I didn’t find any information about this SofaMiscForceFieldDev plugin. Can anyone give me some tips about that?
Thanks in advance!
Hi Lujain,
The scene you are running is depending on a private plugin “SofaMiscForceFieldDev” (due to the use of the component RotationFinder
). Since the plugin is not found, the component creation fails. This scene therefore does not make sens, since a scene in SOFA public should have no dependencies on any private plugin. I will fix this asap.
Thanks for the notice Lujain 😉
Best,
Hugo
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.