Failed install - no login.ini
After modifying a zillion things in my copy of the database, and saving the good changes in an SQL, I decided to start all over with a fresh Akka install (I have a local server only). I don't know what happened, but I have no login.ini file (it doesn't appear to be in login_server.zip either) which in turn means I have no idea how to tell the install that I want to play locally. Running "start server" connects me with the official eqemu server, and running "start server with login" triggers an infinite loop where it says the server is UP, then DOWN, then UP, then DOWN, etc. What should I do?
Edit: Tried to go with my old EQemu file folder, which does have a proper working login.ini, no luck. I am now getting this error:
[Error] Handle_NewLSInfo error, remote address was null, defaulting to stream ad
dress 127.0.0.1.
[Error] Mysql query failed: SELECT ifnull(WSR.ServerID,999999) AS ServerID, WSR.
ServerTagDescription, ifnull(WSR.ServerTrusted,0) AS ServerTrusted, ifnull(SLT.S
erverListTypeID,3) AS ServerListTypeID, SLT.ServerListTypeDescription, ifnull(WS
R.ServerAdminID,0) AS ServerAdminID FROM loginserver_world_server_registration A
S WSR JOIN loginserver_server_list_type AS SLT ON WSR.ServerListTypeID = SLT.Ser
verListTypeID WHERE WSR.ServerShortName = 'MYSERVER'
[World Server] Server MYSERVER(MYSERVER) attempted to log in but database couldn't find
an entry but unregistered servers are allowed.
[Error] Mysql query failed: SELECT ifnull(max(ServerID),0) FROM loginserver_worl
d_server_registration
[Error] Mysql query failed: UPDATE loginserver_world_server_registration SET Ser
verLastLoginDate = now(), ServerLastIPAddr = '127.0.0.1', ServerLongName = 'MYSERVER
' WHERE ServerID = 0
|