Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

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

 
 
Thread Tools Display Modes
  #1  
Old 04-15-2003, 06:39 PM
wulfeous
Fire Beetle
 
Join Date: Apr 2003
Posts: 24
Default my minilogin server doesnt show up at serverselect

i made a minilogin server and it is all set up and ready for play, but when i go to log in, my server doesnt show up at the server select.

i am using correct configurations i believe..

------------------------------------
[LoginServer]
loginserver=127.0.0.1
loginserver2=127.0.0.1
loginport=5999
loginport2=5999
worldname=Wulf's Slow
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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

-------------------------------------------

[Database]
host=127.0.0.1
user=<MySQL username>
password=<MySQL pass>
database=eq
compression=off

-------------------------------------------

start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
exit
cls

-------------------------------------------

and i have tried everything with both 127.0.0.1 and localhost. anyone able to please throw some ideas my way?
  #2  
Old 04-16-2003, 06:11 PM
Fleyhum
Fire Beetle
 
Join Date: Feb 2003
Posts: 27
Default

do u have a miniloginaccounts.ini file,and is it filed in correct?
if not just make a file name it miniloginaccounts and add this line


localhost name password

<name and password are ones to log in with not db or anything>
  #3  
Old 04-17-2003, 02:04 AM
ishap
Fire Beetle
 
Join Date: Apr 2003
Posts: 15
Default

Are you running this server on the same machine you use to play or is it a seperate dedicated machine? If it's a dedicated machine you need to edit your eqhosts.txt file to reflect your server's IP to reach the login.
__________________
Ishap
Who-ha-ha
Brew-ha-ha
  #4  
Old 04-17-2003, 12:35 PM
wulfeous
Fire Beetle
 
Join Date: Apr 2003
Posts: 24
Default

indeed i do have a miniloginaccounts.ini it is in the eqemu folder.
and yes i am playing on the same computer. i can't seem to figure out why this isnt working. it just doesnt show up on the server select...
  #5  
Old 04-18-2003, 01:34 AM
ishap
Fire Beetle
 
Join Date: Apr 2003
Posts: 15
Default

is your eqhosts.txt file set as follows:

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

Is the server select blank or do you see other servers there?
__________________
Ishap
Who-ha-ha
Brew-ha-ha
  #6  
Old 04-18-2003, 08:59 AM
wulfeous
Fire Beetle
 
Join Date: Apr 2003
Posts: 24
Default

indeed it is friend
  #7  
Old 04-18-2003, 01:53 PM
Fleyhum
Fire Beetle
 
Join Date: Feb 2003
Posts: 27
Default

well kinda stupid question but are you loading all the exe.s? and are they loading without errors do you get message from world.exe saying

World server listening on : port 12007
Connected to LoginServer: localhost:15400

make sure world exe says this meaning its connected and ready
(btw ports are custom dont change unless you have a reason)
  #8  
Old 04-19-2003, 07:48 AM
wulfeous
Fire Beetle
 
Join Date: Apr 2003
Posts: 24
Default

i am opening all the exe's but i cannot read what they say because they load and close real fast. i question whether they are supposed to do that or not...
  #9  
Old 04-19-2003, 09:58 AM
Oneyebarb
Fire Beetle
 
Join Date: Apr 2003
Posts: 1
Default

haven the exact same problem has stated
  #10  
Old 04-19-2003, 01:54 PM
Mortamer
Hill Giant
 
Join Date: Dec 2002
Posts: 181
Default

When they load and close real fast, that means (except for winmysqladmin) that they actually quit the program. This is usually the case if you have not put your spells_en.txt file into your folder. If not, make sure you sourced in your DB right.
  #11  
Old 04-19-2003, 02:40 PM
Fleyhum
Fire Beetle
 
Join Date: Feb 2003
Posts: 27
Default

if they are closing they are erroring out for a reason does any of them remain open?min,world,or bootzone also i had a problem if i tried removing the other text from the boot5zones.dat you only posted a portiong is it all still intact
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "localhost" 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 localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
start zone . localhost 8000 localhost
start zone . localhost 8001 localhost
start zone . localhost 8002 localhost
start zone . localhost 8003 localhost
start zone . localhost 8004 localhost
start zone . localhost 8005 localhost
start zone . localhost 8006 localhost
start zone . localhost 8007 localhost
start zone . localhost 8008 localhost
start zone . localhost 8009 localhost

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------------------------


also just as a "what the hell" kinda thing on your LoginServer part where it says worldaddress=127.0.0.1 delete that part thats only differnce in mine is it just says
worldaddress=
with no ip/localhost info
  #12  
Old 04-19-2003, 06:12 PM
wulfeous
Fire Beetle
 
Join Date: Apr 2003
Posts: 24
Default

i do have spells_en.txt in my folder but im not sure if it's the correct one. i am using the version of it from after the patcher has been run. i will try the one from before the patch.

minilogin remains open while world closes fast, and boot5 closes as well, as do all of the individual zone windows.

and yes, my .ini's have everything in them that they should. i merely edited what the walkthroughs told me to. i mainly used the telment 4.4 one
  #13  
Old 04-19-2003, 06:33 PM
wulfeous
Fire Beetle
 
Join Date: Apr 2003
Posts: 24
Default

D:\EqEmu>world.exe
Using database 'eq' at 127.0.0.1
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
LoadEMuShareMemDLL::Load() failed error=120
Error: Could not load item data


i guess i need an updated version of loademusharememdll eh? where abouts would i get that?
  #14  
Old 04-24-2003, 12:15 AM
tcsmyworld's Avatar
tcsmyworld
Discordant
 
Join Date: Feb 2002
Posts: 452
Default try these files....

give these files a try , easy setup just source the .sql file , add account info and go.

http://forums.eqemu.net/viewtopic.php?t=6717 (links in 1st reply)
  #15  
Old 04-24-2003, 05:56 AM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

Change the files like this, see if it helps:

[LoginServer]
loginserver=localhost
loginport=5999
worldname=Wulf's Slow
worldaddress=Your IP here
locked=false
account=
password=

[Database]
host=localhost
user=<MySQL username>
password=<MySQL pass>
database=eq
compression=off

*edit* hehe, just noticed the thread was bumped up after 4 days, did you get it fixed?
__________________
Punisher Mod
Diablo 2: LOD 1.09 and 1.10
 


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 02:30 AM.


 

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