Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Comet server] Mod Tools chatlog problem

Initiate Mage
Joined
May 28, 2017
Messages
1
Reaction score
0
Comet Server 1.2.1-ALPHA1
When I open roomchatlog, i'm disconnect.

Client error log:
sent_msg_time=1496074828213 .
error_desc=Failed to parse incoming message using_-08k::_-WS .
start_time=1496074799908 .
error_cat=2030 .
in_room=true .
error_data=null .
rece_msg_time=1496074828259 .
debug=ost ** Port: 3000 ** Connected in 2 ** Connected with 1 attempts ** Library url ht tp://localhost/swf/gordon/PRODUCTION-201602082203-712976078/shirt_M_vneck.swf ** Library name shirt_M_vneck ** Room id: 1 ** Canvas count: 1 ** :3287,R:3315,R:2267,R:839,S:3994,R:560,R:3410,R:889,S:2830,S:1327,R:3315,R:1083,R:1509,R:945,R:747,R:3582,R:2940,R:1083,S:992,R:150,R:2267,S:992,R:150 ** Memory usage: 112 MB .
agent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36 OPR/45.0.2552.812 .
last_room=1 .
host=localhost .
click_target=chatlog_but: [Window _-2Bc::RegionController chatlog_but 293] .
is_fatal=true .
port=3000 .
crash_time=1496074828262 .
system=A=t&SA=t&SV=t&EV=t&MP3=t&AE=t&VE=t&ACC=t&PR=t&SP=f&SB=f&DEB=f&V=WIN%2025%2C0%2C0%2C171&M=Google%20Pepper&R=1600x900&COL=color&AR=1.0&OS=Windows%207&ARCH=x86&L=ru&IME=t&PR32=t&PR64=f&PT=PlugIn&AVD=f&LFD=f&WD=f&TLS=t&ML=5.1&DP=72 .
mouse_up_target=chatlog_but: [Window _-2Bc::RegionController chatlog_but 293] .
error_ctx=11000000000 .
mouse_up_time=1496074828193 .
flash_version=WIN 25,0,0,171 .
avg_update=53 .
click_time=1496074828213 .

_-WS class:
Code:
package §_-08k§
{
   import §_-1Z6§.§_-165§;
   import §_-1Z6§.§_-5Mc§;
   import §_-4a4§.ChatRecordData;
   
   public class §_-WS§ implements §_-165§
   {
       
      
      private var §_-0J5§:ChatRecordData;
      
      public function §_-WS§()
      {
         super();
      }
      
      public function flush() : Boolean
      {
         return true;
      }
      
      public function parse(k:§_-5Mc§) : Boolean
      {
         this.§_-0J5§ = new ChatRecordData(k);
         return true;
      }
      
      public function get data() : ChatRecordData
      {
         return this.§_-0J5§;
      }
   }
}

How to fix this?
 
Last edited:
Back
Top