flagflag  If you want to see English page, please click "English" Button at Left.
1: 2009-08-31 (月) 18:45:00 iseki ソース 現: 2009-08-31 (月) 18:52:51 iseki ソース
Line 1: Line 1:
- 19:03:35 - [CLIENT]: Client thread for Fumi Hax 751c1531-03b5-48a9-8f2d-51a0527be7ca crashed.  Logging them out.+*** オブジェクトのリスト更新でクラッシュ [#uac991e5] 
 +- Error Log 
 + 19:03:35 - [CLIENT]: Client thread for Fumi Hax 751c1531-03b5-48a9-8f2d-51a0527be7ca crashed.  Logging them out.
 19:03:35 - System.NullReferenceException: Object reference not set to an instance of an object  19:03:35 - System.NullReferenceException: Object reference not set to an instance of an object
  at OpenMetaverse.Packets.ParcelObjectOwners​ReplyPacket.get_Length () [0x00000]   at OpenMetaverse.Packets.ParcelObjectOwners​ReplyPacket.get_Length () [0x00000]
Line 13: Line 15:
  at OpenSim.Region.ClientStack.LindenUDP.LLC​lientView.ClientLoop () [0x00000]   at OpenSim.Region.ClientStack.LindenUDP.LLC​lientView.ClientLoop () [0x00000]
  at OpenSim.Region.ClientStack.LindenUDP.LLC​lientView.RunUserSession () [0x00000]   at OpenSim.Region.ClientStack.LindenUDP.LLC​lientView.RunUserSession () [0x00000]
 +
 +- OpenSim/Region/ClientStack/LindenUDP/LLP​acketHandler.cs
 +- QueuePacket() の item.Length = packet.Length; で例外発生
 +- ParcelObjectOwnersReplyPacket には get_Length() が実装されていないと言うこと?
 +- 原因不明だが,とりあえず,例外を catch して回避
 + private void QueuePacket(
 +         Packet packet, ThrottleOutPacketType throttlePacketType,
 +         Object id)
 + {
 +     LLQueItem item = new LLQueItem();
 +     item.Packet = packet;
 +     item.Incoming = false;
 +     item.throttleType = throttlePacketType;
 +     item.TickCount = Environment.TickCount;
 +     item.Identifier = id;
 +     item.Resends = 0;
 +     try {
 +         item.Length = packet.Length;
 +     }
 +     catch (Exception e) {
 +         item.Length = 0;
 +     }
 +     item.Sequence = packet.Header.Sequence;
 + 
 +     m_PacketQueue.Enqueue(item);
 +     m_PacketsSent++;
 + }


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 4月翌月
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
<今日>

オンライン状況

115 人のユーザが現在オンラインです。 (13 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 115

もっと...

アクセスカウンタ

今日 : 5029502950295029
昨日 : 1406514065140651406514065
総計 : 2334605123346051233460512334605123346051233460512334605123346051
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com