Log in

View Full Version : Simple question (created my own login server)


mcast
06-16-2014, 10:07 AM
I've successfully created my own login server and my client points to:
[LoginServer]
Host=127.0.0.1:5998

I had previously connected using this websites login server, how do I actually create an account and connect to my own loginserver?

edit: I do not get any servers listed when running the client.

Trubles
06-16-2014, 10:12 AM
There should be a create account script iirc, or you can just manually add the account name into the loginserver database.

vsab
06-16-2014, 10:31 AM
Did this not help?
http://wiki.eqemulator.org/p?Windows_Private_Login_Server_Setup_Guide&frm=Main

mcast
06-16-2014, 10:40 AM
[Debug] [06.16.14 - 15:42:40] Logging System Init.
[Debug] [06.16.14 - 15:42:40] Config System Init.
[Debug] [06.16.14 - 15:42:40] MySQL Database Init.
[Debug] [06.16.14 - 15:42:40] Encryption Initialize.
[Error] [06.16.14 - 15:42:40] Failed to load EQEmuAuthCrypto from the operating system.
[Error] [06.16.14 - 15:42:40] Encryption Failed to Load.
[Debug] [06.16.14 - 15:42:40] Database System Shutdown.
[Debug] [06.16.14 - 15:42:40] Config System Shutdown.
[Debug] [06.16.14 - 15:42:40] Log System Shutdown.



[06.16. - 15:42:50] Starting Log: logs/eqemu_error_queryserv_4504.log
[06.16. - 15:42:50] Failed to connect to database: Error: #2003: Can't connect to MySQL server on 'localhost' (0)

Trubles
06-16-2014, 10:44 AM
It can't connect to the database?

vsab
06-16-2014, 10:54 AM
1. Follow step 8 in the guide (copy the correct EQEmuAuthCrypto.dll to the location where loginserver.exe is)
2. Try 127.0.0.1 instead of localhost as the location of your mysql database

NatedogEZ
06-16-2014, 12:07 PM
Need to download this...

http://eqemu.github.io/downloads/Windows_LoginServerCrypto.zip

mcast
06-16-2014, 04:48 PM
Need to download this...

http://eqemu.github.io/downloads/Windows_LoginServerCrypto.zip

Fixed it, I was using the x64 dll instead of the x86 :x

Thanks all.