Hi, it seems I have the same issue: got stuck at the "selecting server" interface and cannot get into the character list. It has puzzled me for a couple of days. Should I just post here or start a new thread?
I'm running branch 3.3.5a of TrinityCore on a Win10 PC (just call it "server", LAN ip 192.168.0.108), and there is another Win10 PC ("client", LAN ip 192.168.0.105) connected on the same router. I can run authserver + worldserver + wow.exe all on the "server" PC smoothly. But when I tried to run wow.exe on the "client" PC, I got the above issue.
FYI, below I've attached screenshots for my settings for the database and running authserver & worldserver. And I have these lines in "worldserver.conf" & "authserver.conf":
LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth" # in both authserver.conf and worldserver.conf WorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world" # only in worldserver.conf CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters" # only in worldserver.conf
Also, on both "server" and "client" PCs, I've confirmed that I have SET realmList "192.168.0.108" in WTF/config.wtf. And Data/enGB/realmlist.wtf has one single line: set realmlist 192.168.0.108
In addition, I opened port 8085 and 3724 in the firewall settings on the "server" PC.
The connection.log file on the "client" PC:
10/28 03:06:08.206 GRUNT: state: LOGIN_STATE_CONNECTING result: LOGIN_OK
10/28 03:06:08.224 GRUNT: state: RESPONSE_CONNECTED result: LOGIN_OK 192.168.0.108:3724
10/28 03:06:08.300 GRUNT: state: LOGIN_STATE_AUTHENTICATING result: LOGIN_OK
10/28 03:06:08.336 GRUNT: state: LOGIN_STATE_CHECKINGVERSIONS result: LOGIN_OK
10/28 03:06:08.514 GRUNT: state: LOGIN_STATE_HANDSHAKING result: LOGIN_OK
10/28 03:06:08.561 GRUNT: state: LOGIN_STATE_AUTHENTICATED result: LOGIN_OK 10/28 03:06:08.571 ClientConnection Initiating: COP_CONNECT code=CSTATUS_CONNECTING
10/28 03:06:09.650 ClientConnection Completed: COP_CONNECT code=RESPONSE_FAILED_TO_CONNECT result=FALSE
10/28 03:06:13.200 ClientConnection Initiating: COP_CONNECT code=CSTATUS_CONNECTING
10/28 03:06:14.251 ClientConnection Completed: COP_CONNECT code=RESPONSE_FAILED_TO_CONNECT result=FALSE
10/28 03:06:15.300 GRUNT: state: LOGIN_STATE_DISCONNECTED result: LOGIN_OK
Could someone who is experienced with this please let me know which part is going wrong?