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 09-18-2013, 01:32 AM
Galelor
Fire Beetle
 
Join Date: Sep 2011
Posts: 9
Default Server Setup Issues

Hey guys, I am new to setting up EQ EMU servers so I'm sorry if my questions are dumb! I could really use a little help to get going :(

First, I followed the guide on how to set up a server:
http://www.eqemulator.net/wiki/wikka...rverSetupGuide

I found that when I went to the DL the most up to date database scripts in step 4, there was a text file that redirected me to a beta database without the versioning format in the walkthrough... This is clearly causing me issues knowing what updates to run later in step 4.

Regardless, I THINK I have a working DB version, but I'm still having issues. I get stuck at the last step in the error log below. The .exe just hangs. Also, I see a minor eqtime.cfg error I am not sure how to resolve. Any help/direction would be great!
Code:
---------------------------------------------
[09.18. - 00:12:34] Starting Log: logs/eqemu_debug_world_4312.log
[09.18. - 00:12:34] [WORLD__INIT] Loading server configuration..
[09.18. - 00:12:34] [WORLD__INIT] Log settings loaded from log.ini
[09.18. - 00:12:34] [WORLD__INIT] CURRENT_VERSION: 1.0.0
[09.18. - 00:12:34] [WORLD__INIT] Added loginserver eqemulator.net:5998
[09.18. - 00:12:34] [WORLD__INIT] Connecting to MySQL...
[09.18. - 00:12:34] [WORLD__INIT] HTTP world service disabled.
[09.18. - 00:12:34] [WORLD__INIT] Loading variables..
[09.18. - 00:12:34] [WORLD__INIT] Loading zones..
[09.18. - 00:12:34] [WORLD__INIT] Clearing groups..
[09.18. - 00:12:34] [WORLD__INIT] Clearing raids..
[09.18. - 00:12:34] [WORLD__INIT] Loading items..
[09.18. - 00:12:34] [WORLD__INIT] Loading guilds..
[09.18. - 00:12:34] [WORLD__INIT] Loaded default rule set 'default'
[09.18. - 00:12:34] [WORLD__INIT] Loading EQ time of day..
[09.18. - 00:12:34] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[09.18. - 00:12:34] [WORLD__INIT] Loading launcher list..
[09.18. - 00:12:34] [WORLD__INIT] Reboot zone modes OFF
[09.18. - 00:12:34] [WORLD__INIT] Deleted 0 stale player corpses from database
[09.18. - 00:12:34] [WORLD__INIT] Deleted 0 stale player backups from database
[09.18. - 00:12:34] [WORLD__INIT] Loading adventures...
[09.18. - 00:12:34] [WORLD__INIT] Purging expired instances
[09.18. - 00:12:34] [WORLD__INIT] Loading char create info...
[09.18. - 00:12:34] [WORLD__INIT] Zone (TCP) listener started.
[09.18. - 00:12:34] [WORLD__INIT] Client (UDP) listener started.
[09.18. - 00:12:34] [NET__IDENTIFY] Registered patch 6.2
[09.18. - 00:12:34] [NET__IDENTIFY] Registered patch Titanium
[09.18. - 00:12:34] [NET__IDENTIFY] Registered patch SoF
[09.18. - 00:12:34] [NET__IDENTIFY] Registered patch SoD
[09.18. - 00:12:34] [NET__IDENTIFY] Registered patch Underfoot
[09.18. - 00:12:34] [NET__IDENTIFY] Registered patch RoF
[09.18. - 00:12:34] [WORLD__LS] Connecting to login server: eqemulator.net:5998
[09.18. - 00:12:34] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[09.18. - 00:12:34] [WORLD__LS] Loginserver provided 50.151.28.28 as world address
Reply With Quote
  #2  
Old 09-18-2013, 03:05 AM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

When EQEmu transitioned from svn to git, they went away from the traditional "revisision" method and replaced it with a "date" based method. So if you downloaded the daily db dump today, your version of the db is, well, todays, example 9-17-2013, so you would only need to source in updates after that date, which should be none right (sometimes the source and the daily dumps may be a day off of each other). In the future, should you decide that you want to build a new server from new source code, and you want to keep using the database you sourced in on 9-17-2013, then you would just need to source in any db updates dated after 9-17-2013, ect.ect... So how do you keep track of what you sourced? Either keep track on a spreadsheet or you could try using this method in this post:
http://www.eqemulator.org/forums/showthread.php?t=37247

As to the eqtime.cfg, that is included with the daily dump that you downloaded, so just put it into your server root directory, and that error is gone...

To summarize, for a NEW DB, you download the daily dump db, create a new db, source in the peqbeta-####-##-##-##_##.sql, then user_tables-####-##-##-##_##.sql, then the source_views.sql and you are up to date... If you want mercs and/or bots, see this post:
http://www.eqemulator.org/forums/showthread.php?t=37295

but for mercs only just source in:

Code:
UPDATE `npc_types` SET `class` = 71 WHERE `lastname` LIKE '%Mercenary Liaison%';

UPDATE `rule_values` SET `rule_value` = 'true' WHERE `rule_name` = 'Mercs:AllowMercs';
Reply With Quote
  #3  
Old 09-18-2013, 01:20 PM
Galelor
Fire Beetle
 
Join Date: Sep 2011
Posts: 9
Default

Rencro, thank you for the help. I think I understand at least the naming schema being used and the initial setup. I blew away and refreshed my database to make sure all was good, and I ran the merc commands in your code tags.

I am still having the issue where I am stuck at this line when running world.exe.
Code:
[WORLD__LS] Loginserver provided 50.151.28.28 as world address
Any thoughts?
Reply With Quote
  #4  
Old 09-18-2013, 01:51 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

I am not seeing an error, are you running a startup script? The world looks ready for a login to me.
Reply With Quote
  #5  
Old 09-18-2013, 02:43 PM
Galelor
Fire Beetle
 
Join Date: Sep 2011
Posts: 9
Default

Thanks for the question! It was an issue with my startup script. It is kind of tough to troubleshoot when I don't know exactly what should be open and output.

I see my server on the list, and I am just trying to work through getting logged in.

Thanks guys!
Reply With Quote
  #6  
Old 09-18-2013, 03:51 PM
Galelor
Fire Beetle
 
Join Date: Sep 2011
Posts: 9
Default

I was just able to get someone logged in to my server. They are using a titanium client. I am working to get the correct client to allow me to log into my own server lol. Gonna try RoF as the wiki says it is supported.

Thanks again for all the help guys!
Reply With Quote
  #7  
Old 09-18-2013, 04:03 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Quote:
Originally Posted by Galelor View Post
I was just able to get someone logged in to my server. They are using a titanium client. I am working to get the correct client to allow me to log into my own server lol. Gonna try RoF as the wiki says it is supported.

Thanks again for all the help guys!
Keep in mind by Rain of Fear it doesn't mean the most current client, it means the February client.
Reply With Quote
  #8  
Old 09-18-2013, 05:07 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Underfoot is also a great client.
Reply With Quote
  #9  
Old 09-18-2013, 06:47 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I think Kingly meant the December 2012 RoF client..February and May 2013 clients are not yet supported...

Keep in mind that even with the 12/12 client, RoF is only partially supported, so you will need to 'learn' what you can and can not do with it.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #10  
Old 09-18-2013, 07:23 PM
Galelor
Fire Beetle
 
Join Date: Sep 2011
Posts: 9
Default

Thanks guys. I was able to log in using an early RoF client. I think I am good to go. Your help has been invaluable.

I set this up to make life easier for me while working through my texture update project I'll post back in a new thread when I have something interesting to report!
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:45 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