Jump to content
TrinityCore

Stuck at connected / infinite loop / login issues / battle.net


CFGhost
 Share

Recommended Posts

On 26/12/2015 16:35:46, Magnuss said:

If you have compiled yourself than it should be a connection_patcher.exe either in your build folder or in your installation folder. If not you may have to check the tool box on in CMake and recompile.

I have a "connection_patcher" file, but it's not an .exe

Screenshot : http://prntscr.com/9jhigt

Thank you for you help...

Link to comment
Share on other sites

i am having an issue logging into my server, i have updated my client and now getting this

PS sorry to Aokromes for posting this initially in the wrong area

1/6 00:42:19.236  Login program=WoW platform=Wn64 locale=enUS
1/6 00:42:19.245  Component WoW.Wn64.20779
1/6 00:42:19.245  Component WoW.base.20726
1/6 00:42:19.245  Battle.net is Component Bnet.Wn64.37165
1/6 00:42:19.245  LOGIN: state: LOGIN_STATE_CONNECTING result: LOGIN_OK
1/6 00:42:19.245  Connecting to xxx.xxx.xxx.xxx:1119
1/6 00:42:19.806  LOGIN: state: LOGIN_STATE_FAILED result: LOGIN_FAILED
1/6 00:42:19.806  Client initiated Disconnect from xxx.xxx.xxx.xxx
1/6 00:42:19.806  Client initiated Disconnect from xxx.xxx.xxx.xxx
1/6 00:42:19.806  LOGIN: state: LOGIN_STATE_FAILED result: LOGIN_FAILED
1/6 00:42:19.825  Login program=WoW platform=Wn64 locale=enUS
1/6 00:42:19.825  Component WoW.Wn64.20779
1/6 00:42:19.825  Component WoW.base.20726
1/6 00:42:19.825  Battle.net is Component Bnet.Wn64.37165

Link to comment
Share on other sites

No, don't change anything, 20726 is the right value. The issue is somewhere else but I'm not sure where...

Account created with the .bnetaccount create command?

Bnetserver and worldserver ports are open?

Running the _patched client?

Link to comment
Share on other sites

yes all of the above still getting the bnet error 114 could you tell me if this is correct? for the WTF\config.wtf

in addition all my ports are forwarded on the router and i have turned off the firewall on the windows server 2008r2 that i am running the server on

 

SET portal "xxx.xxx.xxx.xxx"
SET textLocale "enUS"
SET audioLocale "enUS"
SET agentUID "wow_enus"
SET hwDetect "0"
SET videoOptionsVersion "9"
SET gxApi "D3D11"
SET gxWindow "1"
SET gxMaximize "0"
SET graphicsQuality "5"
SET RAIDgraphicsQuality "4"
SET playIntroMovie "6"
SET Sound_MusicVolume "0.40000000596046"
SET Sound_AmbienceVolume "0.60000002384186"
SET farclip "1300"
SET particleDensity "80"
SET waterDetail "3"
SET sunShafts "2"
SET refraction "2"
SET groundEffectDensity "128"
SET groundEffectDist "260"
SET environmentDetail "150"
SET projectedTextures "1"
SET shadowMode "4"
SET shadowTextureSize "2048"
SET SSAO "3"
SET SSAOBlur "1"
SET textureFilteringMode "5"
SET terrainLodDist "650"
SET wmoLodDist "550"
SET OutlineEngineMode "1"
SET RAIDsettingsInit "1"
SET RAIDfarclip "1100"
SET RAIDWaterDetail "2"
SET RAIDSSAO "2"
SET RAIDSSAOBlur "1"
SET RAIDgroundEffectDensity "80"
SET RAIDgroundEffectDist "200"
SET RAIDshadowMode "3"
SET RAIDterrainLodDist "500"
SET RAIDwmoLodDist "450"
SET RAIDtextureFilteringMode "4"
SET RAIDprojectedTextures "1"
SET RAIDenvironmentDetail "125"
SET RAIDshadowTextureSize "2048"
SET RAIDreflectionMode "0"
SET RAIDrippleDetail "1"
SET RAIDsunShafts "2"
SET RAIDparticleDensity "80"
SET RAIDrefraction "2"
SET RAIDOutlineEngineMode "1"
SET componentTextureLevel "0"
SET RAIDcomponentTextureLevel "0"
SET weatherDensity "3"
SET RAIDweatherDensity "3"
SET Gamma "1.000000"
SET engineSurvey "2"
SET mouseSpeed "1"
SET lastCharacterIndex "1"
SET accounttype "RT"
SET realmName "Thrall"
SET gameTip "1"

Edited by hackmasterg
Link to comment
Share on other sites

