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 03-18-2002, 03:32 AM
Whistle
Fire Beetle
 
Join Date: Mar 2002
Posts: 8
Default Private Server probs

Hiyas!

I have problems running my own private server. I'm sure i set up all correctly.
After starting EQ with eqgame.exe patchme im getting to the server selection screen where my server is shown up.
Entering the server still works - i can create a char... but after trying to enter the world, the everquest loading screens hangs out there for 2 minutes and im getting kicked back to the server selection screen ;(

Here are my configs:

eqhost.txt:

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

db.ini

[Database]
host=127.0.0.1
user=****
password=****
database=eq

loginserver.ini

[LoginServer]
loginserver=169.254.48.0
worldname=myserver
locked=false
account=
password=
worldaddress=
loginport=5999

boot5zones:

@echo off
start zonent . 127.0.0.1 7800 127.0.0.1
start zonent . 127.0.0.1 7801 127.0.0.1
start zonent . 127.0.0.1 7802 127.0.0.1
start zonent . 127.0.0.1 7803 127.0.0.1
start zonent . 127.0.0.1 7804 127.0.0.1
exit
cls

I started minilogin -> world.exe -> boot5zones.bat
No errors on it!

so where's the problem??
Please help me!!

Cya
Reply With Quote
  #2  
Old 03-18-2002, 04:30 AM
Zeitgeist
Discordant
 
Join Date: Jan 2002
Posts: 289
Default

is loginserver also on localhost? if so why the full ip for that and 127.0.0.1 for the other addresses?
__________________
gm-Zeitgeist
I WAS Diligently Working at the Next Board Title :p
webmaster godmonkey.com, dreamusher.com
Reply With Quote
  #3  
Old 03-18-2002, 04:39 AM
Whistle
Fire Beetle
 
Join Date: Mar 2002
Posts: 8
Default

Just got it. Connected on my own freaking server Woohoo!

i used these Configs:

eqhost.txt:

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

[LoginServer]

loginserver=localhost
worldname=verant's whore
locked=false
account=
password=
worldaddress=localhost
loginport=5999

db.ini

[Database]
host=localhost
user=****
password=****
database=eq

5zones:

@echo off
start zonent . 127.0.0.1 7800 127.0.0.1
start zonent . 127.0.0.1 7801 127.0.0.1
start zonent . 127.0.0.1 7802 127.0.0.1
start zonent . 127.0.0.1 7803 127.0.0.1
start zonent . 127.0.0.1 7804 127.0.0.1
exit
cls


Now i would like to know how i can flag my status to be the serverOP!
Anyone knows it??

Thanks!

/wave
Whistle
Reply With Quote
  #4  
Old 03-18-2002, 04:55 AM
Whistle
Fire Beetle
 
Join Date: Mar 2002
Posts: 8
Default

After trying to flag my account, im getting this:

world.exe flag Whistle 200
Loginserver.ini read
using database ' eq' at localhost
account beeing GM Flagged: Whistle, Level 200
database.SetGMFlag failed

which account should i flag?
The SQL Name, the EQ login name or the char name??

help needed.

Bye
Whistle
Reply With Quote
  #5  
Old 03-18-2002, 05:35 AM
valkyr
Fire Beetle
 
Join Date: Mar 2002
Posts: 8
Default

Using MiniLogin, you've got to use the eqemu/eqemu account, so:

World.exe flag eqemu 200


That ought to fix it.
__________________
bob ze builder scares me :(
Reply With Quote
  #6  
Old 03-18-2002, 04:30 PM
morpheus014
Hill Giant
 
Join Date: Feb 2002
Location: the little voice in the back of your head
Posts: 239
Default

I have configed my emu exactly the same way as the above-- but when i run boot5zones.bat i get
InitWolrdServerfailed
Entering sleep mode..
in the zoneNT window
also it gives me an incorect version error when i try to log in and use:
eqemu/eqemu

any help on this would be great

PS =
Im using version 2.5 PR6 just DLed it today

/kill computer!! :P
Reply With Quote
  #7  
Old 03-18-2002, 04:42 PM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

there is no 2.5 pr6. there is 0.2.5 final..


worldaddress CAN NOT be blank.
__________________
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 03-19-2002, 05:36 AM
morpheus014
Hill Giant
 
Join Date: Feb 2002
Location: the little voice in the back of your head
Posts: 239
Default

I went through and re installed everything, re configured everything to look like the following:

[Database]
host=localhost
user=#####
password=#####
database=eq
---------------------------------------
[LoginServer]
loginserver=localhost
worldname=Rolsec So
locked=false
account=
password=
worldaddress=localhost
loginport=5999
-----------------------------------------
[Boot5zones.bat]
@echo off
start zonent . 127.0.0.1 7800 127.0.0.1
start zonent . 127.0.0.1 7801 127.0.0.1
start zonent . 127.0.0.1 7802 127.0.0.1
start zonent . 127.0.0.1 7803 127.0.0.1
start zonent . 127.0.0.1 7804 127.0.0.1
exit
cls
--------------------------------------------

no matter what i change it still wont let me get my own server up-- the error is in the boot5zones.bat file i think, any help on this would be great. Im also getting an incorect version error when i try to get to the server select screen-- not sure what is causing this.
Reply With Quote
  #9  
Old 03-19-2002, 07:55 AM
Whistle
Fire Beetle
 
Join Date: Mar 2002
Posts: 8
Default

Hello!
What about your eqhost.txt in your EQ\ directory?

It should exactly look like this:

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

You have to start minilogin at first... maybe get him a second to start up; then world server and Boot5zones.bat.

I also keep my internet connection available while having my firewall shut down.


Happy Hunting,
Stay tuned.
Reply With Quote
  #10  
Old 03-19-2002, 08:28 AM
Ariak
Dragon
 
Join Date: Mar 2002
Posts: 633
Default !!!

Wrong Post..
Reply With Quote
  #11  
Old 03-19-2002, 08:39 AM
Whistle
Fire Beetle
 
Join Date: Mar 2002
Posts: 8
Default

Why? Do you mean, my mistakes in english grammar or the fact i said that you need an open internet connection to startup the Emu?

=) btw, you dont need a connection to the Web.

Just figured it out.

/wave
Whistle
Reply With Quote
  #12  
Old 03-24-2002, 02:22 PM
morpheus014
Hill Giant
 
Join Date: Feb 2002
Location: the little voice in the back of your head
Posts: 239
Default

I got everything working with the server-- the zones boot right and everything.. think the problem was in my Mysql, re installing that and reloading the DB seemed to fix it. Now a new problem has arisen... i get the Incorrect version error when i try and log in to my server running on local host, configured as i posted above,, my eqhost is exactly like the one u put up as well... any help on this would be great..

thx




------------------------------------------------------------------------------------
I know what you are thinking, you should have taken the blue pill.
Reply With Quote
  #13  
Old 03-24-2002, 02:24 PM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

0.2.5 doesnt work with latest patch. wait for 0.2.6 then try again.
__________________
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
  #14  
Old 03-24-2002, 03:58 PM
Pathogen
Fire Beetle
 
Join Date: Mar 2002
Posts: 5
Default Error 11001 - Unable to get the host name

Ok, just recently, I was able to get world.exe not to bombard me with error messages about incorrect password and whatnot. Now, while trying to use the minilogin server, after running Boot5Zones.bat, in World.exe, there comes an error that it is unable to get the hostname. Of what, I am unsure, but could anyone shine some light on this problem?
Reply With Quote
  #15  
Old 03-25-2002, 01:11 PM
h37lion
Sarnak
 
Join Date: Mar 2002
Posts: 52
Default

I had a similar problem, and nagged the developers with several posts about this. I fixed this problem by double checking that I had everything in my .ini files set to 'localhost' ... this was because I have dialup and wanted to be able to play offline. Once I made sure that everything said 'localhost' .. I followed a specific sequence to start up my server:

#1) run minilogin.exe
#2) run world.exe
#3) run boot5zones.bat

The key here now, in most cases I've read, is patience. After loading these 3 things, wait a while for the world server to connect to the login server, and the zoneserver to connect to the world server.

When it's unable to find a host, it's looking for an external ip address (presumably) that it cannot locate, so it will give up and sleep. If you have everything set to your localhost, it will find your host; If you wish to have your server online, then be sure your hostname is set correctly in every instance of every config file.
*it is also important to be sure that you don't include password/username in the loginserver.ini file (just leave the user and pass fields blank.. this actually does have an undesirable effect if playing locally)

I hope this helps you. If it doesn't or your problems are more specific, I'll try to help you figure this out.
__________________
-h37 | Kron the Horrible
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 07:19 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