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 01-11-2004, 10:03 AM
Niblitss
Fire Beetle
 
Join Date: Jan 2004
Posts: 13
Default Server lock help me please!

My server is up and running, but it says its locked and i cannot join it. Ive chekced fourms for about three days and cannot find anything about this. can you post a link or tell me how to fix it (and i do not get errors like 101 or anything)
Reply With Quote
  #2  
Old 01-11-2004, 10:07 AM
Tertiary
Hill Giant
 
Join Date: Nov 2003
Posts: 192
Default

You should post the output of your world.exe and zone.exe processes, as well as all your .ini files and boot5zones.bat.
Reply With Quote
  #3  
Old 01-11-2004, 12:42 PM
Niblitss
Fire Beetle
 
Join Date: Jan 2004
Posts: 13
Default

here my world.exe

[status] current_world_version:eqemu 0.5.2
[status] loading variables . .
[status] loading zones . .
[status] loading items . .
[error] LoadEMuShareMemDLL::load() failed to load library 'emusharemem' . error=126
[error] error:could not load item data. but ignoring
[status] loginserver.ini read.
[status] loading guild ranks . .
[status] loading addon.ini . .
[status] loading eq time of day . .
[status] deleted 0 stale player corpses from database
[status] deleted 0 stale player backups from database
screwing up windows compiles . . .
TCP listening on : 24.28.4.12.9000
world server listening on: 24.28.4.12:9000
connected to loginserver: eqlongin1.eqemulator.net5997



login.ini

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Niblits super
worldaddress=24.28.4.12
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999Up
linkAddress=Up
linkPort=Up
linkAccount=Up
linkPassword=

db.ini

[Database]
host=localhost
user=test
password=test
database=eq
compression=off
Reply With Quote
  #4  
Old 01-11-2004, 12:44 PM
mattmeck
Guest
 
Posts: n/a
Default

where is your zone.exe?
Reply With Quote
  #5  
Old 01-11-2004, 02:10 PM
BLOOD_kane
Discordant
 
Join Date: Dec 2002
Location: Stephenville, TX, USA
Posts: 270
Default

just a little tip, might want to edit out your IP address there
__________________
"The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon you."
Reply With Quote
  #6  
Old 01-11-2004, 03:08 PM
koad
Fire Beetle
 
Join Date: Aug 2003
Posts: 14
Default

Quote:
Originally Posted by Niblitss
[error] LoadEMuShareMemDLL::load() failed to load library 'emusharemem' . error=126
[error] error:could not load item data. but ignoring
two things i see from world so far:

do you have a EMuShareMem.dll in your bin? its not loading
have you sourced a db, or the empty one? its mad at the item table
Reply With Quote
  #7  
Old 01-12-2004, 04:08 AM
tybit
Fire Beetle
 
Join Date: Jul 2003
Posts: 1
Default

Quote:
ServerPort=5999Up
Think you could take that "Up" out of there, may be doing something, but maybe not.
Reply With Quote
  #8  
Old 01-12-2004, 12:02 PM
Niblitss
Fire Beetle
 
Join Date: Jan 2004
Posts: 13
Default

could you please tell me how to fix the two errors

[error] LoadEMuShareMemDLL::load() failed to load library 'emusharemem' . error=126
[error] error:could not load item data. but ignoring
Reply With Quote
  #9  
Old 01-12-2004, 12:33 PM
koad
Fire Beetle
 
Join Date: Aug 2003
Posts: 14
Default

well to fix second error have to first make sure first is working. do you have a EMuShareMem.dll file? in your eqemu\bin ?

and important to the second, did you source in a database with items or atleast create the table?
Reply With Quote
  #10  
Old 01-12-2004, 12:57 PM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

That is usually a database error right there. Do you have the newest database? You can find them in the worldbuilding forums
Reply With Quote
  #11  
Old 01-12-2004, 01:14 PM
Niblitss
Fire Beetle
 
Join Date: Jan 2004
Posts: 13
Default

i got the database from here http://www.eqemulator.net/forums/viewtopic.php?t=6176 on the post by tcsmyworld but im not sure how to work it and i cant find it in my guide could someone tell me how to use this please
Reply With Quote
  #12  
Old 01-12-2004, 03:03 PM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

Take the database file. Copy it into the mysql bin. Then go run a dos prompt.

type in

cd \mysql\bin

mysql -u root mysql

grant all privileges on *.* to yourmysqlusername@localhost identified by 'yourmysqlpassword' with grant option;

create database eq;

use eq;

source nameofdbfile.sql;


after all the lines scroll through your database should be loaded and you shouldnt recieve that error
Reply With Quote
  #13  
Old 01-14-2004, 09:31 AM
Niblitss
Fire Beetle
 
Join Date: Jan 2004
Posts: 13
Default

alright my server is up and running but im still getting the 1017 error next to my server it says [0.5.2] is there a differnce in the eqs. is it becuase i have all the expansion installed? so close and yet so far
Reply With Quote
  #14  
Old 01-15-2004, 08:52 AM
Niblitss
Fire Beetle
 
Join Date: Jan 2004
Posts: 13
Default

thanks for the all the help so far but i have one more error. i load up the server and everything goes fine and it shows up on the server login but i cant login to it becuase of the 1017 error. its a 5.3.dr2 server but itrs brown unlike the other 5.3.dr2 servers did i do somthing wrong?
Reply With Quote
  #15  
Old 01-15-2004, 08:57 AM
Tertiary
Hill Giant
 
Join Date: Nov 2003
Posts: 192
Default

Quote:
Originally Posted by Niblitss
thanks for the all the help so far but i have one more error. i load up the server and everything goes fine and it shows up on the server login but i cant login to it becuase of the 1017 error. its a 5.3.dr2 server but itrs brown unlike the other 5.3.dr2 servers did i do somthing wrong?
If your server is Niblits super server, I just logged onto it with no problem. When did you last patch your EQclient ?

EDIT: Well, I was on it for a minute or two (Half Elf Ranger, Baalinor), but then got disconnected ... I guess you have taken it down as it is not on the server list atm.
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 06:51 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