What's new

Stuck on connected

RozN

Trial Member
1
2022
0
Hello,

I Made a private server for myself mainly for exploring and trying some stuff.
I made every step as described in guides and etc to have the right repack and version of the client. All good but after trying to enter the game i get stuck on "connected".
Did anyone experience similar issues and is there a way to fix this? Any suggestion is helpful.
edit: I forgot to mention I am using the Cataclysm client.

Best regards
 

DougThePug

Verified Member
12
2022
1
Are you hosting and playing on same machine?

I've just had this same issue, but on LAN\Online.

You will need an sql client. I used free "Beekeeper studio".

Start SQL server in _Server folder. Connect to it with sql studio.
Credentials can be found in authserver.conf
Like so
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on # Unix/Linux) # Default: "127.0.0.1;3306;trinity;trinity;auth" LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"

Find "Realmlist" table.
Change both adress and local_adress to your LAN IP(ipcongfig in CMD) or WAN ip.
 
Last edited:
Top