PDA

View Full Version : 1017 Error Assistance


tuvok_of_voyager
07-08-2004, 07:17 AM
I've been working on this for 2 days now and can't find the problem. I am able to see my server on the server select screen but when I try to enter it, I see the desktop for about 5 seconds and then eqgame loads back up and I get a 1017 error. XP Firewall, and all other firewalls are turned off, and so is Internet Connection Sharing.

Windows XP, running minilogin, and I'm trying to host and play on the same PC, using 0.5.6 emu

Thanks in advance for any help given.

**DB.INI**

# READ README.TXT!

[Database]
host=localhost
user=eqemu
password=eqemu
database=eq
compression=off

### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.

**MINILOGINACCOUNTS.INI**

localhost eqemu eqemu <-(yes, there is a space here)

**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 recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.

# READ README.TXT
[LoginServer]
loginserver=localhost
loginport=5999
worldname=Eric's Everquest
worldaddress=localhost
locked=false
account=eqemu
account=eqemu

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=localhost

**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

if NOT exist spells_us.txt goto NOSPELL

start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
exit
cls

:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

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


**EQHOST.TXT**

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

**MINILOGON.EXE**

LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999

**WORLD.EXE**

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
HELP I WORK IN THE EQEMU SWEATSHOP, YOU'RE MY ONLY HOPE!
TCP listening on: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: localhost:5999

**ZONE.EXE**

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.6
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5020
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 160 commands loaded
[Status] Entering sleep mode
Connected to worldserver: localhost:9000

tuvok_of_voyager
07-08-2004, 08:28 AM
And I have the pre June 22nd patch

eristole
07-09-2004, 02:07 AM
everything is loading up fine.
it's most likely a conflict with your version of eq and eqemu.

Makwa
08-31-2004, 04:57 PM
In your Loginserver.ini :

You have two account's listed.

Should be:

account=eqemu
password=eqemu

molimo140
09-01-2004, 11:01 AM
Minilogin is dead from what i know - Try this

replace all ips in boot5zones.bat and loginserver.ini to localhost

eqhost.txt, change it to look like this


[Loginserver]
eqemulator.net:5997

in loginserver.ini

[Loginserver]
Loginserver=eqemulator.net
Loginport=5997


change it to that, save, run world, then boot5zones...log in and you're happy.