collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: 1.06: Chat dimension changes  (Read 20870 times)

0 Members and 1 Guest are viewing this topic.

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
1.06: Chat dimension changes
« on: December 11, 2009, 03:22:30 pm »
Ok i know its still TestLive, but it doesnt hurt to be one step ahead for the patch to go live ;)

I didnt do much resource on last time it changed (1.05) so i dont have the knowledge to get make the changes without help or hints.

The error i get is:

Quote
Bebot [2009-12-11 14:04:15]     [LOGIN] [STATUS]        Authenticating

Warning: unpack(): Type n: not enough input, need 2, have 0 in D:\Path\Sources\AOChat.php on line 508

Warning: array_pop(): The argument should be an array in D:\Path\Sources\AOChat.php on line 509

Warning: unpack(): Type N: not enough input, need 4, have 0 in D:\Path\Sources\AOChat.php on line 513

Warning: array_pop(): The argument should be an array in D:\Path\AOChat.php on line 514

Unsupported rpcpacket type (in, )

Warning: RPC_UNIVERSE_CHALLENGE: Error in logininfo, [ServerSeed:] [Username:NICK] [Password:10] in D:\Path\Sources\AOChat.php on line 701
Bebot [2009-12-11 14:04:15]     [CONN]  [ERROR] Failed authenticating to server.
Retrying in 60 seconds.
The bot is restarting.
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: 1.06: Chat dimension changes
« Reply #1 on: December 11, 2009, 03:22:52 pm »
Whats on the line:


Quote
Warning: unpack(): Type n: not enough input, need 2, have 0 in D:\Path\Sources\AOChat.php on line 508
Code: [Select]
$temparray = unpack("n",$data);

Quote
Warning: array_pop(): The argument should be an array in D:\Path\Sources\AOChat.php on line 509
Code: [Select]
$len = array_pop($temparray);
Quote
Warning: unpack(): Type N: not enough input, need 4, have 0 in D:\Path\Sources\AOChat.php on line 513
Code: [Select]
$temparray = unpack("N", $data);
Quote
Warning: array_pop(): The argument should be an array in D:\Path\AOChat.php on line 514
Code: [Select]
$type  = array_pop($temparray);
Quote
Unsupported rpcpacket type (in, )
Code: [Select]

Quote
Warning: RPC_UNIVERSE_CHALLENGE: Error in logininfo, [ServerSeed:] [Username:NICK] [Password:10] in D:\Path\Sources\AOChat.php on line 701
Code: [Select]
trigger_error("RPC_UNIVERSE_CHALLENGE: Error in logininfo, [ServerSeed:".$this->serverseed."] [Username:".$this->username."] [Password:". strlen($this->password)."]",E_USER_WARNING);
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Shakor

  • BeBot User
  • **
  • Posts: 45
  • Karma: +0/-0
AoC and patch 1.06
« Reply #2 on: December 14, 2009, 09:56:29 am »
Hi,

We tested the bot out on Testlive and seems they changed the login seed again...

Code: [Select]
Bot [LOGIN] [STATUS]        Authenticating
Warning: unpack(): Type n: not enough input, need 2, have 0 in /home/bebot/bebotTL/Sources/AOChat.php on line 508
Warning: array_pop(): The argument should be an array in /home/bebot/bebotTL/Sources/AOChat.php on line 509
Warning: unpack(): Type N: not enough input, need 4, have 0 in /home/bebot/bebotTL/Sources/AOChat.php on line 513
Warning: array_pop(): The argument should be an array in /home/bebot/bebotTL/Sources/AOChat.php on line 514
Unsupported rpcpacket type (in, )

Warning: RPC_UNIVERSE_CHALLENGE: Error in logininfo, [ServerSeed:] [Username:*******] [Password:9] in /home/bebot/bebotTL/Sources/AOChat.php on line 701
Bot [CONN]  [ERROR] Failed authenticating to server. Retrying in 60 seconds.

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: AoC and patch 1.06
« Reply #3 on: December 14, 2009, 03:29:54 pm »
Allready started the discussion around this here: http://bebot.link/index.php/topic,2118.0.html
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Shakor

  • BeBot User
  • **
  • Posts: 45
  • Karma: +0/-0
Re: AoC and patch 1.06
« Reply #4 on: December 14, 2009, 03:34:09 pm »
Ah yes. Sorry for double posting.

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: 1.06: Chat dimension changes
« Reply #5 on: December 15, 2009, 08:43:58 pm »
Merged
BeBot Founder and Fixer Kingpin

Offline BoA-Gert

  • BeBot User
  • **
  • Posts: 45
  • Karma: +0/-0
Re: 1.06: Chat dimension changes
« Reply #6 on: January 30, 2010, 08:57:20 am »
Any news on this? 1.06 is looking likely to hit next week - and I see Conan Chat has an update out that is fixed for the 1.06 changes...

Offline keirou

  • BeBot Apprentice
  • ***
  • Posts: 90
  • Karma: +0/-0
Re: 1.06: Chat dimension changes
« Reply #7 on: January 30, 2010, 05:30:45 pm »
is it possible to ask the cchat creator how they got the new authentication method?
any eta one when this will be available?

Offline DJKRose

  • Contributor
  • *******
  • Posts: 38
  • Karma: +0/-0
Re: 1.06: Chat dimension changes
« Reply #8 on: January 30, 2010, 05:47:08 pm »
is it possible to ask the cchat creator how they got the new authentication method?
I just sent him a message...

any eta one when this will be available?
Not yet.

// djkrose

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: 1.06: Chat dimension changes
« Reply #9 on: January 30, 2010, 06:27:00 pm »
For reference, CChat is GPL

http://www.conanchat.com/hg/ConanChat/rev/e77a4907fcab

Only change i see offhand tagged related to 1.06
BeBot Founder and Fixer Kingpin

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: 1.06: Chat dimension changes
« Reply #10 on: January 30, 2010, 06:56:22 pm »
Code: [Select]
Old: ChatServerVersion="0"
New: ChatServerVersion="1"

Not looked into it, but looks like a small change?
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: 1.06: Chat dimension changes
« Reply #11 on: February 02, 2010, 10:51:32 pm »
Anyone did progress on this?
1.06 is probly out this week ...
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Chaoz

  • BeBot User
  • **
  • Posts: 50
  • Karma: +0/-0
Re: 1.06: Chat dimension changes
« Reply #12 on: February 03, 2010, 12:52:44 pm »
Heya :-)

If you haven't figured out this yet, I can give you the patch later on today for 1.06 :)

Chaoz / Conan Chat Creator
AoC Junkie.
Check out conanchat http://www.conanchat.com/index.php?id=3 a windows chat client for Age Of Conan

Offline keirou

  • BeBot Apprentice
  • ***
  • Posts: 90
  • Karma: +0/-0
Re: 1.06: Chat dimension changes
« Reply #13 on: February 03, 2010, 04:03:32 pm »
would love to know what needs to be changed Chaoz :)

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: 1.06: Chat dimension changes
« Reply #14 on: February 03, 2010, 04:07:40 pm »
That would be great Chaoz!
Didnt take the time to learn AOChat this time too :P
But good that you are willing to share your fixes =)
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 493
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal