Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-08-2002, 10:37 AM
Khranok
Fire Beetle
 
Join Date: Sep 2002
Posts: 7
Default error 1017 on Win 2000

I'm trying to setup my own server for offline and LAN play, ive configerd everything, I can login and ive got a server named 0.3.6 (after the EQEmu version), I click to play it and it gives me that error, I have norton anti-virus disabled and I aint sure if Win 2000 has a firewall but ive looked in the network settings and cant find an option to turn it off, If anyone can help it would be much apprecitated, thanx
Reply With Quote
  #2  
Old 09-09-2002, 05:55 AM
scruntos
Fire Beetle
 
Join Date: Jun 2002
Posts: 5
Default

I too am having similar troubles. I am using windows XP. In XP to toggle firewall it is in the advanced section of your NIC
Reply With Quote
  #3  
Old 09-09-2002, 10:54 AM
Nira's Avatar
Nira
Hill Giant
 
Join Date: Sep 2002
Posts: 135
Default Solution

I had this problem too...here is what I did to fix it.

Get to your command prompt
(For XP: Start - Run - "cmd")

Get into your eqemu directory (cd\ (enter) cd eqemu (enter) - for me anyways)

type:

world.exe adduser eqemu eqemu 200

This will add the account eqemu with the pass eqemu and set it to serverop status, boot up everything and enter with the above, you should be able to create now.

If this doesnt work, reply back.
__________________
N-i-r-a

Readme and Ultimate Info Link
Reply With Quote
  #4  
Old 09-09-2002, 11:07 AM
Khranok
Fire Beetle
 
Join Date: Sep 2002
Posts: 7
Default

i get "Error in CreateAccount query 'INSERT INTO account SET name='eqemuu', password 'eqemu', status=200, lsaccount_id=0;' #1062: Duplicate entry 'eqemu' for key 2 database.Createaccount failed" whats up with that? o.o;;;
Reply With Quote
  #5  
Old 09-09-2002, 05:31 PM
scruntos
Fire Beetle
 
Join Date: Jun 2002
Posts: 5
Default

YOUR AWESOME .... it worked. Is there a place to go that gives other line commands?

Thanks So much
Reply With Quote
  #6  
Old 09-10-2002, 12:27 AM
Nira's Avatar
Nira
Hill Giant
 
Join Date: Sep 2002
Posts: 135
Default

Welcome scruntos.

Kharanok:

I suggest doing the same thing except this time try and use a different name and pass

so something like:

world.exe adduser mini mini 200

Then when you connect, you mini/mini for name and pass.

Hope that works
__________________
N-i-r-a

Readme and Ultimate Info Link
Reply With Quote
  #7  
Old 09-10-2002, 04:20 AM
Khranok
Fire Beetle
 
Join Date: Sep 2002
Posts: 7
Default

Erf... Ok I created an account with name=mini and pass=mini, it created it fine, I still get the same error, in World.exe it says...

"65084 New client from ip: 127.0.0.1 port: 1330
127.0.0.1: Wrong name/pass: name='eqemu'
Removing client from ip:127.0.0.1 port:1330"

Ive also tried logging in with the name and pass eqemu but the same problem =/
Reply With Quote
  #8  
Old 09-10-2002, 08:27 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

minilogin ONLY allows 1 login account, and it is fixed as user: eqemu pass: eqemu
fo more accounts you need to use publiclogin (not released for 3.6 yet) Or use the main loginserver at eqemu.net

for command referance:
world.exe /?
zone.exe /?
and possibly minilogin /?
for that matter, packetcollector.exe /?

just like thousands of other dos command line programs


Kharanok:
Perhaps try opening mysql.exe, type
use eq;
delete from accounts;
exit

then try creating the eqemu account again
world.exe adduser eqemu eqemu 200
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote
  #9  
Old 09-10-2002, 10:14 AM
Khranok
Fire Beetle
 
Join Date: Sep 2002
Posts: 7
Default

Ok i'm having a problem deleting the accounts now x.x

"ERROR 1146: Table 'eq.accounts' does'nt exist"

hehe i'm sure ive had the most problems with eqemu in history
Reply With Quote
  #10  
Old 09-11-2002, 01:24 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Your missing a required talbe in the DB. Sounds like you didn't get the whole DB loaded. Drop your Db and load it from scratch again.
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote
  #11  
Old 09-14-2002, 12:53 PM
corun
Fire Beetle
 
Join Date: Sep 2002
Posts: 9
Default

ok, if you have read the above, still have the same problem and have your server running on a 2nd machine you may try this:

I have my server on my gateway computer and EQ installed on the main machine.

Gateway has IP 10.1.13.1
If I set up EQEmu on the gateway with 127.0.0.1 it starts up just fine and seems to work like it should.
Now when I try to connect to the emu server I get to the server selection and when I hit play I get the 1017 error. I have 10.1.13.1 in the eqhost.txt file.

If I set all config IPs in the emu config files from 127.0.0.1 to 10.1.13.1 I can log into the world just fine.

Might help some of you....
Reply With Quote
  #12  
Old 09-17-2002, 10:47 AM
kila
Fire Beetle
 
Join Date: Sep 2002
Posts: 3
Default fixed that dam error

Do this

Drop the database in sql (yes redo it)
next before you attempt to login.

Get to your command prompt
(For XP: Start - Run - "cmd")

Get into your eqemu directory (cd\ (enter) cd eqemu (enter) - for me anyways)

type:

world.exe adduser eqemu eqemu 200

This will add the account eqemu with the pass eqemu and set it to serverop status, boot up everything and enter with the above, you should be able to create now.


garenty it will work with a "fresh database that is not touched 1st my eqw
Reply With Quote
  #13  
Old 09-18-2002, 11:57 AM
Nira's Avatar
Nira
Hill Giant
 
Join Date: Sep 2002
Posts: 135
Default

Hey kila,

You copied almost all of my post from above...that must have taken skill.
__________________
N-i-r-a

Readme and Ultimate Info Link
Reply With Quote
  #14  
Old 09-19-2002, 06:49 PM
Lyenu X`Arie
Fire Beetle
 
Join Date: Mar 2002
Posts: 0
Default

Another thing you can do if you don't want lose your whole DB is to run mysql.exe then do the following.

Code:
mysql> use eq;
mysql> delete from account;
mysql> delete from character_;
After that do the world.exe adduser.. thing from above.
Reply With Quote
  #15  
Old 09-19-2002, 07:10 PM
Lasix
Fire Beetle
 
Join Date: Sep 2002
Posts: 1
Default Hmmm

I can create my own server, but anytime I try to log into it I get the 1017 error... tried the fixes listed here and not having any luck - any other ideas?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:25 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3