Author Topic: W3XP BNLS Connection: Failure [Resolved: Look inside for info.]  (Read 4055 times)

0 Members and 1 Guest are viewing this topic.

Offline Net_Creator

  • Newbie
  • *
  • Posts: 15
    • View Profile
Here's a log of the TFT connection.

Code: [Select]
[19:50:23.963] INFO: Trying BNLS server: bnls.valhallalegends.com
[19:50:24.009] INFO: Resolving ip for server: useast.battle.net
[19:50:24.022] INFO: Resolves to 12 different addresses
[19:50:24.026] INFO: Choosing address 7 [useast.battle.net/63.240.202.131]
[19:50:24.029] INFO: Attempting to connect
[19:50:27.534] INFO: Connected to /63.240.202.131:6112
[19:50:27.538] INFO: Trying BNLS server: bnls.valhallalegends.com
[19:50:27.541] INFO: Connected to useast.battle.net:6112
[19:50:27.555] INFO: Sending protocol byte (0x01).
[19:50:27.570] INFO: Switching to Binary protocol.
[19:50:27.576] INFO: Sending authorization.
[19:50:28.058] INFO: Authorization sent, waiting for reply.
[19:50:28.062] INFO: Beginning to receive packets
[19:50:28.127] INFO: Checking server's signature...
[19:50:28.212] INFO: Server successfully authenticated -- it's Blizzard's
[19:50:28.766] INFO: CDKey and Version check sent.
[19:50:28.825] exceptions.InvalidVersion: Invalid game version
[19:50:28.827] Login.getLogin(Login.java:184)
[19:50:28.829] PluginMain.processedPacket(PluginMain.java:333)
[19:50:28.830] pluginmanagers.PluginRegistration.processedIncomingPacket(PluginRegistration.java:722)
[19:50:28.831] bot.PacketThread.run(PacketThread.java:179)
« Last Edit: April 23, 2008, 04:49:03 pm by Net_Creator »

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: W3XP Connection: Failure
« Reply #1 on: April 20, 2008, 06:29:25 am »
Change your BNLS server to jbls.org

Offline Net_Creator

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: W3XP Connection: Failure
« Reply #2 on: April 20, 2008, 02:17:32 pm »
BNLS server bnls.jbls.org or just jbls.org?

 - Net

 //Edit: Got it running on jbls.org. Thanks, Rabbit!//
« Last Edit: April 20, 2008, 02:19:55 pm by Net_Creator »

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
I won't unlock this topic, but why was it locked?
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
I assume he locked it himself because the question was answered.

Offline Net_Creator

  • Newbie
  • *
  • Posts: 15
    • View Profile
Yes, I did. Would it be better to unlock it?

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
A rule of thumb is to leave stuff unlocked so that if someone is experiencing the same issue, but with different results of troubleshooting, they can bring it back up.

I'll go ahead and unlock this for you. :)
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Net_Creator

  • Newbie
  • *
  • Posts: 15
    • View Profile
BNLS Connection: Failure
« Reply #7 on: April 23, 2008, 02:19:36 pm »
Alright, new problem with the BNLS. >_> It seems jbls's BNLS isn't up.
Here's a full error log. >_>

Code: [Select]
[13:19:13.934] NOTICE: Bot 'Net_Bot' has been started.
[13:19:14.249] INFO: Trying BNLS server: jbls.org
[13:19:14.410] INFO: Resolving ip for server: useast.battle.net
[13:19:14.586] INFO: Resolves to 12 different addresses
[13:19:14.717] INFO: Choosing address 9 [useast.battle.net/63.240.202.127]
[13:19:14.725] INFO: Attempting to connect
[13:19:14.902] INFO: Connected to /63.240.202.127:6112
[13:19:15.015] INFO: Trying BNLS server: jbls.org
[13:19:15.076] INFO: Connected to useast.battle.net:6112
[13:19:15.142] INFO: Sending protocol byte (0x01).
[13:19:15.149] INFO: Switching to Binary protocol.
[13:19:15.293] INFO: Sending authorization.
[13:19:15.564] WARNING: BNLS server 'jbls.org' returned an error -- this means the server might not be running.
[13:19:15.570] WARNING: The error is: java.net.SocketException: java.net.ConnectException: Connection refused
[13:19:15.582] INFO: Attempting to use next BNLS server.
[13:19:15.790] WARNING: Out of BNLS servers, defaulting to local hashing.
[13:19:15.812] INFO: Authorization sent, waiting for reply.
[13:19:15.869] INFO: Beginning to receive packets
[13:19:16.121] java.lang.NumberFormatException: For input string: "2611339645"
[13:19:16.146] java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
[13:19:16.152] java.lang.Integer.parseInt(Integer.java:459)
[13:19:16.155] java.lang.Integer.parseInt(Integer.java:497)
[13:19:16.466] versioning.CheckRevision.checkRevision(CheckRevision.java:75)
[13:19:16.473] versioning.Game.checkRevision(Game.java:118)
[13:19:16.483] versioning.BNLSWrapper.getVersionCheck(BNLSWrapper.java:121)
[13:19:16.499] Login.getAuthCheck(Login.java:152)
[13:19:16.505] PluginMain.processedPacket(PluginMain.java:295)
[13:19:16.511] pluginmanagers.PluginRegistration.processedIncomingPacket(PluginRegistration.java:722)
[13:19:16.523] bot.PacketThread.run(PacketThread.java:179)

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: [Connection Error] BNLS Connection: Failure [Status: *thumbs down*]
« Reply #8 on: April 23, 2008, 02:31:43 pm »
Use pyro.no-ip.biz (it's a trusted JBLS server).

Offline Net_Creator

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: [Connection Error] BNLS Connection: Failure [Status: *thumbs down*]
« Reply #9 on: April 23, 2008, 04:47:54 pm »
*nod*

Offline Hdx

  • The Hdx!
  • Full Member
  • ***
  • Posts: 311
  • <3 Java/Cpp/VB/QB
    • View Profile
Re: W3XP BNLS Connection: Failure [Resolved: Look inside for info.]
« Reply #10 on: April 23, 2008, 10:39:30 pm »
It seems ron rebooted his server. I'll fix it when i get home as i have no access to a ssh client here at work [odly its a computer store 0.o meh]
http://img140.exs.cx/img140/6720/hdxnew6lb.gif
09/08/05 - Clan SBs @ USEast
 [19:59:04.000] <DeadHelp> We don't like customers.
 [19:59:05.922] <DeadHelp> They're assholes
 [19:59:08.094] <DeadHelp> And they're never right.