For log levels that you left unset, and it complains about a blank log level on reload, that's a bug.
However, if you set a level, it should work even on reload. Did you happen to edit this file in Windows and introduce CRLF line endings? That would break it. "NET\r" isn't "NET".
Is it connecting to the server at all? No complaints, but does the gatekeeper server log the client version? If you're not sure, take note of the last timestamp in the file and try again.
Is your server running a firewall that's rejecting the connections?
Is the server crashing? Use 'ps' or 'top' to find out. See if it's listening on port 14617 in 'netstat -an'.
Did you compile the client first with the MOULa keys, and then change to yours without doing a full clean? If so, your UruLauncher has MOULa keys.
You can try setting all the log levels to MSGS and see everything the client and server say to each other. Failing that, you may need to turn to more heavyweight tools like Wireshark to verify traffic is going where you expect.
- a'moaca'
Edit:
Maybe the keys are fine and your file server is missing the ExternalPatcher manifest. Check moss_file.log.
Last edited by a'moaca' on Wed Apr 20, 2011 3:19 am, edited 1 time in total.
Reason:it's 'netstat -an'
I don't know about your crash problem, but I am curious, on behalf of anyone else, how you solved your patcher problem. It helps folks who might read this to solve the same or similar problems.
A stack error before the char selection screen? This could be caused by a problem with the auth server files. A few days ago, i used an invalid python.pak file - i got a stack error too. Maybe you should re-setup the auth server files and manifests.
Traceback (most recent call last):
File "xKI.py", line 16, in ?
ImportError: No module named PlasmaTypes
1303429030.131942 MSGS auth.ac10c064:49366: AcctSetPlayerRequest for 0
1303429030.182551 WARN auth.ac10c064:49366: Got a Log message from the client:
Traceback (most recent call last):
File "stupStartUp.py", line 10, in ?
ImportError: No module named PlasmaTypes
There still seems to be a problem with your python.pak. The client is not able to find the PlasmaTypes.py file. Do you use Cyan's python.pak file or did you modify it?