EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   world server setup help (https://www.eqemulator.org/forums/showthread.php?t=22705)

les2212 05-05-2007 02:08 PM

Exact same errors

techguy84 05-05-2007 02:56 PM

Well, im kinda at a loss for words. I sent you a pm yesterday, did you get it. Might be a avenue you want to pursue.

les2212 05-07-2007 08:46 AM

deleted everything, downloaded all the zips to a folder and followed your guide last night to a tee with even getting the older version of pearl, and im back to the original error. i figured id put as much info into this post to see if we're overlooking something.

operating system- windows xp home addition sp2
files used
ActivePerl-5.8.8.820-MSWin32-x86-274739
EQEmu-0.7.0-992
Maps.tar
new_maps
mysql-essential-5.0.37-win32
WinCvs2_0_2-4

Database - peqdb


for my config you will notice i only changed the password form original script and im sorry i have looked and i dont see the mark to add code for this post.

<?xml version="1.0">
<server>
<world>
<shortname>whatever</shortname>
<longname>Your server name</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<address>Serving Machines IP</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>megamanX</password>
<db>peq</db>
</database>
</server>


my start.bat
@echo off
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit


and lastly the errors
---------------------------------------------
[05.07. - 04:51:57] Starting Log: logs/eqemu_debug_world_3040.log
[05.07. - 04:51:57] [WORLD__INIT] Loading server configuration..
[05.07. - 04:51:57] [WORLD__INIT] Log settings loaded from log.ini
[05.07. - 04:51:57] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[05.07. - 04:51:57] [WORLD__INIT] Connecting to MySQL...
[05.07. - 04:51:57] [WORLD__INIT_ERR] Cannot continue without a database connection.

---------------------------------------------
[05.07. - 04:51:57] Starting Log: logs/eqemu_error_world_3040.log
[05.07. - 04:51:57] Failed to connect to database: Error: #1045: Access denied for user 'eq'@'localhost' (using password: YES)


at no point did i put eq in any of the script so im guessing it may be something in the peqdb i patched from wincvs.

les2212 05-07-2007 08:59 AM

okay figured out problem. there is 2 eqemu_config files
1. eqemu_config --- wich is a xml document
2. eqemu_config.xml ---wich is a full file it says
i was only rewriting the full file before. rewrote the other file and server has apperantly started


All times are GMT -4. The time now is 03:28 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.