View Full Version : Personal Server Log on Error.
Furinex
04-24-2002, 06:54 AM
Ok, I set up the server, did the entire read me, but when I was at the server select screen, I clicked my Server "Furinex's world of disjunction" and it didnt even get to the loading screen, it went back to the server and gave me this error:
Cannot Log In To EverQuest Server. You May Need To Re-Run The Update Patch. Repeadidly Seeing this Message Indicates a Loss of Connectivity to the Patch Server. This is Usually Temporary
I dont believe them, Its not too temporary.. Im stuck, what do I do?
Lurker_005
04-24-2002, 06:59 AM
Post your config files, and the contents of the world and zone screens
Furinex
04-24-2002, 07:15 AM
Loginserver.ini:
### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.
# READ README.TXT
[LoginServer]
loginserver=eqlogin.eqemu.org
worldname=Furinex's World of Disjunction
locked=false
account=
password=
worldaddress=192.168.254.1
loginport=5999
db.ini
# READ README.TXT!
[Database]
host=localhost
user=furinex
password=sony
database=eq
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left as localhost unless mysql is
### --- on a differant computer than world.exe.
Boot5Zone.win9x
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
REM: zone9x.exe is for use with Windows 98 and ME only.
REM: If you are running Windows NT/2000 or XP use ZoneNT.exe
REM:--------------Start-----------------------
@echo off
start zone9x . 192.168.254.1 7995 127.0.0.1
start zone9x . 192.168.254.1 7996 127.0.0.1
start zone9x . 192.168.254.1 7997 127.0.0.1
start zone9x . 192.168.254.1 7998 127.0.0.1
start zone9x . 192.168.254.1 7999 127.0.0.1
exit
cls
REM:---------------END------------------------
Im not quite sure how to copy the contence of a dos window, wanna gimmie a hint?
then I'll post the rest..
Lurker_005
04-24-2002, 07:23 AM
To be a public server 192.168.254.1 needs to be your public internet IP Otherwise using minilogin or publiclogin is better. Publiclogin is unsupported and harder to set up though.
Is your eqverquest patched to the current live servers? If not do so before they patch the live servers today or tomorrow.
Furinex
04-24-2002, 07:28 AM
Yes it is patched to the current version. I am Behind a router... does that matter?
meliudaj
04-24-2002, 08:04 AM
I am Behind a router... does that matter?
Very much so!
You need to put in the IP address of your routers WAN. The ip address you presently have in appears to be your PC's NIC IP. That IP is a private IP. Meaning it does not, can not exist on the internet.
This make sence?
Furinex
04-24-2002, 08:07 AM
Alrighty, I got the Minilogin to work, how would I have my buddy with a computer on the same network log into that? (BTW, Public server still having problems :( Same as before, Anymore help on that would be spiffy)
Lurker_005
04-24-2002, 08:11 AM
Basically change 127.0.0.1 to 192.168.254.1 everywhere, except after the port# in boot5zones.bat (like the config you posted, but using 192.168.254.1 for the loginserver.
All computers would login with eqemu login and pass. and don't try to use the same character on 2 computers.
Furinex
04-24-2002, 08:13 AM
Thanks, I'll try that, Any other ideas on the public one tho? or is my router fucking me over :(
meliudaj
04-24-2002, 08:15 AM
What lurker_005 said is exactly right.. but guessing that you wana have you and your buddy both on.. and your Both on the same Lan..... Read this thread (http://www.eqemu.net/forums/showthread.php?s=&threadid=1559)
Furinex
04-24-2002, 08:16 AM
Gah, no zones are pop-ed with mobs :( lol, is there coding faq anywhere?
meliudaj
04-24-2002, 08:17 AM
Lurker_005:
Mini login will allow muli peeps to log in as emu at the same time???
Lurker_005
04-24-2002, 08:18 AM
For running a public server, use your internet IP instead of 192.168.254.1 and try that.
Regarding copy and pasting the dos windows. Clikc on the dos icon in the upper left corner of the window. Chose edit, you should be able to figure it out from there.
Lurker_005
04-24-2002, 08:19 AM
yea, it only allows the eqemu login, but it allows more than 1 login to it.
meliudaj
04-24-2002, 08:21 AM
Download drawde's db.sql (http://www.innersystems.com/~drawde/worlddata0.85db.zip )
copy it into your mysql/bin dir
mysql.exe
drop database eq;
create database eq;
use eq
source db.sql
This will dump out the original db.sql you have loaded and load his db.sql.... It has a good number of mobs populated threw out the world.
Lurker_005
04-24-2002, 08:21 AM
Check out the worldbuilders forum for databases with zones populated
Furinex
04-24-2002, 08:24 AM
Alright, this is shitty, it says He cant find the host, and to check the EQhost.txt.. I must be your worst nightmare.. Im sorry :(
meliudaj
04-24-2002, 08:25 AM
<--- Retracts all his fals information about minilogin :-)
Thought it was for one login and one login only. My bad.
Oh well I still rather use login server my self.. More like the real thing. If it wasn't for that fact that multi puters on a LAN CAN'T access the eqemu.loginserver then people would be more apt to use that one instead I think.
meliudaj
04-24-2002, 08:28 AM
post his eqhost.txt for his system.
Also remember to use eqgame.exe patchme so you aren't getting your eqhost.txt overwritten with the eqlive one.
Furinex
04-24-2002, 08:30 AM
his host looks like this:
[Registration Servers]
{
"192.168.254.1"
{
[Login Servers]
{
"192.168.254.1"
}
Well, we changed the registration and login to the ip address where the server is located... am I don anything wrong?
meliudaj
04-24-2002, 08:38 AM
<-- forces furnix to be overly Thorough. Go to his PC right now.. Open his eqhost.txt.. and type it in like it says.. No well we change this that general thing please.
Furinex
04-24-2002, 08:39 AM
Thats exactly what it says right now..
Before it was the one to get to the Eqemu.login.org servers.
meliudaj
04-24-2002, 08:47 AM
is 192.168.254.1 the ip address of his NIC or the NIC of the PC running minilogin & worldserver?
Furinex
04-24-2002, 08:49 AM
The IP of the one running the world server and login.
meliudaj
04-24-2002, 08:54 AM
Oh DUH stupid me.
[Registration Servers]
{
"192.168.254.1"
{
[Login Servers]
{
"192.168.254.1"
}
No PORT NUMBER.
instead of 192.168.254.1 you need 192.168.254.1:5999
Furinex
04-24-2002, 08:57 AM
Woot and Shit! Got INTO the login server, but clicking on the server, it gave me the SAME error that it did when I tried logging into the public server :( WTF!
Furinex
04-24-2002, 09:27 AM
Is there a way to find the WAN ip address? I cant seem to find it.. :\
meliudaj
04-24-2002, 09:29 AM
post the messages from your minilogin, worldserver, and one of your 5 zone server after you brin them all up in that order.
meliudaj
04-24-2002, 09:31 AM
is this a home LAN, or business/college LAN?
Furinex
04-24-2002, 09:38 AM
Minilogin
Client disconnected
Removing client from ip: 127.0.0.1, port: 1585
470820 New client from ip: 127.0.0.1 port:1607
Client disconnected
Removing client from ip: 127.0.0.1, port: 1607
1552800 New client from ip: 192.168.254.204 port:3469
Client disconnected
Removing client from ip: 192.168.254.204, port: 3469
1560490 New client from ip: 192.168.254.204 port:3473
Client disconnected
Removing client from ip: 192.168.254.204, port: 3473
1584210 New client from ip: 192.168.254.204 port:3475
Client disconnected
Removing client from ip: 192.168.254.204, port: 3475
1589210 New client from ip: 192.168.254.204 port:3479
Client disconnected
Removing client from ip: 192.168.254.204, port: 3479
1622610 New client from ip: 192.168.254.204 port:3481
Client disconnected
Removing client from ip: 192.168.254.204, port: 3481
1629970 New client from ip: 192.168.254.204 port:3485
3348530 New client from ip: 127.0.0.1 port:1663
Client disconnected
Removing client from ip: 127.0.0.1, port: 1663
world.exe
3283330 New client from ip: 127.0.0.1 port:1659
u='eqemu', p='eqemu'
Logged in: Local: eqemu
Sending list of guilds
Zoneserver SetZone: 127.0.0.1:7997
Zoneserver SetZone: 127.0.0.1:7997
3342600 New client from ip: 127.0.0.1 port:1665
u='eqemu', p='eqemu'
Logged in: Local: eqemu
Sending list of guilds
Client timeout
Removing client from ip:127.0.0.1 port:1659
Unknown opcode: 0x3521 size:2056
Unknown opcode: 0x3921 size:2056
Unknown opcode: 0x9221 size:4
0000: B4 F9 18 C9 | ....
Unknown opcode: 0x9220 size:12
0000: 00 00 00 02 00 00 00 00 - 00 00 00 00 | ............
Attempting autobootup of 'permafrost' for Furinex
Zoneserver SetZone: 127.0.0.1:7995 permafrost
Enter world: Furinex: permafrost
Zoneserver SetZone: 127.0.0.1:7995 permafrost
Client disconnected
Removing client from ip:127.0.0.1 port:1665
5zone
f "YourIP" when you are connecting
C:\EQemu\eqemu-0.3.1.1-win32>REM: To the EQEmu Loginserver.
C:\EQemu\eqemu-0.3.1.1-win32>
C:\EQemu\eqemu-0.3.1.1-win32>REM: When you are using minilogin, Replace all IP A
ddresses to say 127.0.0.1
C:\EQemu\eqemu-0.3.1.1-win32>
C:\EQemu\eqemu-0.3.1.1-win32>REM: If you still get errors try using localhost in
stead of 127.0.0.1
C:\EQemu\eqemu-0.3.1.1-win32>
C:\EQemu\eqemu-0.3.1.1-win32>REM: zone9x.exe is for use with Windows 98 and ME o
nly.
C:\EQemu\eqemu-0.3.1.1-win32>REM: If you are running Windows NT/2000 or XP use Z
oneNT.exe
C:\EQemu\eqemu-0.3.1.1-win32>
C:\EQemu\eqemu-0.3.1.1-win32>REM:--------------Start-----------------------
C:\EQemu\eqemu-0.3.1.1-win32>
C:\EQemu\eqemu-0.3.1.1-win32>
minilogin at start up
[LoginConfig] block not found in LoginServer.ini.
Server mode: Standalone
Login server listening on port:5999
New TCP connection: 127.0.0.1:1676
one ofthe 5 zone thingies
Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Loading faction data...done.
Connected to worldserver: 127.0.0.1:9000
Entering sleep mode
what now? :(
Furinex
04-24-2002, 09:39 AM
Home LAN, I have a router, and 3 computers.
meliudaj
04-24-2002, 09:55 AM
You loginserver.ini, and db.ini should read like this now as well:
Loginserver.ini:
### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.
# READ README.TXT
[LoginServer]
loginserver=192.168.254.1
worldname=Furinex's World of Disjunction
locked=false
account=
password=
worldaddress=127.0.0.1
loginport=5999
db.ini
# READ README.TXT!
[Database]
host=127.0.0.1
user=furinex
password=sony
database=eq
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left as localhost unless mysql is
### --- on a differant computer than world.exe.
Boot5Zone.win9x
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
REM: zone9x.exe is for use with Windows 98 and ME only.
REM: If you are running Windows NT/2000 or XP use ZoneNT.exe
REM:--------------Start-----------------------
@echo off
start zone9x . 127.0.0.1 7995 127.0.0.1
start zone9x . 127.0.0.1 7996 127.0.0.1
start zone9x . 127.0.0.1 7997 127.0.0.1
start zone9x . 127.0.0.1 7998 127.0.0.1
start zone9x . 127.0.0.1 7999 127.0.0.1
exit
cls
REM:---------------END------------------------
Do they?
Also what OS are we on?
What kind of router? Model?
Furinex
04-24-2002, 09:59 AM
XP (Client) win98(host)
Siemense Routers.
Checking to see if it worked now..
Furinex
04-24-2002, 10:05 AM
Damn it :( Same error ;(
meliudaj
04-24-2002, 10:16 AM
Loginserver.ini:
### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.
# READ README.TXT
[LoginServer]
loginserver=192.168.254.1
worldname=Furinex's World of Disjunction
locked=false
account=
password=
worldaddress=127.0.0.1
loginport=5999
change to
Loginserver.ini:
### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.
# READ README.TXT
[LoginServer]
loginserver=192.168.254.1
worldname=Furinex's World of Disjunction
locked=false
account=eqemu
password=eqemu
worldaddress=127.0.0.1
loginport=5999
Furinex
04-25-2002, 08:57 AM
I cant even log in now :( I got the minilogin server to work on the XP computer, I can get on with the XP computer, but My 98 one cant even log in. I type in eqemu:eqemu as name:pass and it tells me it cant even connect to the server.. it also just sits there and thinks about establishing a connection with the login server when it doesnt really :(
morpheus014
04-25-2002, 09:18 AM
I get this same error when trying to log a win XP computer onto a Win98 server pc on a LAN w/ router. I am begining to think its an OS platform, and the server program wont multiplatform on a network. Anyway, I am trying it with my old 4 port hub to see if that makes any differance, if I figure anything out regarding network login stuff I will post here
meliudaj
04-25-2002, 09:32 AM
Your trying to connect to your miniloging right?
If so post the eqhosts file from the machine your trying to connect with.
Furinex
04-25-2002, 10:22 AM
yes, I'm on a miniserver. Text from eqhost.txt on the host machine (XP Operating System):
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
Here's the one for the Connecting Machine:
[Registration Servers]
{
"192.168.254.204:5999"
}
[Login Servers]
{
"192.168.254.204:5999"
}
Furinex
04-25-2002, 10:26 AM
XP machine (Host of the server) is 192.168.254.204
98 machine (Client to the server) is 192.168.254.1
Furinex
04-25-2002, 11:42 AM
Now im getting frustrated, yesterday, I had it on vice versa machines and now I can even log INTO the server selection screen... this blows monkey brains :P
Lurker_005
04-25-2002, 03:41 PM
You won't be able to loginto the server from another computer if you using 127.0.0.1 <--- always means the same computer it is used on.
loginserver=Server's IP
worldaddress=Server's IP
start zone9x . Server's IP 7995 127.0.0.1
[Registration Servers]
{
"Server's IP:5999"
So if your XP box is the server, replace "Server's IP" in the above with 192.168.254.204 Leave all the rest of the 127.0.0.1's in there.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.