Happy new year !<br><br>One other thing what seems to trigger ode crashes seem to faulty meshes, you can reconize these from opensim log lines like:<br><br>10:49:19 - [MESH]: no recognized physics mesh found in mesh asset<br>
<br>11:06:40 - [MESH]: asset data is zero length<br><br>06:40 - [MESH]: experimental mesh proxy generation for defaultMesh/9af57c73-8ef4-42f1-9415-46e8491213cd<br><br>Try to find these inworld and delete them. On my box the ode crashes were less fequent after deleting those.<br>
<br>The case with the libode is that it does not seem to be compatible with some systems luckely most system already have a libode in their repo why not use that libode ? <br>I am using a git version, not the diva. Could be that some recent updates on the odescene also prevent some crashes.<br>
<br>Op zaterdag 31 december 2011 schreef Klaus-E. Klingner (<a href="mailto:klingner@silverday.de">klingner@silverday.de</a>) het volgende:<br>> <sigh> I have to correct myself. The world just crashed again with exactly the same error :(<br>
><br>> Regards,<br>><br>> Klaus<br>><br>> On 31.12.2011 18:19, Klaus-E. Klingner wrote:<br>><br>> Hallo,<br>><br>> thank you for the tip. However it did not fix the problem :/ I still got the same crash. However I noticed that the ode-file in the physics folder of DIVA is different from the one in the original OpenSim 0.72-download. I copied that over, started the world and that seems to have done the trick. Now I just have to figure out a way to one of the sims that suddenly disappeared :/<br>
><br>> Regards and a happy and a happy new year,<br>><br>> Klaus<br>><br>><br>> Additional remark:<br>><br>> To install the libode on SuSe you have to add the OpenSuSE-Gamerepository with<br>><br>
> zypper addrepo <a href="http://download.opensuse.org/repositories/games/openSUSE_11.4/">http://download.opensuse.org/repositories/games/openSUSE_11.4/</a> opensuse-games-x86_64<br>><br>> and then install libode using<br>
><br>> zypper install libode1<br>><br>> On 31.12.2011 16:57, M.E. Verhagen wrote:<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>><br>><br>> _______________________________________________<br>
> Opensim-users mailing list<br>> <a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>> <a href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
>