PDA

View Full Version : 1017 problem with barebone 0.6.0-DR1


Xentar
10-25-2004, 03:51 PM
Ok, I've been very hesitant to post because I thought I could find the solution out there on the forum some place but after exhausting all solutions I could find, I'm posting finally.

I've followed the Big server setup post by Malignus Wingnut from
http://eqemulator.net/forums/viewtopic.php?t=17531&postdays=0&postorder=asc&sta rt=0&sid=c28f78924b18b71c7b75744e3a209580
but that did not work very well but it helped me learn how to get around perl and MySQL and how to create and source in things. Thanks for the lesson on that.

After learning that, I followed the simple instructions from Chrysm on page 6 of the same thread. This got me further at least.

Currently I'm having 2 problems from what I can see.

First, I can't connect to my own server, I keep getting 1017 errors.
-I have the latest updated client (I still play EQ).
-There is no version conflict in the DB, fresh barebone DB following the 3 step process from http://www.eqemulator.net/databases_v6.php
-I am behind a Buffalo router, I have tried 2 things, putting server in the DMZ, and also forwarding ports to the static IP of the server (5994, 9000, 7990-8000) all UDP. Neither has fixed my inability to get on the server.
-I have recreated the DB and resourced it about 4 times so far and have gotten to be an expert in it. :)
-With my client, I can get on several servers, GuildWars, where I spoke to the creater who was busy making things, and Evolution to name a couple.
-I have gotten the latest stuff from the CVS resources.
-Initially I had tried the PEQ DB, then the barebones one (if there is a diff).

Second Problem:
-I have seen someone else try to get in and get as far as char creation and then get the code erro and get dropped.

Any help is greatly appreciated. Please try to be plain in your explanation, don't assume everyone on the board knows all the EQEmu lingo. :o

My server can be seen on the server list as Straylight. It is usually going up and down when I'm working on it. If not, then it's not on. So if you wan to log in to get a better idea, feel free.

Below are my World and Boot file outputs.
_____________________________________

[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR1
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=15720, max id=69304
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Breaking bards...done
TCP listening on: 70.112.176.85:9000
World server listening on: 70.112.176.85:9000
Connected to LoginServer: newlogin1.eqemulator.net:5994
8903 New TCP connection: 127.0.0.1:1114
8903 New TCP connection: 127.0.0.1:1115
New zoneserver: #1 127.0.0.1:1115
New zoneserver: #2 127.0.0.1:1114
Zoneserver SetConnectInfo: 127.0.0.1:1114: 70.112.176.85:7999
Zoneserver SetConnectInfo: 127.0.0.1:1115: 70.112.176.85:7996
9243 New TCP connection: 127.0.0.1:1116
9243 New TCP connection: 127.0.0.1:1117
9243 New TCP connection: 127.0.0.1:1118
New zoneserver: #3 127.0.0.1:1117
New zoneserver: #4 127.0.0.1:1116
New zoneserver: #5 127.0.0.1:1118
Zoneserver SetConnectInfo: 127.0.0.1:1116: 70.112.176.85:7995
Zoneserver SetConnectInfo: 127.0.0.1:1117: 70.112.176.85:7997
Zoneserver SetConnectInfo: 127.0.0.1:1118: 70.112.176.85:7998
_____________________________________

[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR1
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[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] Loading guilds
[Status] Loading factions
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'hp' defaulting to access level 0!
[Status] command_init(): Warning: Command 'pf' defaulting to access level 0!
[Status] command_init(): Warning: Command 'bestz' defaulting to access level 0!
[Status] command_init(): Warning: Command 'ginfo' defaulting to access level 0!
[Status] 170 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000

_______________________________________ :) :)

zephyr325
10-25-2004, 05:02 PM
Dunno how useful these will be, but this is how mine is setup:

1) Make sure both TCP and UDP are enabled for all ports.

2) Rather than using the 127.0.0.1 address, I'm using my own private/internal address for my server setup (10.120.26.x). Change that in your boot5zones.bat file.

Xentar
10-25-2004, 10:42 PM
Tried both of your suggestions but the problem is still the same. Any one else have any ideas?

Derision
10-25-2004, 10:48 PM
From what you describe, i.e. someone outside your network made it to the character creation screen but you can't, you may have the 'NAT' issue which Doodman describes how to work around in this thread:

http://www.eqemulator.net/forums/viewtopic.php?t=17370

Xentar
10-26-2004, 07:56 AM
AAA-freaking-MEN! AMEN!

Thanks for pointing out that post, donno how I overlooked it. I think, in my head, all I was thinking about was 1017 eventhough I knew it dealt with my router config some how. Sheees...what's that called? Hind sight? *shrug*

Any ways, anyone having issues with settig up server from start should follow the instructions in the above link page6, the follow the NAT stuff in the above link.

Now on to bigger and more problems once in the server.