Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

xassetservice
BlueWall 2012-02-18 00:51:23 -05:00
commit 14e9bf894c
2 changed files with 4 additions and 1 deletions

View File

@ -75,7 +75,10 @@ namespace OpenSim.Region.Physics.OdePlugin
nativeLibraryPath = "lib32/ode.dll";
m_log.DebugFormat("[ODE PLUGIN]: Loading native Windows ODE library at {0}", nativeLibraryPath);
Util.LoadLibrary(nativeLibraryPath);
if (Util.LoadLibrary(nativeLibraryPath) == IntPtr.Zero)
m_log.ErrorFormat(
"[ODE PLUGIN]: Couldn't find native Windows ODE library at {0}", nativeLibraryPath);
}
// Initializing ODE only when a scene is created allows alternative ODE plugins to co-habit (according to

BIN
bin/lib64/ode.dll Executable file

Binary file not shown.