EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Not able to Login (https://www.eqemulator.org/forums/showthread.php?t=30223)

Skathix 01-01-2010 05:36 PM

Not able to Login
 
Cannot Login to my own server, it is stuck at loading please wait, I am using Rev 1052 or 53, I am using Titanium and really need to get this set up so it can be used over a network for my mother and her friends. Please help me, I followed the wiki and am still having these problems. Thank you ahead of time

trevius 01-01-2010 05:43 PM

Make sure you have the proper port ranges forwarded on your router. The FAQ in my sig might be of some assistance.

pfyon 01-01-2010 06:02 PM

Any errors in your logs?

jkennedy 01-01-2010 06:08 PM

make sure you have all your server files when i had my ports wrong it let me log ion just not anyone else

Skathix 01-01-2010 06:37 PM

Checking all those things, I don't think that my ports have anything to do with it. I think I may know whats wrong, at first, I opened eq.exe or whatever it is and it downloaded the sony launchpad thing, will that mess anything up?

Skathix 01-01-2010 06:42 PM

Here is something, World.exe keeps crashing, I'm running Windows 7 Ultimate

Skathix 01-01-2010 06:46 PM

World.exe crashes when I try to connect to it, I am connecting from the same computer it is on, is that A problem?

jkennedy 01-01-2010 07:39 PM

yes thats a problem go to u logs and show us the log for world.exe

Skathix 01-02-2010 12:40 PM

Where do I find the log, I see several logs but they all just say

---------------------------------------------
[12.28. - 15:40:19] Starting Log: logs/eqemu_error_world_4044.log
[12.28. - 15:40:19] Failed to connect to database: Error: #1045: Access denied for user 'eq'@'localhost' (using password: YES)

But it says that as soon as I run it and then it goes through as soon as there is a connection available

jkennedy 01-02-2010 01:03 PM

hey post your eqemu_config.xml file but put *'s in for ur password

Skathix 01-02-2010 03:09 PM

<server>
<world>
<shortname>EclArg</shortname>
<longname>Eclipsing Argos</longname>

<!-- Only specify these two if you really think you need to. -->
<address>test.com</address>
<localaddress>192.168.0.8</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>localhost</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>192.168.0.8</host>
<port>3306</port>
<username>root</username>
<password>******</password>
<db>peq</db>
</database>
</server>

Skathix 01-02-2010 03:13 PM

I just want to be able to run my server on the home network.

Skathix 01-02-2010 03:14 PM

Port=5998
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=localhost
DatabaseCatalogName=peqlogindb
DatabaseUserName=root
DatabaseUserPassword=******
OPCodePathAndFileName=login_opcodes.conf

Theres my eqemulogin.cfg

jkennedy 01-02-2010 03:36 PM

ok for the host at the buttom for database make it Localhost like this
<host>localhost</host>

try that and let me know thats only real thing i see atm

jkennedy 01-02-2010 03:38 PM

<?xml version="1.0">
<server>
<world>
<shortname>justnameit</shortname>
<longname>justname it</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</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>




copy that to ur eqemuconfig and jsut change the password and server name and give ethat a try let me know


All times are GMT -4. The time now is 12:15 PM.

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