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 eqemu_config.xml Code:
<?xml version="1.0"> eqemulogin.ini Code:
[database] 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. |
Here is what you should have using your information and my file structures. This is based on an SOD client because that is all I run. A number of the ports were different as well as server name settings. I have found that many times for whatever reason 127.0.0.1 and localhost are NOT interchangeable in these files. Also, your eqemulogin.ini is considerably more detailed and larger than mine.
<!-- Loginserver information. Defaults shown --> <loginserver> <host>everquest.homelinux.net</host> <port>5999</port> <account></account> <password></password> </loginserver> <!-- Chatserver (channels) information. Defaults shown --> <chatserver> <host>localhost</host> <port>3018</port> </chatserver> <!-- Mailserver (in-game mail) information. Defaults shown --> <mailserver> <host>everquest.homelinux.net</host> <port>3018</port> </mailserver> <!-- Database configuration, replaces db.ini. Defaults shown --> <database> <host>127.0.0.1</host> <port>3306</port> <username>root</username> <password>xxx</password> <db>peq</db> </database> Eqemulogin.ini Port=5999 DumpPacketsIn=true DumpPacketsOut=true Trace=false DatabaseServerName=127.0.0.1 DatabaseCatalogName=<login database name> DatabaseUserName=root DatabaseUserPassword=xxx OPCodePathAndFileName=login_opcodes.conf |
Quote:
Code:
I:\EQEmu>EQEmuLoginServer.exe Server seems to be working, just need to test logging in now. |
oops.. double post
|
Nope.. EQEmuLoginServer.exe crashes when I attempt to log in.
Same exact issue I had with EQEmuLoginServer before that lead me to use minilogin instead. Microsoft Visual C++ Debug Library Debug Error! Program: I:\EQEmu\EQEmuLoginServer.exe HEAP CORRUPTION DETECTED: after Noprmal block (#566) at 0x0073A1D8 CRT detected that the application wrote to memory after end of heap buffer. (Press Retry to debug the application) Abort Retry Ignore Code:
New Client UDP connection from 127.0.0.1:3339 |
See post #44 of this thread. It might give you some ideas to check...
http://www.eqemulator.org/forums/sho...t=28887&page=3 According to what I'm reading it would seem your EQEmuLoginServer.exe and/or EQEmuAuthCrypto.dll files could be at fault. |
I haven't a clue how to build the login server.. I can't seem to open the project into VS, and I'm far from familiar with compiling on windows to figure this out myself.
Edit: oops.. was trying with VS 2005 Cool.... Quote:
No clue at all what I'm doing here. |
All times are GMT -4. The time now is 07:16 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.