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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-01-2010, 01:26 AM
KodeKatt
Sarnak
 
Join Date: May 2010
Location: Oslo, Norway
Posts: 63
Default Missing a file or setting, anyone want to lend a hand?

I tried following along with the posts from when I had this issue before:
http://www.eqemulator.org/forums/sho...n+opcodes+file
..no luck, but same error message.

Code:
I:\EQEmu>EQEmuLoginServer.exe
EQEmuLoginServer v1.0 ALPHA by The Oustanding Developers at PEQ!

  Using Port: 5999
  Database Server:
  Database Catalog:
  Database UserName:
  Database Password:


Unable to open opcodes file ''. Thats bad.

I:\EQEmu>ls -l
total 12320
-rwxrwxrwx   1 user     group     1851904 Aug 31 17:04 Chatserver.exe
-rw-rw-rw-   1 user     group      187904 Aug 31 17:04 EMuShareMem.dll
-rw-rw-rw-   1 user     group      287232 Aug 31 06:32 EQEmuAuthCrypto.dll
-rwxrwxrwx   1 user     group     1453056 Jul 14  2009 EQEmuLoginServer.exe
drwxrwxrwx   1 user     group           0 Aug 31 16:55 Maps
-rwxrwxrwx   1 user     group     2793472 Aug 31 17:05 World.exe
-rwxrwxrwx   1 user     group     5452800 Aug 31 17:08 Zone.exe
-rw-rw-rw-   1 user     group      306714 Jul  9 10:05 changelog.txt
-rw-rw-rw-   1 user     group           0 Aug 31 06:42 commands.pl
-rw-rw-rw-   1 user     group         120 Jun 15  2009 compatible_content.txt
-rw-rw-rw-   1 user     group        2288 Aug 31 22:11 eqemu_config.xml
-rw-rw-rw-   1 user     group         688 Aug 31 16:59 eqemulogin.ini
-rwxrwxrwx   1 user     group      138240 Aug 31 12:54 eqlaunch.exe
-rw-rw-rw-   1 user     group           0 Aug 31 06:42 log.ini
-rw-rw-rw-   1 user     group         298 Aug 31 06:42 login_opcodes.conf
-rw-rw-rw-   1 user     group         298 Aug 31 06:42 login_opcodes_sod.conf
drwxrwxrwx   1 user     group           0 Aug 31 22:10 logs
-rw-rw-rw-   1 user     group         300 Aug 31 06:42 mail_opcodes.conf
-rw-rw-rw-   1 user     group        1077 Aug 31 06:42 mime.types
-rw-rw-rw-   1 user     group       16690 Aug 31 06:42 opcodes.conf
-rw-rw-rw-   1 user     group       17669 Aug 31 06:42 patch_6.2.conf
-rw-rw-rw-   1 user     group       16596 Aug 31 06:42 patch_Anniversary.conf
-rw-rw-rw-   1 user     group       17664 Aug 31 06:42 patch_Live.conf
-rw-rw-rw-   1 user     group       17486 Aug 31 06:42 patch_SoD.conf
-rw-rw-rw-   1 user     group       21919 Aug 31 06:42 patch_SoF.conf
-rw-rw-rw-   1 user     group       18406 Aug 31 06:42 patch_Titanium.conf
-rw-rw-rw-   1 user     group           0 Aug 31 06:42 plugin.pl
drwxrwxrwx   1 user     group           0 Aug 31 17:02 plugins
drwxrwxrwx   1 user     group           0 Aug 31 17:02 quests
-rwxrwxrwx   1 user     group         143 Aug 31 22:09 start_server.bat
drwxrwxrwx   1 user     group           0 Aug 31 16:55 templates
drwxrwxrwx   1 user     group           0 Aug 28 17:20 worldui
-rw-rw-rw-   1 user     group           0 Aug 31 06:42 worldui.pl

eqemu_config.xml
Code:
<?xml version="1.0">
<server>
	<world>
		<shortname>Vasadise</shortname>
		<longname>The Memory of Vasadise</longname>

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

		<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>127.0.0.1</host>
			<port>5998</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="localhost" port="9000" telnet="disable"/>

		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key>NRKP3</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>127.0.0.1</host>
		<port>7778</port>
	</chatserver>

	<!-- Mailserver (in-game mail) information.  Defaults shown -->
	<mailserver>
		<host>channels.eqemulator.net</host>
		<port>7779</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>localhost</host>
		<port>3306</port>
		<username>root</username>
		<password>xxx</password>
		<db>peq</db>
	</database>

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

eqemulogin.ini
Code:
[database]
host = localhost
port = 3306
db = peq
user = root
password = xxx
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = TRUE
dump_packets_out = TRUE
listen_port = 5998
local_network = 192.168.1.103

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType

I've been working on this since yesterday with non-stop interruptions, so it's more than likely I missed a step, resulting in a missing file, or something missed in the config, but going back over the guide and triple checking the configs, I'm at a bit of a loss, I just need a second set of eyes to take a look at this.

Then again.. now that I remember.. my last server, I couldn't get the loging server to work, I had to use minilogin.
Reply With Quote
 


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 03:47 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