marceldev89 / BattleNET

BattlEye Protocol Library and Client
GNU Lesser General Public License v3.0
76 stars 44 forks source link

Socket error on Windows XP #5

Closed nanomo closed 11 years ago

nanomo commented 11 years ago

Hi,

If i run the tool on windows XP i get:

Connecting to XYZ:2302 Connected! Logging in... Disconnected! (Socket Exception)

If i use bercon.exe works fine, so there isnt any problem reaching the host XYZ, any light ? :) thanks !

marceldev89 commented 11 years ago

Upgrade Windows? ^^

Can't test it since I don't have Windows XP, one thing you can try is to install the latest .NET package.

nanomo commented 11 years ago

With last version i get:

Connecting to XYZ:2302 Connection failed!

But the host is up, and can access trought bercon.exe

marceldev89 commented 11 years ago

Hmm it must be a problem with XP then. But like I said, I can't really test that myself.

marceldev89 commented 11 years ago

Alright, can you try with the DLL file below? It should now report why it's failing.

https://dl.dropbox.com/u/38551057/BattleNET.dll

nanomo commented 11 years ago

Hi @ziellos2k , replaced the dll , same problem Connecting to XYZ:2302 Connection failed!

nothing logged :( at least i don't see any new file near the dll or the exe calling...

marceldev89 commented 11 years ago

Oops, that was for the socket exception. Try downloading https://dl.dropbox.com/u/38551057/BattleNET.dll again. Should report something now in the console.

nanomo commented 11 years ago

i recieve someting like:

An existing connection was forcibly closed by the remote host

an esoteric error xD

marceldev89 commented 11 years ago

That's not really useful... Can you log the connection process with wireshark and send me the dump?

marceldev89 commented 11 years ago

Closing for now, since I'm not getting any more details...

nanomo commented 11 years ago

There wasn't a BattleNet problem! it was a localhost firewall rule, sorry for the mess!

marceldev89 commented 11 years ago

No worries :)