Hi there!

So I'm trying to have my friend connect to my server, and it's not going as well as I hoped. I'm running 6.x and I can connect just f I sent him a copy of my connection_patcher.exe and my libeay32.dll so he could create his own wow~64patched.exe . However when he tries to connect he gets the dreaded 105 error. This is his connection log

1/7 01:47:53.907 Login program=WoW platform=Wn64 locale=enUS
1/7 01:47:53.965 Component WoW.Wn64.20779
1/7 01:47:54.002 Component WoW.base.20726
1/7 01:47:54.052 Battle.net is Component Bnet.Wn64.37165
1/7 01:47:54.074 LOGIN: state: LOGIN_STATE_CONNECTING result: LOGIN_OK 
1/7 01:47:56.342 Failed to resolve http
1/7 01:47:56.407 LOGIN: state: LOGIN_STATE_FAILED result: DISCONNECTED 
1/7 01:47:56.423 Login program=WoW platform=Wn64 locale=enUS
1/7 01:47:56.440 Component WoW.Wn64.20779
1/7 01:47:56.456 Component WoW.base.20726
1/7 01:47:56.491 Battle.net is Component Bnet.Wn64.37165
1/7 01:47:57.351 Client Disconnect due to reason:8
1/7 01:55:21.338 LOGIN: state: LOGIN_STATE_CONNECTING result: LOGIN_OK 
1/7 01:55:23.609 Failed to resolve http
1/7 01:55:23.625 LOGIN: state: LOGIN_STATE_FAILED result: DISCONNECTED 
1/7 01:55:23.640 Login program=WoW platform=Wn64 locale=enUS
1/7 01:55:23.657 Component WoW.Wn64.20779
1/7 01:55:23.674 Component WoW.base.20726
1/7 01:55:23.702 Battle.net is Component Bnet.Wn64.37165
1/7 01:55:23.739 Client Disconnect due to reason:8

If anyone could shed some light onto this for me that'd be fantastic

Link to comment
Share on other sites

8 hours ago, Kyyteo said:

Hi there!

So I'm trying to have my friend connect to my server, and it's not going as well as I hoped. I'm running 6.x and I can connect just f I sent him a copy of my connection_patcher.exe and my libeay32.dll so he could create his own wow~64patched.exe . However when he tries to connect he gets the dreaded 105 error. This is his connection log

1/7 01:47:53.907 Login program=WoW platform=Wn64 locale=enUS
1/7 01:47:53.965 Component WoW.Wn64.20779
1/7 01:47:54.002 Component WoW.base.20726
1/7 01:47:54.052 Battle.net is Component Bnet.Wn64.37165
1/7 01:47:54.074 LOGIN: state: LOGIN_STATE_CONNECTING result: LOGIN_OK 
1/7 01:47:56.342 Failed to resolve http
1/7 01:47:56.407 LOGIN: state: LOGIN_STATE_FAILED result: DISCONNECTED 
1/7 01:47:56.423 Login program=WoW platform=Wn64 locale=enUS
1/7 01:47:56.440 Component WoW.Wn64.20779
1/7 01:47:56.456 Component WoW.base.20726
1/7 01:47:56.491 Battle.net is Component Bnet.Wn64.37165
1/7 01:47:57.351 Client Disconnect due to reason:8
1/7 01:55:21.338 LOGIN: state: LOGIN_STATE_CONNECTING result: LOGIN_OK 
1/7 01:55:23.609 Failed to resolve http
1/7 01:55:23.625 LOGIN: state: LOGIN_STATE_FAILED result: DISCONNECTED 
1/7 01:55:23.640 Login program=WoW platform=Wn64 locale=enUS
1/7 01:55:23.657 Component WoW.Wn64.20779
1/7 01:55:23.674 Component WoW.base.20726
1/7 01:55:23.702 Battle.net is Component Bnet.Wn64.37165
1/7 01:55:23.739 Client Disconnect due to reason:8

If anyone could shed some light onto this for me that'd be fantastic

You are running unpatched wow.exe

Link to comment
Share on other sites

