Stuck trying to login
Followed the wiki guides to compile my own server and loginserver, finally figured out (somehow) how to get my server to login. Now I am stuck trying to connect to it. I modified my titanium client's eqhost.txt to 127.0.0.1:5998. I see in the loginserver window the client connects, yet the client stays on the "Logging into the server. Please wait" screen. What is my first step in troubleshooting? I did enter an account into the database using the login details I put in the client separate from the account admin before anyone suggests that.
|
Have you tried using the public login server and if so, can you connect that way? Is your login server on the same server as the emu server?
|
It looks like you're trying to setup a solo server on a single computer.
You can post your eqemu_config.xml and login.ini files for feedback..just redact any ids/passwords. Also, be specific with your intentions about the server configuration (i.e., localhost, LAN, WAN, mixed-access, etc...) |
Quote:
eqemu_config: Code:
<?xml version="1.0"?> Code:
[database] |
Try these and see where it takes you:
[eqemu_config.xml] change: Code:
<!-- <address>192.168.1.1</address> --> Code:
<address>127.0.0.1</address> [login.ini] change: Code:
local_network = 192.168.1.1 Code:
local_network = 127.0.0. If you ever decide to add LAN/WAN support, then you'll need to switch the ips to outside addresses..otherwise, local will suffice. Post back if you're still having problems :) |
EDIT: Worked like a charm! Thanks Uleat! :D
|
All times are GMT -4. The time now is 01:37 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.