<br><br><br><br>I had the same sort of ode crashes, i installed ode on my system with 'yum install ode' and deleted the libode.so from the opensim bin dir, after wich i simlinked the lib to make sure opensim uses it. I also downloaded <a href="https://github.com/downloads/justincc/opensim/libode.so-x86_64.so">https://github.com/downloads/justincc/opensim/libode.so-x86_64.so</a>, and the crashes stopped.<br>
<br><br><br>On suse this would something like these commands:<br><br>yum install libode<br><br>cd /opt/opensim/diva-r16915/bin<br><br>wget <a href="https://github.com/downloads/justincc/opensim/libode.so-x86_64.so">https://github.com/downloads/justincc/opensim/libode.so-x86_64.so</a><br>
<br>rm libode.so<br><br>rm libode-x86_64.so<br><br>mv <a href="http://libode.so-x86_64.so">libode.so-x86_64.so</a> libode-x86_64.so<br><br>ln /usr/lib64/libode.so.1.1.1 libode.so<br><br><br>I am not sure if there is a libode.so.1.1.1, it could named differently, but just symlink it.<br>
In theory the symlink is not needed, but it cannot hurt.<br>