View Full Version : Error 1017 with new DB9?
Skifreak107
04-18-2002, 02:54 PM
Im getting a error 1017 with new db9 using 0.3.0 on minilogin, it was working with drawde's db before, but not anymore? Anyone know why?
-Ski
BigAL
04-19-2002, 04:23 AM
I get the same error when using DB9. I switch back to Drawde's and it works fine. Anyone have any ideas?
Shawn319
04-19-2002, 08:57 AM
paste your loginserver.ini and boot5zones.bat file here.
/me also just got 600 posts :)
Skifreak107
04-19-2002, 09:38 AM
Will do, GRATS ON 600!
[LoginServer]
loginserver=127.0.0.1
worldname=Test Server
locked=false
account=
password=
worldaddress=127.0.0.1
loginport=5999
@echo off
start zonent . 127.0.0.1 7800 127.0.0.1
start zonent . 127.0.0.1 7801 127.0.0.1
start zonent . 127.0.0.1 7802 127.0.0.1
start zonent . 127.0.0.1 7803 127.0.0.1
start zonent . 127.0.0.1 7804 127.0.0.1
exit
cls
-Ski
Shawn319
04-19-2002, 09:41 AM
try changing all the 127.0.0.1's to say localhost
Skifreak107
04-19-2002, 10:13 AM
No luck with the localhosts.
-Ski
BigAL
04-19-2002, 11:56 AM
@echo off
start zoneNT . localhost 7995 localhost
start zoneNT . localhost 7996 localhost
start zoneNT . localhost 7997 localhost
start zoneNT . localhost 7998 localhost
start zoneNT . localhost 7999 localhost
exit
cls
[LoginServer]
loginserver=localhost
worldname=alaviolette
locked=false
account=
password=
worldaddress=
loginport=5999
I turned off my zonealarm firewall to see if that would help, but no luck. How can a database affect connection? Is it possible?
Shawn319
04-19-2002, 01:18 PM
You forgot worldaddress=localhost
Kyouchou
04-20-2002, 07:48 AM
I'm getting the same problem when I try to use minilogin.exe (which I finally got working!!! woohoo!!! *dances a jig*)... haven't tried using a different DB yet, cause I forgot what had been said here about the error... will try that next and see what happens...
BTW, my LoginServer.ini and Boot5Zones.Win9x.bat firles are listed (again) below:
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=localhost
worldname=Agarwaendor
locked=false
account=
password=
worldaddress=localhost
loginport=5999
Boot5Zones.Win9x.bat
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of 127.0.0.1 when you are connecting
REM: To a EQEmu Loginserver.
REM: When you are using minilogin, leave all IP entrys as 127.0.0.1 and if you still getting
REM: Errors try using localhost as the IP 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 . localhost 7995 localhost
start zone9x . localhost 7996 localhost
start zone9x . localhost 7997 localhost
start zone9x . localhost 7998 localhost
start zone9x . localhost 7999 localhost
exit
cls
REM:---------------END------------------------
*****I had to change the IP entries in the batch file to "localhost" to get minilogin to work (which is wierd cause I tried that one other time and it didn't work... I only tried again cause I was desperate).
Kyouchou
Kyouchou
04-20-2002, 08:02 AM
One more thing...
After exiting the EQ interface after I got this error twice, I noticed the following in my World.exe log window...
881330 New client from ip: 127.0.0.1 port:1314
u='eqemu', p='eqemu'
127.0.0.1: Wrong name/pass: name='eqemu'
Removing client from ip:127.0.0.1 port:1314
882540 New client from ip: 127.0.0.1 port:1314
u='eqemu', p='eqemu'
127.0.0.1: Wrong name/pass: name='eqemu'
Removing client from ip:127.0.0.1 port:1314
883040 New client from ip: 127.0.0.1 port:1314
u='eqemu', p='eqemu'
127.0.0.1: Wrong name/pass: name='eqemu'
Removing client from ip:127.0.0.1 port:1314
883590 New client from ip: 127.0.0.1 port:1314
u='eqemu', p='eqemu'
127.0.0.1: Wrong name/pass: name='eqemu'
Removing client from ip:127.0.0.1 port:1314
884250 New client from ip: 127.0.0.1 port:1314
u='eqemu', p='eqemu'
127.0.0.1: Wrong name/pass: name='eqemu'
Removing client from ip:127.0.0.1 port:1314
885620 New client from ip: 127.0.0.1 port:1314
u='eqemu', p='eqemu'
127.0.0.1: Wrong name/pass: name='eqemu'
Removing client from ip:127.0.0.1 port:1314
Is this a separate problem, or is this related somehow to the erro 1017?
Kyouchou
Shawn319
04-20-2002, 09:54 AM
You probably dont have thew eqemu account in your DB.
Kyouchou
04-20-2002, 03:37 PM
Yeah I thought of that about an hour or so after I posted that message...
I haven't tried yet, but I'm quite confident that if I use the adduser command in World.exe that I'll be able to fix those authentication errors. At this point though, with the new error I picked up with the default database for 0.3.1 I think it may be a mute point for a little while. To be honest though I've put in about 24 hours of total time trying to get this damn thing to work right and I need a break, so I may not mess with it at all this next week.
Kyouchou
Bobislost
04-21-2002, 04:08 AM
How do you add a user to the DB ? i'm getting the exact same error.
Catranis
04-21-2002, 04:56 AM
Bobislost, I had the same problem and all you have to do is go into EQEmu Admin tool and add an account with id 1, name eqemu, and password eqemu
Bobislost
04-21-2002, 05:28 AM
Thanks much! I'll try this.
Lurker_005
04-21-2002, 06:03 AM
hmm guess that actually isn't in the readme...
to add a user to the DB go to the command prompt and type this:
world.exe adduser eqemu eqemu 200
that is:
world.exe adduser {username} {password} {user status}
Shawn319
04-21-2002, 01:41 PM
I didnt put it in the readme because the default database has the eqemu account in it (and i made it status 200 so people dont have to flag it).
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.