1: 2010-05-23 (Sun) 21:15:51 admin  |
Cur: 2010-05-23 (Sun) 21:31:58 admin  |
| - | *** �G���[���b�Z�[�W [#t39177b7] | + | *** スカルプ+メッシュの起動時エラー [#a2222515] |
| | + | - Regionサーバ起動時に,OpenSim/Region/Physics/Meshing/Meshmerizer.cs の PrimMesher.SculptMesh() が例外を起こす. |
| | + | #br |
| | + | *** エラーメッセージ [#t39177b7] |
| | Exception: System.Exception: Caught exception processing byte arrays in SculptMap(): e: System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter] | | Exception: System.Exception: Caught exception processing byte arrays in SculptMap(): e: System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter] |
| | at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 | | at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 |
| | at OpenSim.Framework.Servers.BaseOpenSimServer.Startup () [0x00000] in <filename unknown>:0 | | at OpenSim.Framework.Servers.BaseOpenSimServer.Startup () [0x00000] in <filename unknown>:0 |
| | at OpenSim.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0 | | at OpenSim.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0 |
| | + | |
| | Application is terminating: True | | Application is terminating: True |
| | + | |
| | + | |
| | + | *** try catch [#b18f9608] |
| | + | - OpenSim/Region/Physics/Meshing/Meshmerizer.cs |
| | + | - PrimMesher.SculptMesh() |
| | + | |
| | + | - sculptMesh = new PrimMesher.SculptMesh((Bitmap)idata, sculptType, (int)lod, false, mirror, invert); |
| | + | + try { |
| | + | + sculptMesh = new PrimMesher.SculptMesh((Bitmap)idata, sculptType, (int)lod, false, mirror, invert); |
| | + | + } |
| | + | + catch (Exception ex) { |
| | + | + m_log.Error("[PHYSICS]: PrimMesher.SculptMesh() is error. Message = " + ex.Message); |
| | + | + return null; |
| | + | + } |