Hey guys,
I compiled and setup a trinitycore 6.x server a few days ago. The server is running on Archlinux and everything comes up fine. I then downloaded and complied trinitycore 6.x on my window laptop and compile it. I made a copy of my wow directory and update the WTF/Config.wtf file with the portal entry to my server (this is all internal networking, at least atm) and ran the connection_patcher.exe into the wow directory and I can connect fine to my server. The issue comes in when I try and patch the wow version on my desktop.
I made a copy of my wow directory there, copied over the connection_patcher.exe and put it in the wow directory. Then did the same steps, updated WTF/Config.wtf with same portal entry. Ran the connection_patcher on wow-64.exe. But this time when I run the wow-64_patched.exe and try to connect I get the "You've been disconnected (BLZ51914003) error. I installed the same VS that I did on my laptop for the dll dependency for the connection patcher.
BattleNet.log show:
5/3 09:20:37.875 [IBN_Login] Starting up | hasFrontInterface=false | hasBackInterface=false
5/3 09:20:45.501 [GlueLogin] Starting login | launcherPortal=nullopt | loginPortal=192.168.1.21:1119
5/3 09:20:45.501 [GlueLogin] Resetting
5/3 09:20:45.501 [IBN_Login] Initializing
5/3 09:20:45.501 [IBN_Login] Attempting logon | host=192.168.1.21 | port=1119
5/3 09:20:45.501 [GlueLogin] Waiting for server response.
5/3 09:20:45.595 [GlueLogin] Waiting for server response.
5/3 09:20:45.605 [GlueLogin] Waiting for server response.
5/3 09:20:45.716 [GlueLogin] Fatal error while logging in | result=( | code=ERROR_HTTP_FAILED (14003) | localizedMessage= | debugMessage=JSON error: ERROR_HTTP_FAILED (14003) token: 1)
5/3 09:20:45.716 [IBN_Login] Front disconnecting | connectionId=1
5/3 09:20:45.716 [GlueLogin] Disconnecting from authentication server.
5/3 09:20:45.716 [IBN_Login] Front disconnected | connectionId=1 | result=( | code=ERROR_OK (0) | localizedMessage= | debugMessage=)
5/3 09:20:45.716 [GlueLogin] Disconnected from authentication server.
5/3 09:20:45.716 [IBN_Login] Destroying | isInitialized=true
5/3 09:20:49.956 [IBN_Login] Destroying | isInitialized=false
5/3 09:20:50.476 [IBN_Login] Shutting down
bnetserver.conf is set correctly or my laptop wouldn't be able to connect
LoginREST.Port = 8081
LoginREST.ExternalAddress=192.168.1.21
LoginREST.LocalAddress=127.0.0.1
BindIP = "0.0.0.0"
And the realmlist is setup correctly
mysql> select id,name,address,localAddress,localSubnetMask,port from realmlist;
+----+---------+--------------+--------------+-----------------+------+
| id | name | address | localAddress | localSubnetMask | port |
+----+---------+--------------+--------------+-----------------+------+
| 1 | Trinity | 192.168.1.21 | 127.0.0.1 | 255.255.255.0 | 8085 |
+----+---------+--------------+--------------+-----------------+------+
I'm stumped at this point... I even tried just copying over the wow directory to my desktop but I get the same results.
Like I said earlier it's all internal networking so there isn't any DNS or NATing to worry about...
Any ideas of where less to look or try?
Thanks!