There are 3 files that you will need to download..even with limited bandwidth, I don't think they will be too bad.
lua51.dll - 339KB zlib1.dll - 105KB libmysql.dll - 2.4MB You may (probably) have the lua51.dll and libmysql.dll already..but, the zlib1.dll is necessary for recent changes. (Check you dependencies folders for the lua and mysql dlls..) |
The loginserver actually attaches to world, not the other way around. Anytime I am diagnosing the Login Server I will launch world from a prompt so I can see if the login server is having issues. It makes no difference what order they are launched, the login server will keep attempting every so many seconds.
|
Quote:
https://github.com/EQEmu/Server/comm...4f715a6f32c67c |
I have the DLL's, but the loginserver is popping up and disappearing, this is the log file I get with it:
Code:
[Debug] [12.16.15 - 18:57:04] Logging System Init. |
Typo in config file? Also your password may not be able to have certain special characters, seems like I ran into that years ago
|
Here's my config:
Code:
[database] |
Okay, found the password was the issue. But the only thing I have been able to do is get to the server select screen. No server, connectivity seems to be there. Does anyone have any info on the right way to load up the server data into the tbl databases listed in the log.ini?
|
Okay this is where I need you to have world loading in a console (dos or bash) window so we can see if the loginserver is connecting to world. Actually have both up on a console so we can see what is going on. Should see some lines like this if it is working.
Code:
[Network] [12.15.15 - 07:17:01] New world server connection from 127.0.0.1:55173 |
pardon my lack of knowledge on this one. In previous iterations I had, the windows were verbose, and I could see if there was a connection, but with the repack, nothing is displayed in the world.exe window. How do I get the screen to display the data needed?
|
I checked the log folder, the logs for the login server are the only ones showing, nothing else is updated or showing at all. I went in and turned on logging, or so I thought, but nothing.
log.ini: Code:
CHAT__SAY=off |
Made a few changes to the log.ini, still nothing. This is the only log file with data in it:
Code:
[Debug] [12.17.15 - 08:29:16] Logging System Init. |
Does not look like world is trying to connect.
This Code:
<!-- Loginserver information. DO NOT EDIT --> Put in your login and password you insert with the SQL statement I gave you. I really thought that port was supposed to be 5998, so change that for me. Mine looks like this. Code:
<loginserver1> |
Based on looking at the logs too your login server build is outdated. The eqemu_update script provides an option to download a Windows login server pre built and install it for you. I forget which option it is now, it's part of the installer stuff I'm about to release very soon, I just need to type up a wiki page
If your eqemu update script doesn't show a login server install option, force a redone load of the script using option 20 and then re run it |
I am trying to pull down the latest version to see if if fixes the problem, I believe the version I have was from Jun/Jul of this year, I pulled it down just prior to deploying. Once I have the new version I will see what happens. Does anyone happen to have the series of SQL commands for adding the local server into the tables correctly? I vaguely remember seeing one a long time ago buried in one of the install guides, but I do not know which one it was....
|
If you have it to allow anonymous servers, it will make it's own entry
[options] unregistered_allowed = TRUE |
All times are GMT -4. The time now is 11:06 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.