OpenSim/Bugs/crash region server with sculpt and mesh
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*** スカルプ+メッシュの起動時エラー [#a2222515]
- Regionサーバ起動時に,OpenSim/Region/Physics/Meshing/Me...
*** エラーメッセージ [#t39177b7]
Exception: System.Exception: Caught exception processing...
at System.Drawing.GDIPlus.CheckStatus (Status status) [...
at System.Drawing.Bitmap.GetPixel (Int32 x, Int32 y) [0...
at (wrapper remoting-invoke-with-check) System.Drawing....
at PrimMesher.SculptMap..ctor (System.Drawing.Bitmap bm...
at PrimMesher.SculptMap..ctor (System.Drawing.Bitmap bm...
at PrimMesher.SculptMesh._SculptMesh (System.Drawing.Bi...
at PrimMesher.SculptMesh..ctor (System.Drawing.Bitmap s...
at OpenSim.Region.Physics.Meshing.Meshmerizer.CreateMes...
at OpenSim.Region.Physics.Meshing.Meshmerizer.CreateMes...
at OpenSim.Region.Physics.OdePlugin.OdeScene.AddPrimSha...
at OpenSim.Region.Framework.Scenes.SceneObjectPart.Appl...
at OpenSim.Region.Framework.Scenes.SceneObjectGroup.App...
at OpenSim.Region.Framework.Scenes.SceneObjectGroup.Att...
at OpenSim.Region.Framework.Scenes.SceneGraph.AddSceneO...
at OpenSim.Region.Framework.Scenes.SceneGraph.AddRestor...
at OpenSim.Region.Framework.Scenes.Scene.AddRestoredSce...
at OpenSim.Region.Framework.Scenes.Scene.LoadPrimsFromS...
at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework....
at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework....
at OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPl...
at OpenSim.OpenSimBase.StartupSpecific () [0x00000] in ...
at OpenSim.OpenSim.StartupSpecific () [0x00000] in <fil...
at OpenSim.Framework.Servers.BaseOpenSimServer.Startup ...
at OpenSim.Application.Main (System.String[] args) [0x0...
Application is terminating: True
*** try catch [#b18f9608]
- OpenSim/Region/Physics/Meshing/Meshmerizer.cs
- PrimMesher.SculptMesh()
- sculptMesh = new PrimMesher.SculptMesh((Bitmap)id...
+ try {
+ sculptMesh = new PrimMesher.SculptMesh((Bitma...
+ }
+ catch (Exception ex) {
+ m_log.Error("[PHYSICS]: PrimMesher.SculptMesh...
+ return null;
+ }
終了行:
*** スカルプ+メッシュの起動時エラー [#a2222515]
- Regionサーバ起動時に,OpenSim/Region/Physics/Meshing/Me...
*** エラーメッセージ [#t39177b7]
Exception: System.Exception: Caught exception processing...
at System.Drawing.GDIPlus.CheckStatus (Status status) [...
at System.Drawing.Bitmap.GetPixel (Int32 x, Int32 y) [0...
at (wrapper remoting-invoke-with-check) System.Drawing....
at PrimMesher.SculptMap..ctor (System.Drawing.Bitmap bm...
at PrimMesher.SculptMap..ctor (System.Drawing.Bitmap bm...
at PrimMesher.SculptMesh._SculptMesh (System.Drawing.Bi...
at PrimMesher.SculptMesh..ctor (System.Drawing.Bitmap s...
at OpenSim.Region.Physics.Meshing.Meshmerizer.CreateMes...
at OpenSim.Region.Physics.Meshing.Meshmerizer.CreateMes...
at OpenSim.Region.Physics.OdePlugin.OdeScene.AddPrimSha...
at OpenSim.Region.Framework.Scenes.SceneObjectPart.Appl...
at OpenSim.Region.Framework.Scenes.SceneObjectGroup.App...
at OpenSim.Region.Framework.Scenes.SceneObjectGroup.Att...
at OpenSim.Region.Framework.Scenes.SceneGraph.AddSceneO...
at OpenSim.Region.Framework.Scenes.SceneGraph.AddRestor...
at OpenSim.Region.Framework.Scenes.Scene.AddRestoredSce...
at OpenSim.Region.Framework.Scenes.Scene.LoadPrimsFromS...
at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework....
at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework....
at OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPl...
at OpenSim.OpenSimBase.StartupSpecific () [0x00000] in ...
at OpenSim.OpenSim.StartupSpecific () [0x00000] in <fil...
at OpenSim.Framework.Servers.BaseOpenSimServer.Startup ...
at OpenSim.Application.Main (System.String[] args) [0x0...
Application is terminating: True
*** try catch [#b18f9608]
- OpenSim/Region/Physics/Meshing/Meshmerizer.cs
- PrimMesher.SculptMesh()
- sculptMesh = new PrimMesher.SculptMesh((Bitmap)id...
+ try {
+ sculptMesh = new PrimMesher.SculptMesh((Bitma...
+ }
+ catch (Exception ex) {
+ m_log.Error("[PHYSICS]: PrimMesher.SculptMesh...
+ return null;
+ }
ページ名: