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

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #16  
Old 10-05-2015, 06:31 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

Server itself may have firewall rules to be opened up, too. Windows Firewall or whatever Linux equivalent if that's your game.
Reply With Quote
  #17  
Old 10-05-2015, 06:33 PM
Xaeyr
Sarnak
 
Join Date: Oct 2014
Posts: 45
Default

Not that I set myself. Where would I look for that?
Reply With Quote
  #18  
Old 10-05-2015, 06:35 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

In Windows, open Control Panel and type a search for 'firewall' to find it.

Though if you didn't set up the rule for 5998, I wouldn't think you'd have to go in and add a rule for 5999.

You're using up all the easy fixes, you bastard! Hehe.
Reply With Quote
  #19  
Old 10-05-2015, 07:28 PM
Xaeyr
Sarnak
 
Join Date: Oct 2014
Posts: 45
Default

Bahahaha, gotta keep you on your toes

I double checked the Firewall on both Windows and the router and they look good.
Reply With Quote
  #20  
Old 10-05-2015, 07:32 PM
Xaeyr
Sarnak
 
Join Date: Oct 2014
Posts: 45
Default

Disabled Firewall to try it just in case. No go.
Reply With Quote
  #21  
Old 10-05-2015, 07:33 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

Paste your eqhost.txt and eqemu_config.xml (after removing your usernames/passwords) in code blocks and maybe something will stick out.
Reply With Quote
  #22  
Old 10-05-2015, 07:39 PM
Xaeyr
Sarnak
 
Join Date: Oct 2014
Posts: 45
Default

eqemu_config.xml

Code:
<?xml version="1.0"?>
<server>
	<world>
		<shortname>Xaeyr</shortname>
		<longname>Xaeyr's World</longname>

		<!-- Only specify these two if you really think you need to.  (read: You don't) -->
		<address></address>
		<localaddress>127.0.0.1</localaddress>

		<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>127.0.0.1</host>
			<port>5999</port>
			<account></account>
			<password></password>
		</loginserver>

		<!-- Server status.  Default is unlocked -->
		<locked/>
		<!-- <unlocked/> -->

		<!-- Sets the ip/port for the tcp connections.  Both zones and console (if enabled).  Defaults are shown -->
		<tcp ip="127.0.0.1" port="9000" telnet="disable"/>

		<!-- 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.  Defaults are shown -->
		<http port="9080" enabled="false" mimefile="mime.types" />
	</world>

	<!-- Chatserver (channels) information.  Defaults shown -->
	<chatserver>
		<host>channels.eqemulator.net</host>
		<port>7778</port>
	</chatserver>

	<!-- Mailserver (in-game mail) information.  Defaults shown -->
	<mailserver>
		<host>channels.eqemulator.net</host>
		<port>7778</port>
	</mailserver>

	<zones>
		<defaultstatus>20</defaultstatus>

		<!-- Sets port range for world to use to auto configure zones -->
		<ports low="7000" high="7100"/>
	</zones>

	<!-- Database configuration, replaces db.ini.  Defaults shown -->
	<database>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>******</username>
		<password>********</password>
		<db>peq1</db>
	</database>

	<qsdatabase>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>******</username>
		<password>********</password>
		<db>peq1</db>
	</qsdatabase>

	<!-- Launcher Configuration -->
	<launcher>
		<!-- <logprefix>logs/zone-</logprefix> -->
		<!-- <logsuffix>.log</logsuffix> -->
		<!-- <exe>zone.exe or ./zone</exe> -->
		<!-- <timers restart="10000" reterminate="10000"> -->
	</launcher>

	<!-- File locations.  Defaults shown -->
	<files>
		<!-- <spells>spells_us.txt</spells> -->
		<!-- <opcodes>opcodes.conf</opcodes> -->
		<!-- <logsettings>log.ini</logsettings> -->
		<!-- <eqtime>eqtime.cfg</eqtime> -->
	</files>
	<!-- Directory locations.  Defaults shown -->
	<directories>
		<!-- <maps>Maps</maps> -->
		<!-- <quests>quests</quests> -->
		<!-- <plugins>plugins</plugins> -->
	</directories>
</server>
eqhost.txt

Code:
[LoginServer]
Host=127.0.0.1:5999
Reply With Quote
  #23  
Old 10-05-2015, 08:03 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

How up-to-date is your server code?
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #24  
Old 10-05-2015, 08:12 PM
Xaeyr
Sarnak
 
Join Date: Oct 2014
Posts: 45
Default

The entire server was installed a couple days ago after I broke my previous one horribly lol, so everything should be up to date.
Reply With Quote
  #25  
Old 10-05-2015, 08:51 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Yeah, given that, my thought is off the table...


Did you change your server's address between the Titanium and RoF attempts?

I don't think that you can use an external login server when on localhost.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #26  
Old 10-05-2015, 08:56 PM
Xaeyr
Sarnak
 
Join Date: Oct 2014
Posts: 45
Default

The only thing that's changed between the two attempts is going from 5998 to 5999.
Reply With Quote
  #27  
Old 10-05-2015, 09:21 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

Maybe a corrupted RoF installation. Or an incompatible version of the Rof client.
Reply With Quote
  #28  
Old 10-05-2015, 09:22 PM
Xaeyr
Sarnak
 
Join Date: Oct 2014
Posts: 45
Default

Could be. Can try downloading again and see what happens.
Reply With Quote
  #29  
Old 10-05-2015, 09:26 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Take a look at this too, when that is finished:
Code:
		<loginserver>
			<host>127.0.0.1</host>
			<port>5999</port>
Pretty sure that needs to be 5998.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #30  
Old 10-05-2015, 09:28 PM
Xaeyr
Sarnak
 
Join Date: Oct 2014
Posts: 45
Default

I thought 5998 was for Titanium and 5999 was for RoF?
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 01:04 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3