Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - lumix

Pages: [1]
1
JavaOp Support Archive / Local Hashing Issue
« on: March 12, 2007, 01:58:38 pm »
I get a similar problem, although I'm not ipbanned from the server and have another bot connected/reconnected fine.

Code: [Select]
[14:43:03.207] INFO: Trying BNLS server: bnls.valhallalegends.com
[14:43:03.223] INFO: Resolving ip for server: useast.battle.net
[14:43:08.269] INFO: Resolves to 12 different addresses
[14:43:08.285] INFO: Choosing address 2 [useast.battle.net/63.240.202.121]
[14:43:08.285] INFO: Attempting to connect
[14:43:08.394] INFO: Connected to /63.240.202.121:6112
[14:43:08.426] INFO: Trying BNLS server: bnls.valhallalegends.com
[14:43:08.441] INFO: Connected to useast.battle.net:6112
[14:43:08.441] INFO: Sending protocol byte (0x01).
[14:43:08.441] INFO: Switching to Binary protocol.
[14:43:08.441] INFO: Sending authorization.
[14:43:13.504] WARNING: BNLS server 'bnls.valhallalegends.com' returned an error -- this means the server might not be running.
[14:43:13.551] WARNING: The error is: java.net.SocketException: Connection timed out
[14:43:13.551] INFO: Attempting to use next BNLS server.
[14:43:13.551] WARNING: Out of BNLS servers, defaulting to local hashing.
[14:43:13.551] INFO: Authorization sent, waiting for reply.
[14:43:13.551] INFO: Beginning to receive packets
[14:43:13.629] java.lang.NumberFormatException: For input string: "2277514268"
[14:43:13.629] java.lang.NumberFormatException.forInputString(Unknown Source)
[14:43:13.629] java.lang.Integer.parseInt(Unknown Source)
[14:43:13.676] java.lang.Integer.parseInt(Unknown Source)
[14:43:13.676] versioning.CheckRevision.checkRevision(CheckRevision.java:76)
[14:43:13.691] versioning.Game.checkRevision(Game.java:118)
[14:43:13.691] versioning.BNLSWrapper.getVersionCheck(BNLSWrapper.java:121)
[14:43:13.691] Login.getAuthCheck(Login.java:152)
[14:43:13.691] PluginMain.processedPacket(PluginMain.java:295)
[14:43:13.707] pluginmanagers.PluginRegistration.processedIncomingPacket(PluginRegistration.java:722)
[14:43:13.707] bot.PacketThread.run(PacketThread.java:179)

Pages: [1]