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

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-16-2009, 04:50 PM
PhilLambert
Fire Beetle
 
Join Date: Feb 2009
Location: U.S.A.
Posts: 14
Default Loading DB

I have searched every key word I can think of and done everything in the posts I have found so far, yet I continue to have the same problem:

I have correctly downloaded the peq_db and peq_quests folders from the new CVS server address :pserver:anonymouse@peq.cvs.sourceforge.net:/cvsroot/peq.
Source load_player.sql loads fine
source load_system.sql did not.
Found that a new file is being used
pepdb_1129rev330
source peqdb_1129rev330 gets the
failed to open file 'peqdb_1129rev330', error 2
Found I have to extract that file which I did with 7zip
Extracted to peq_db folder and got same error
Extracted to C:, which is where peq_db and peq_quests are located, same problem.
Copied both peq_db and peqdb_1129rev330 to mysql\bin folder again same error.

I have seen a bunch of info on source load_system.sql, yet not much on peqd_1129rev330.

Please help.
Reply With Quote
  #2  
Old 02-16-2009, 07:00 PM
PhilLambert
Fire Beetle
 
Join Date: Feb 2009
Location: U.S.A.
Posts: 14
Default

I am now at a point where I can type:
source peqdb_1129Rev330.sql and it begins to update the database, however after about maybe 45 seconds or so it hits a repeating error with beegs. OMG THE BEEPS WONT STOP!
Error message is
ERROR:
Unknown command '\' '.

Any ideas?
Reply With Quote
  #3  
Old 02-16-2009, 10:23 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

If I were guessing I'd say that you have a corrupted db file. I don't have that one yet as I just updated my db a couple of revs ago, so I guess it could be the uploaded file, but I don't know for sure. You might try to redownload and then unpackage it again, if you haven't already done that.
Reply With Quote
  #4  
Old 02-17-2009, 04:15 AM
PhilLambert
Fire Beetle
 
Join Date: Feb 2009
Location: U.S.A.
Posts: 14
Default

Ok I have gotten through the above help with a lot of restarts and downloading a new peqdb file.
I think the server is working now.

The new problem is that I can not get any computer on the LAN to connect.
The eqhosts.txt all have the correct ip address and port 5999.
The router ports 3306, 5999, 7000-7100 are open for both udp and tcp, router port 9000 is open for only udp.
I am using the batch file that angelox made for keeping the eq log-in file (I forget the name right now)
The server is run on its own computer
The server DOS screen says there are connections

So the problem is that I can get to the server select screen, select the server and it boots me back to the login screen.

I am tired and my eyes hurt since I have been working on this for to many hours, so if I missed the fix for this on the message board I am sorry.

Thanks for the help.
Reply With Quote
  #5  
Old 02-17-2009, 11:42 AM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Check your logs. Look in your emu directory under logs. Have you set up accounts from these various machines that are connecting to the sever via the lan? The accounts table has to have the account and the IP address of the machine they are trying to login from.
Reply With Quote
  #6  
Old 02-17-2009, 03:08 PM
Yeormom
Discordant
 
Join Date: Apr 2004
Location: 127.0.0.1
Posts: 402
Default

You are trying to use the minilogin and not the public login correct? If you are trying to use the public login, that port looks wrong and you don't forward it on your end.
__________________
Yeorwned
Bane of Life [Custom Classic/PvP]
Reply With Quote
  #7  
Old 02-17-2009, 03:08 PM
PhilLambert
Fire Beetle
 
Join Date: Feb 2009
Location: U.S.A.
Posts: 14
Default

I have checked the logs in my emu directory and nothing stands out. I deleted all log.txt files and re-ran server which then gave me 24 error logs, however nothing stood out.
The database was set up correctly.
I re did the server to connect to eqemu and I still could not log into it, I can however log into other servers.
In my ignorance the only thing I can think of is that I have the server on a switch off of the router, or maybe the router just is evil. So I am going to put the server on the router directly, and if that doesnt work then put the swtich and the server connected directly to the internet then the router.
Reply With Quote
  #8  
Old 02-17-2009, 03:20 PM
PhilLambert
Fire Beetle
 
Join Date: Feb 2009
Location: U.S.A.
Posts: 14
Default

I did just have one thought as the server was shutting down. I read in the most common problems wiki that
"Make sure your world (and zone) servers are not bound to 127.0.0.1. This can happen in the <tcp> directive of your XML config file"
While my server is loading I do remember seeing 127.0.0.1 however after checking both my eqemu.xml and logininserver.ini I dont see 127.0.0.1 anywhere.
Could this do it?
Reply With Quote
  #9  
Old 02-17-2009, 04:14 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Does it say it's receiving a client connection in the logs at all?
Reply With Quote
  #10  
Old 02-17-2009, 05:17 PM
PhilLambert
Fire Beetle
 
Join Date: Feb 2009
Location: U.S.A.
Posts: 14
Default

no not at all. It never mentions any client logging at all. All it talks about is server loading stuff.
Reply With Quote
  #11  
Old 02-17-2009, 05:18 PM
PhilLambert
Fire Beetle
 
Join Date: Feb 2009
Location: U.S.A.
Posts: 14
Default

BTW Thank you for your help so far.
Reply With Quote
  #12  
Old 02-17-2009, 05:59 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Can you post your emu_config.xml and your LoginServer.ini file?
Reply With Quote
  #13  
Old 02-17-2009, 06:11 PM
PhilLambert
Fire Beetle
 
Join Date: Feb 2009
Location: U.S.A.
Posts: 14
Default

<?xml version="1.0">
<server>
<world>
<shortname>Drache</shortname>
<longname>The Drache Family</longname>

<!-- Only specify these two if you really think you need to. -->
<address>eqemulator.net</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>#############</password>
<db>peq</db>
</database>
</server>



[LoginServer]
loginserver=eqemulator.net
#loginserver2=
loginport=5998
#loginport2=
#worldname=
#worldaddress=
#locked=false
#account=
#password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=eqemulator.net
ServerPort=5998
Reply With Quote
  #14  
Old 02-17-2009, 06:21 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Ok, first let me ask you some questions. Are you trying to use minilogin or the public login server? Your config is messed up either way but let's figure out what you are trying to do first.
Reply With Quote
  #15  
Old 02-17-2009, 06:23 PM
PhilLambert
Fire Beetle
 
Join Date: Feb 2009
Location: U.S.A.
Posts: 14
Default

Well I wanted to run on mini login, however when that failed I switched back to public login. I will probably just keep it public from a while since this is beyond my scope of ability.
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 09:13 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