Virtual-Universe / Virtual-Universe-Release

Stable release repository for the Virtual Universe Open Source Project Arm. For bleeding edge development code please see the Virtual-Universe/Virtual-Dev or the Virtual-Universe/Virtual-Universe-Early-Dev repository. Please use this repository for production level grids.
https://virtual-planets.org
7 stars 6 forks source link

Error #26

Closed LifeGold closed 8 years ago

LifeGold commented 8 years ago

Март 18 02:09:07 - [MESH]: prim: '4', exception decoding physical mesh: System.IO.FileNotFoundException: Could not load file or assembly 'ZLib.Net, Version=1.0.4.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: 'ZLib.Net, Version=1.0.4.1, Culture=neutral, PublicKeyToken=null' at Universe.Physics.Meshing.Meshmerizer.GenerateFromPrimMeshData (System.String primName, Universe.Framework.SceneInfo.PrimitiveBaseShape primShape, Vector3 size, UInt64 key) [0x006e7] in /home/virtu/Desktop/Development/Virtual-Dev/Universe/Physics/Meshing/Meshmerizer.cs:521

emperorstarfinder commented 8 years ago

change the name of zlib.net.dll file in the bin folder to ZLib.Net.dll and that error will go away. Linux is case sensitive in file names we are working on a permanent fix to this but that will resolve it temporarily until we can fix it.

Emperor Starfinder CEO/ Founder Core Developer Work Group leader Grid Architecture Development Work Group Second Galaxy Development Team

emperorstarfinder commented 8 years ago

This issue should now be resolved with Commit 9ff18af

Emperor Starfinder CEO/ Founder Core Developer Work Group leader Grid Architecture Development Work Group Second Galaxy Development Team

emperorstarfinder commented 8 years ago

Closing as this issue is now fixed