PDA

View Full Version : Assistance needed.


Morlack
10-15-2002, 03:40 PM
I'm trying to run a Minilogin server on Local Network (no internet | supports 1 account). I've read over a lot of posts to see if anyone has had a simliar problem, but no luck. Looked over the FAQ, no luck. Readme's and such, you name it. Which is why I am here asking :)
I'm having some problems with error 1017.. first, here is my information:

a) What OS (Windows 2000)
b) What you are connecting to (Minilogin)
c) What EMU Version (EQEmu-0.3.9-Win32)
d) Paste the text out of these files:

db.ini (mask out PASSWORD please)

# READ README.TXT!

[Database]
host=localhost
user=*******
password=******
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.

loginserver.ini

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Evertest
locked=false
account=
password=
worldaddress=localhost

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

boot5zones.bat

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:--------------Start-----------------------


@echo off
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
exit
cls


REM:---------------END------------------------

eqhost.txt (in your eq directory)

[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}

e) Load up world.exe, and Boot5zones.bat and copy/paste them in the post.

world.exe:

Using database 'eq' at localhost
EqEmu 0.3.9 - Angriff der Corpses
Loading zone names & items...done.
LoginServer.ini read.
Loading guild ranks...done.
World server listening on: port 9000
Connected to LoginServer: localhost:5999

Boot5zones.bat: (7995 - 7999)

Using database 'eq' at localhost
EqEmu 0.3.9 - Angriff der Corpses
Loading zone names & items...done.
LoginServer.ini read.
Loading guild ranks...done.
World server listening on: port 9000
Connected to LoginServer: localhost:5999

I've been following the readme's account log in procedure and when I do finally get in and everything and it is about to load up EQ but then brings me back to server screen giving the 1017 error.
In the MiniLogin.exe it gives the report of:

LoginServer.ini read.
Server mode: Standalone
Login server listening on port:5999
New TCP connection: 127.0.0.1:1300
22382 New client from ip: 127.0.0.1 port: 1311
Client disconnected (eqnc->GetState()=102)
Removing client from ip: 127.0.0.1, port: 1311
28681 New client from ip: 127.0.0.1 port: 1315
Client disconnected (eqnc->GetState()=102)
Removing client from ip: 127.0.0.1, port: 1315

In the World.exe it gives the report of:

Using database 'eq' at localhost
EqEmu 0.3.9 - Angriff der Corpses
Loading zone names & items...done.
LoginServer.ini read.
Loading guild ranks...done.
World server listening on: port 9000
Connected to LoginServer: localhost:5999
New TCP connection: 127.0.0.1:1306
New zoneserver: #1 127.0.0.1:1306
ZoneNeservew TCPr Set connConneectioctInfn: 12o: 127.0.07.0.0.1:13.1:1307
Ne06: 1w zon27.0.eserv0.1:7er: #999
2 127.0.0.1:1307
New TCP connection: 127.0.0.1:1308
New zoneserver: #3 127.0.0.1:1308
Zoneserver New TSetCoCP connectnnectInfo:ion: 127.127.00.0.1.0.1::13071309
: 127.0.0.1:7997
NewZone TCP serveconner SetctionConne: 127ctInf.0.0.o: 121:1317.0.00
New.1:13 zone08: 1serve27.0.r: #40.1:7 127.998
0.0.1:1310
New zoneserver: #5 127.0.0.1:1309
Zoneserver SetConnectInfo: 127.0.0.1:1309: 127.0.0.1:7996
Zoneserver SetConnectInfo: 127.0.0.1:1310: 127.0.0.1:7995
24745 New client from ip: 127.0.0.1 port: 1313
127.0.0.1: Wrong name/pass: name='eqemu'
Removing client from ip:127.0.0.1 port:1313

And all the Boot5zones seem to all function correctly without any errors. Now where it says "Wrong name/pass: name ='eqemu', I might have the wrong account name and password running for the server but I don't think that would cause 1017?

Any information on how to fix all this would be greatly appreciated.

Thank you in advance.

kunta
10-15-2002, 08:45 PM
you need to add eqemu to the database as a username and eqemu as a password. you can do it with the world.exe thing, but i dont know how to do that. Search for world.exe and you will find the answer for that.