So after finally managing to follow through the tutorial without issue (tried a long time ago, but I guess I just didn't know what I was doing), I'm now running into this Realm Loop problem..

It takes the 'test' 'test' credentials just fine and I can select the Trinity realm but then it just boots me right back to the realm selection after some 2-3 seconds of trying, no errors are spat back at me and nothing new pops up on either worldserver or authserver terminals. I've got the worldserver and authserver set up in an Ubuntu 15.10 x64 VM, if it matters, and the IPs in the conf files have been changed to reflect the fact that WoW and the TC server are not running on the same machine/IP. All relevant ports have been forwarded as well

 

This is for WoW 3.3.5a, by the way

 

ALSO, the authserver seems to want to ignore whatever name I put in the MySQL database under that 'realmlist' table; it just keeps saying 'Added realm "Trinity" at 127.0.0.1:8085'

 

EDIT: OK, so the MySQL Workbench client I was running on the Windows side wasn't making the changes I thought it was making (basically none at all). I managed to solve my issue using this guide (http://www.reaper-x.com/2007/07/03/creating-public-server-for-lan-party-setting-up-private-wow-server/) which helped me make the needed changes on the Ubuntu side =3=

Edited by TehGuy
found my issue
Link to comment
Share on other sites

Hi guys,

I have a problem when i try to connect in my server. All ports are open and I can connect in my localhost, but when i try to connect with a external ip i got this error in my wow client : "login server down". I tried many things and I searched for the solution here in the community but dont work. My bind address in authserver.conf and worldserver.conf is 0.0.0.0 and there's no error in the logs. I use noip and my cms works fine.  Sorry for my bad english. Thanks

Edited by leandrod
Link to comment
Share on other sites

  • 1 month later...
On 12.1.2016, 16:38:27, leandrod said:

Hi guys,

I have a problem when i try to connect in my server. All ports are open and I can connect in my localhost, but when i try to connect with a external ip i got this error in my wow client : "login server down". I tried many things and I searched for the solution here in the community but dont work. My bind address in authserver.conf and worldserver.conf is 0.0.0.0 and there's no error in the logs. I use noip and my cms works fine.  Sorry for my bad english. Thanks

You must change your BindIP to your NoIP adress in world and bnetserver.conf

change the IP in the realmlist database.

and you need to open ports on your router.

Link to comment
Share on other sites

  • 3 weeks later...

Hello all,

when entering my account details in the wow clients login window,
a popup appears saying i can not connect.

I`am using Virtual Box running Debian latest stable as a guest OS.
I followed the Installation guide for linux, and everything worked out without any issues.

Anyhow after running the worldserver (no errors shown),
i start the WoW client (3.3.5a enUK) but it is not able to login.

I already looked up the client config which is very easy, anyhow it won`t help me resolving the issue.

Does anyone have an idea, what I could do?

Everything seemed to be fine (database latest imported, source compiled after git download and install), mysql db access working fine,
i created the account with pw using the command which also worked fine.

Everything on the clients side is set to localhost (127.0.0.1) I can`t figure out, what could be the issue. (config.wtf and the one in /data/enUK).

Linux Kernel is: 3.16.0-4-amd64 also i installed all the necessary required files according to the apt-get commands.

If you need anykind of additional information, please let me know.

If there is a specific client to be used, i would also appreciate more details about that.

Kind regards,
sao

Edited by SAO
Link to comment
Share on other sites

I have managed to move on, troubleshooting the issue by myself.

The issue was VirtualBox Settings of the guests OS networkcard (it was set to a "NAT" which gave it just an external IP address, and now I set it to "bridged network" which gives the guest OS an own "internal IP" e.g. 192.168.1.2, PING's now work both sides (guest to host and host to guest OS).

After also adjusting windows firewall the client finally did not fail to connect at all.

Now I`am stuck in this loop:

I enter my account details, I click connect and then see the Realm selection window.

Can anyone advise please how to fix this now?

Edited by sao
Link to comment
Share on other sites

  • 2 weeks later...

Hi there,

I can connect fine when at the same machine but whenever I go to a second machine I get this message: 

You have been disconnected (BLZ51914001)

My Config.wtf and database settings are as they used to be when running 6.2.3 but now after the update to 6.2.4 I can only run it from the same machine.

Am I missing any additional change that went on for 6.2.4?

Thanks a lot!

Link to comment
Share on other sites

Same Problem and my Log looks like this:

3/29 21:06:32.487  [GlueLogin] Starting login | launcherPortal=nullopt | loginPortal=MYIP:1119
3/29 21:06:32.487  [GlueLogin] Resetting
3/29 21:06:32.487  [IBN_Login] Initializing
3/29 21:06:32.487  [IBN_Login] Attempting logon | host=MYIP | port=1119
3/29 21:06:32.487  [GlueLogin] Waiting for server response.
3/29 21:06:33.398  [GlueLogin] Waiting for server response.
3/29 21:06:33.654  [GlueLogin] Waiting for server response.
3/29 21:06:34.679  [GlueLogin] Fatal error while logging in | result=( | code=ERROR_HTTP_COULDNT_CONNECT (14001) | localizedMessage= | debugMessage=JSON error: ERROR_HTTP_COULDNT_CONNECT (14001) token: 2)

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...