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 06-01-2002, 03:55 PM
mudman
Hill Giant
 
Join Date: Jun 2002
Posts: 163
Default Name rejected - Login fails

Hi all,

I get my world up in the server select screen with everyone elses. Log in and select a new character, i get all the way to the make character and the name gets rejected each time. I have tried many different combinations. It seems to be just doing it on my world not others has something been confiqured wrong. Thanks. M.

config:
mySQL running, world running, boot5win running fine, no firewall up, no virus protection on. using eqw2.2
Reply With Quote
  #2  
Old 06-02-2002, 05:38 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

you forgot to post your loginserver.ini and boot5zones.bat config files.

also what OS are you on.
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #3  
Old 06-02-2002, 07:29 AM
mudman
Hill Giant
 
Join Date: Jun 2002
Posts: 163
Default files

hi,
here is what i have confiqured )

Boot5zones.Win9x.bat
@echo off
start zoneNT . 63.199.241.41 7995 127.0.0.1
start zoneNT . 63.199.241.41 7996 127.0.0.1
start zoneNT . 63.199.241.41 7997 127.0.0.1
start zoneNT . 63.199.241.41 7998 127.0.0.1
start zoneNT . 63.199.241.41 7999 127.0.0.1
exit
cls

EQHOST
[Registration Servers]
{
"eqlogin1.eqemu.org:5999"
}
[Login Servers]
{
"eqlogin1.eqemu.org:5999"
"eqlogin2.eqemu.org:5999"
}

LOGINSERVER.ini
[LoginServer]
loginserver=eqlogin1.eqemu.org
loginserver2=eqlogin2.eqemu.org
loginport=5999
loginport2=5999
worldname=the shit
locked=false
account=
password=
worldaddress=63.199.241.41

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

MY INSTALLATION
1)Unzipped eqemu-0.3.3.1-win32.zip to a dir called c:\eqemu, note I dint do anything with eqemu-0.3.3.1-source.zip that is for Linux I suppose ??
2)Copied spdat.eff from EQ dir to c:\eqemu dir
Part 3: mySQL setup
1)Dowloaded and installed mysql-3.23.49-win.zip
2)Copied db.sql to my C:\mysql\bin dir
3)Ran Winmysqladmin.exe and put in PW and username
4..6) Created database eq, and kept Winmysqladmin.exe running in background, green light.
7) ran mysql from C:\mysql\bin, typed "use eq", database changed
typed "source db.sql" no errors
Part 4:Setting up EQEmu ini
1)edit db.ini to have mySQL Pw and user names,
2)edit loginserver.ini as above
3. edit Boot5zones.Win9x.bat , since im using win98,
"YourIP" 7995 127.0.0.1"
"YourIP" this text was replaced with my current IP which is dynamic
Part 5. Running the server
1)Ran world.exe
2)Ran Boot5zones.exe: 5 Windows come up with following messages
Finished Boot5Zones - no message, Window - 7995, Window - 7996, Window - 7997, Window - 7998, Window - 7999 All say sleeping with done. No error messages, ports all opened.
M.

FILES USED:
Operating System: Win98Se
EMU downloaded: eqemu-0.3.3.1-win32.zip
Mysql downloaded and installed: mysql-3.23.49-win.zip
EW version: 2.22
Everquest Directory: Made a backup dir
Reply With Quote
  #4  
Old 06-02-2002, 08:20 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

any errors in the world.exe or zone9x windows?
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #5  
Old 06-02-2002, 09:21 AM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

Clearing out anything in the name filter table helps sometimes. (Sometimes something gets put in there by mistake and it will block everything... like % )
__________________
Waking up in the morgue is pretty harsh, but it beats being dead.
Begun, this irc stat war has.
Reply With Quote
  #6  
Old 06-02-2002, 11:25 AM
mudman
Hill Giant
 
Join Date: Jun 2002
Posts: 163
Default humm

i dont have that problem getting into other people's worlds servers just mine though.. ty M.
Reply With Quote
  #7  
Old 06-02-2002, 11:41 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

then what baron says is very true. open up mysql.exe and type "use eq" then type

"delete from name_filter;"

all without the quotes.
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #8  
Old 06-02-2002, 12:14 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Quote:
Boot5zones.Win9x.bat
@echo off
start zoneNT . 63.199.241.41 7995 127.0.0.1
????? check your boot5zones files and makesure your using the right one....
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote
  #9  
Old 06-02-2002, 12:30 PM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

OHH duh, i dunno why i didnt see that before. he's right. you need to replace that ZoneNT with Zone9x
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #10  
Old 06-02-2002, 02:50 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Heh shawn, don't feel bad, you have done that to me many times :p
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote
  #11  
Old 06-02-2002, 03:53 PM
mudman
Hill Giant
 
Join Date: Jun 2002
Posts: 163
Default same

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 . 63.199.245.41 7995 127.0.0.1
start Zone9x . 63.199.245.41 7996 127.0.0.1
start Zone9x . 63.199.245.41 7997 127.0.0.1
start Zone9x . 63.199.245.41 7998 127.0.0.1
start Zone9x . 63.199.245.41 7999 127.0.0.1
exit
cls
REM:---------------END------------------------

Hi, I made the changes now so it is using Zone9x but .. same thing name rejected. I erased the Everquest dir and made a new one from Thursday backup in case was corrupt but same thing, all names are being rejecte cant enter. The problem only happens when i try to log into my server.
ty,
M.
Reply With Quote
  #12  
Old 06-02-2002, 03:57 PM
stormgod
Discordant
 
Join Date: Apr 2002
Posts: 419
Default

dont forget the eqhost.txt is changed back to original everytime you patch
Reply With Quote
  #13  
Old 06-02-2002, 04:25 PM
mudman
Hill Giant
 
Join Date: Jun 2002
Posts: 163
Default .

eqhost is the one for eqemu.. I wonder what the heck is going on. Is there a problem with mySQL?

ty.

M.
Reply With Quote
  #14  
Old 06-04-2002, 07:15 AM
mudman
Hill Giant
 
Join Date: Jun 2002
Posts: 163
Default woot

got it to work , i dropped the eq database out of SQL and rebuilt all systems go! thanks for help. M.
Reply With Quote
  #15  
Old 06-04-2002, 09:51 AM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

Happened to me once before, somehow a % got mashed in there.
__________________
Waking up in the morgue is pretty harsh, but it beats being dead.
Begun, this irc stat war has.
Reply With Quote
Reply

Thread Tools
Display Modes

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 06:39 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