Error on worldserver.connect
I just finished putting putting my server together but can't get it up in running.
This is the message I get after running start.bat Code:
[DEBUG] Starting Log: logs/eqemu_debug_3600.log Code:
<?xml version="1.0"> Any ideas what could be wrong? |
Your world may be failing to load.
First thing, you can't have the word 'Server' in the long name, so try changing that. You can also just try and start world on it's own from a command prompt and if it is failing, you should see the error messages without the window closing immediately as it does if it fails when run from start.bat. |
Ok this is what I get from running world.exe in he command prompt
Code:
[Debug] Starting Log: logs/eqemu_debug_world_3720.log |
Do you have the mysql service/process running?
|
I believe so. I just logged onto it from the command prompt.
|
I had this same exact problem ... heres what I did to fix it...
Code:
<database> use 127.0.0.1 instead of "localhost" ... yes I know its the same thing.. but my build kept failing to connect without this change |
Yup that fixed it. Now it says
dynamic_01 reported state stopped And it keeps starting and stopping. |
That is really strange! I just checked my config and I am using localhost.
|
localhost generally works and is equivalent to 127.0.0.1, however it can fail if there are invalid or incomplete entries in your hosts file.
You don't generally need anything in your hosts file in order to resolve localhost as it is hadled internally by dns, but if for instance you have an entry for the ipv6 address but not the ipv4 address it can break things. |
Quote:
The bring up your server (or try). |
Still can't get it working here are some of the logs
eqemu_debug_launch_3764.log Code:
[02.02. - 23:25:35] Starting Log: logs/eqemu_debug_launch_3764.log Code:
[02.02. - 23:25:25] Starting Log: logs/eqemu_debug_world_4072.log Code:
[02.02. - 23:26:00] Starting Log: logs/eqemu_debug_zone_3760.log http://www.eqemulator.org/forums/showthread.php?t=32980 And this guide for cmake. http://www.eqemulator.net/wiki/wikka.php?wakka=CMake But with the guides being outdated and adding in cmake I had some trouble. Also I tried rebooting the computer and trying to run it again with the same result. |
Your database is all kinds of broken. Did you apply all of the updates in the trunk\EQEmuServer\utils\sql\svn directory that were newer than the database you started with?
|
Well I did have a problem with that. I tried applying updates from about 283 up but most of them ended saying
[Msg] Finished - Unsuccessfully Like this Code:
[Err] 1146 - Table 'peq.aa_effects' doesn't exist |
Quote:
|
Quote:
|
Start by figuring out what you named your dbase. Did you source your dbase? Also starting your sql updates at 200 something, no... would read the guide again.
|
Is there anything wrong with keeping the same build? I got no errors
I may just start over, it's just confusing trying to use n out dated guide and I couldn't find some of the files like chatserve.exe because it is no longer used. I may have missed moving a file or something. |
Ok redid my server, but have the same problem with less errors, but the zone.exe still crashes here is the logs
Error Code:
[02.03. - 04:43:26] [TASKS]Activities for Task 260 are not sequential starting at 0. Not loading task. Crash Code:
ERROR: SymGetSymFromAddr64, GetLastError: 487 (Address: 013AE8AD) |
Copy the pdb files from the build directory to your server directory and try again. You should hopefully get a real stack trace.
|
There are no pdb file in the build directory. Though I found mysqlclient.pdb and libmysql.pdb in another folder. I tried that but it didn't help.
|
Compile in Debug if you want symbols (or RelWithDebugInfo, though I suggest debug if possible)
|
Quote:
|
Nope still the same even after a fresh install? Anyone have a clue what is wrong. Have done 3 fresh installs following the instructions and still zone Dynamic_01 stops. Any ideas?
|
Are you still getting these same two errors?
Quote:
|
I think I solved it. Swapped out perl 5.14 for 5.12 and now I think it is running.
|
Edit : Made a new post. Sorry.
|
I have an update to this issue. It seems that something has changed after rev2214 and 127.0.0.1 instead of localhost is required now.
Derision recently updated the source so this is now the default. See http://code.google.com/p/projecteqem.../detail?r=2497 |
|
All times are GMT -4. The time now is 10:03 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.