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
|
Make sure you have the proper port ranges forwarded on your router. The FAQ in my sig might be of some assistance.
|
Any errors in your logs?
|
make sure you have all your server files when i had my ports wrong it let me log ion just not anyone else
|
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?
|
Here is something, World.exe keeps crashing, I'm running Windows 7 Ultimate
|
World.exe crashes when I try to connect to it, I am connecting from the same computer it is on, is that A problem?
|
yes thats a problem go to u logs and show us the log for world.exe
|
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 |
hey post your eqemu_config.xml file but put *'s in for ur password
|
<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> |
I just want to be able to run my server on the home network.
|
Port=5998
DumpPacketsIn=true DumpPacketsOut=true Trace=true DatabaseServerName=localhost DatabaseCatalogName=peqlogindb DatabaseUserName=root DatabaseUserPassword=****** OPCodePathAndFileName=login_opcodes.conf Theres my eqemulogin.cfg |
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 |
<?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.