File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -851,8 +851,8 @@ void Physics::Configure(const Entity &_entity,
851
851
physics::FeaturePolicy3d>>();
852
852
if (classNames.empty ())
853
853
{
854
- gzerr << " No physics plugins found in library [ " << pathToLib << " ]. "
855
- << std::endl;
854
+ gzerr << " No physics plugins implementing required interface found in "
855
+ << " library [ " << pathToLib << " ]. " << std::endl;
856
856
return ;
857
857
}
858
858
Original file line number Diff line number Diff line change @@ -127,6 +127,12 @@ that path to the environment variable as described above.
127
127
There was some problem loading that file. Check that it exists, that you have
128
128
permissions to access it, and that it's acually a physics engine plugin.
129
129
130
+ > No physics plugins implementing required interface found in library
131
+ > [ /home/physics_engines/libCustomEngine.so]
132
+
133
+ The library was found but none of the plugins in the library implement the
134
+ required interface to be considered a physics plugin.
135
+
130
136
> No plugins with all required features found in library
131
137
> [ /home/physics_engines/libCustomEngine.so]
132
138
You can’t perform that action at this time.
0 commit comments