Trump, It doesn't look like the login server honors worldaddress=, it sends them to the ip thats connected to it(login). I don't think it was specificly minilogin doing it either.
|
worldaddress needs to be right under worldname. Dont ask me why. SOmething about the way it parses and uses the file.
I fixed that in the last release in the .ini , but alot of people dont use it, they just copy the one in from an earlier release. |
1017
the answer is probley here allready but as i am blind and cant read... i will have to ask..... :?
my server comes up just fine but i am getting 1 error [Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1 [Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1 [color=#][/color] zone.bat comes up ok... and when run eq (on a different system) i get to the server scelect menu and find my server there waiting for me.....but when i try to logon to it 1017 this only happens when i try ot get into my server from a system that is NOT RUNNING EQEMU.... i can logon to other servers from this system no prob...i can logon to my server if i run eq on the same system as i am running emu...... i am useing a linksys router with ports 9000, 2000-3000, 7994-8000 fowarded to the local ip of the eqemu sys192.168.1.x and the dmz host is on for this system...... any ideas......not including large ammounts of high explosive...grin thanks in advance ps..... i am useing the name for my system "xxxx.xxx.xx.xxx" rather than the numbers as i do not have a static internet ip and this name stays the same even when the ip changes....... could this be causing the problem and if so will a redirect service help/work?? |
My situation, I can get my server running, however I do have a Linksys router with NAT support. So when I try to connect to the Evertest server, it gets a 1017 error. I tried to use the telnet commands given by meliudaj above, but that does not work with my Linksys router. I can connect to my router via internet explorer. It gives me several tabs of information/configuration. At this point I do not know how to configure my NAT router to give this command/setup:
telnet 192.168.0.1 password= |
[quote]telnet 192.168.0.1
password= |
I've been trying to look for help on my problem, but have had no luck at all, and I know its possible to fix this
Now, i'm trying to set up an offline private personal server just for my one computer, and I've done everything that requires that, and I can even log on and see my own server in the server list, but when I try to load into my server, it acts like its going to load, but then it boots me back to the server select screen, and a message pops up saying: "Error 1017: Cannot login to the EverQuest server. You may need to re-run the update patch. Repeatedly seeing this message indicates a loss of connectivity to the patch server. This is usually temporary." Now please, can someone please tell me how to resolve this, and then i'll be outta everyones hair. |
Ben, I've told you that your only solution is to wait for a new version of eqemu that is compatible with your client.
patcher is down, and probably won't come back up. If you didn't get the files while they were available, you probably won't be getting the files. And without the correct files, you cannot play. Thus, you wait. Asking for the files you require would violate the registration agreement required to access this board. Please refrain from asking someone to send them to you. |
im getting an ERROR 1045 Access denied for user < 127.0.0.1 > <using password:NO> any ideas?
|
all I have to say, after reading this entire thread is OUCH MY ACHING HEAD
|
Is there a fix for the 1017 error for people trying to connect to the new .5 servers? I'm not trying to host a server, all I want to do is fix my client. I get to the server select screen, select a .5, and get booted back to the first screen.
|
Quote:
I'm starting to think that right now you can't even log in if everything was correct... Who the hell is willing to answer this question - any takers? Anyone even know WTF is with this? And don't tell me 'READ THE THREADS' I obviously have if I am here. Good Luck! EQEMU works = Kill EQ subsciption = Make donation :wink: |
Is anyone reading this thread?
|
First off, everyone on the dev team is kickin ass. I've done a bit of reverse engineering as well as programming in VB6 and C++ and understand that it takes a while to get things done, and only adds to the frustration when you see posts like, "HEELLLLPPP I am new here and want to get this thing to work now!"
I've been reading through the forums for about 2 weeks now and haven't found one single LAN server setup that has worked for me, so instead of moaning about it I went through about 8 of them and picked out which things worked for me and which didn't(will post final setup that worked for me this weekend to see if it will help someone else). I've seen and tried the methods in most(if not all) of these posts about getting past the 1017 error after server select screen since some people say they are getting past it with no prob but it's not working for me. I read a reply by an admin to just wait for the next version of the emu to come out and that sounds logical. I'm still going to post my setup info as per required for a post like this one just in case I overlooked something. --PC:Pentium 4, 2.53Ghz 512MB PC2100 --OS:Win2K Pro SP4 --MYSQL 4.0.1.2 --WorldData 1.1 --Using Minilogin (072703 release)for personal LAN --EQEmu 0.4.4 here are the other files required: ----------db.ini # READ README.TXT! [Database] host=127.0.0.1 user=Mysql_name password=Mysql_pwd 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. -----------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=127.0.0.1 loginserver2=127.0.0.1 loginport=5997 loginport2=5997 worldname=Thisisntyour worldaddress=127.0.0.1 locked=false account= password= [WorldServer] Defaultstatus= Unavailzone= [LoginConfig] ServerMode=Standalone ServerPort=5997 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 127.0.0.1 instead of localhost REM:--------------Start----------------------- @echo off if NOT exist spells_en.txt goto NOSPELL 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 :NOSPELL echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup. PAUSE REM:---------------END------------------------ --------eqhost.txt [Registration Servers] { "127.0.0.1:5997" } [Login Servers] { "127.0.0.1:5997" } (have switched out the "localhost" with "127.0.0.1" but same result) This is what I get from World.exe window after trying to login to my server resulting in the 1017..... Using database 'eq' at 127.0.0.1 [Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4 [Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4 Loading Variables, zone names & items... EMuShareMem.dll loaded. Loading items from database... ...done. LoginServer.ini read. Loading guild ranks...done. Loading EQ time of day...done. Deleted 0 stale player corpses from database. Deleted -1 stale player backups from database. Liberating a country that despises us... TCP listening on: 127.0.0.1:9000 World server listening on: 127.0.0.1:9000 Connected to LoginServer: 127.0.0.1:5997 82921 New TCP connection: 127.0.0.1:1043 82937 New TCP connection: 127.0.0.1:1044 82937 New TCP connection: 127.0.0.1:1045 82937 New TCP connection: 127.0.0.1:1046 82937 New TCP connection: 127.0.0.1:1047 New zoneserver: #1 127.0.0.1:1047 New zoneserver: #2 127.0.0.1:1046 New zoneserver: #3 127.0.0.1:1045 New zoneserver: #4 127.0.0.1:1044 New zoneserver: #5 127.0.0.1:1043 Zoneserver SetConnectInfo: 127.0.0.1:1043: 127.0.0.1:7995 Zoneserver SetConnectInfo: 127.0.0.1:1044: 127.0.0.1:7997 Zoneserver SetConnectInfo: 127.0.0.1:1045: 127.0.0.1:7996 Zoneserver SetConnectInfo: 127.0.0.1:1046: 127.0.0.1:7998 Zoneserver SetConnectInfo: 127.0.0.1:1047: 127.0.0.1:7999 291562 New client from ip: 127.0.0.1 port: 1050 Unknown opcode: 0x6912 size:138 0: 78 5E 4B 2D 4C CD 2D 65 - 48 05 93 20 70 F9 F8 9F | x^K-L.-eH.. p...16: 72 67 06 86 03 60 0E 1A - 60 94 F9 59 0E 12 72 F9 | rg...`..`..Y..r.32: 25 C4 F0 04 88 2F 28 0A - 33 A4 CC FC 01 14 13 66 | %..../(.3......f48: 50 F8 27 0A 56 7D 00 28 - DE C1 26 CC B0 E0 87 10 | P.'.V}.(..&.....64: 03 43 23 50 FD 9B BF F5 - 4C 60 19 61 06 57 30 CD | .C#P....L`.a.W0.80: C5 E0 01 34 C7 01 C8 62 - 84 9A 0F B2 53 E4 B7 10 | ...4...b....S...96: 03 C8 5E AF 0B 3F C0 F6 - 4F 01 F2 79 F7 F8 D5 28 | ..^..?..O..y...(112: 40 DD D4 73 C5 BF 06 24 - 9E F0 57 88 01 84 23 FE | @..s...$..W...#.128: 42 34 1F 07 62 00 AB 88 - 33 FD | B4..b...3. Unknown opcode: 0x6912 size:138 0: 78 5E 4B 2D 4C CD 2D 65 - 48 05 93 20 70 F9 F8 9F | x^K-L.-eH.. p...16: 72 67 06 86 03 60 0E 1A - 60 94 F9 59 0E 12 72 F9 | rg...`..`..Y..r.32: 25 C4 F0 04 88 2F 28 0A - 33 A4 CC FC 01 14 13 66 | %..../(.3......f48: 50 F8 27 0A 56 7D 00 28 - DE C1 26 CC B0 E0 87 10 | P.'.V}.(..&.....64: 03 43 23 50 FD 9B BF F5 - 4C 60 19 61 06 57 30 CD | .C#P....L`.a.W0.80: C5 E0 01 34 C7 01 C8 62 - 84 9A 0F B2 53 E4 B7 10 | ...4...b....S...96: 03 C8 5E AF 0B 3F C0 F6 - 4F 01 F2 79 F7 F8 D5 28 | ..^..?..O..y...(112: 40 DD D4 73 C5 BF 06 24 - 9E F0 57 88 01 84 23 FE | @..s...$..W...#.128: 42 34 1F 07 62 00 AB 88 - 33 FD | B4..b...3. Client disconnected Removing client from ip:127.0.0.1 port:1050 "[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4 [Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4" This kind of hints that it is some version incompatibility, if so, I'll just sit back until the new version of the emu comes out :) -----Finally heres the boot5zones.bat message: Using database 'eq' at 127.0.0.1 [Status] CURRENT_ZONE_VERSION: EQEMu 0.4.4 [Error] CURRENT_ZONE_VERSION: EQEMu 0.4.4 [Status] Loading Variables [Status] Loading zone names [Status] Loading items EMuShareMem.dll loaded. [Status] Loading npcs Loading NPCTypes from database... [Status] Loading npc faction lists Loading NPC Faction Lists from database... [Status] Loading loot tables Loading Loot tables from database... [Status] Loading doors Loading Doors from database... [Status] FileLoadSPDat() Loading spells from spells_en.txt [Status] FileLoadSPDat() spells loaded: 3902 [Status] Loading guilds [Status] Loading factions [Status] Loading corpse timers [Status] Loading what ever is left [Status] Entering sleep mode Connected to worldserver: 127.0.0.1:9000 -------Sorry this is so long but went by what was ruled... 5) If you are having 1017 errors, please provide the following information: a) What OS (Operating System, IE: Windows 95) you are using b) What you are connecting to (Minilogin, Publiclogin, Logging/Hosting into eqlogin.eqemu.net) c) What EMU Version (IE: 0.3.7) you are using d) Paste the text out of these files: db.ini (mask out PASSWORD please) loginserver.ini boot5zones.bat eqhost.txt (in your eq directory) e) Load up world.exe, and Boot5zones.bat and copy/paste them in the post. |
Need to copy your spells_en.txt file into folder with EqEmu , it can be found in your Everquest Folder.
As for the errors , kinda looks like wrong client version. |
Sorry, forgot to add that to my post. I've had the spells_en in the folder. Thnx tho :)
[Status] FileLoadSPDat() Loading spells from spells_en.txt [Status] FileLoadSPDat() spells loaded: 3902 |
All times are GMT -4. The time now is 08:13 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.