The first time through, yes - the dependencies linked did not include boost or lua dependencies.
I scrapped everything and started all over, ran CMAKE with everything checked (except error reporting suppressions) and debug value of 10 instead of 5. I got a good configuration/generation. Build completed with no errors, just a pile of warnings from people typecasting variables and using deprecated functions.
Running start.bat, eqemu_debug_world_xxxx.log reports:
Code:
...
Debug - UCS_ERROR - Incoming UCS Connection while we were already connected to a UCS.
...
Debug - QUERYSERVE__ERROR - Incoming QueryServ Connection while we were already conted to a QueryServ.
...
Debug - WORLD_LAUNCH - zone: dynamic_01 reported state STARTED (8 starts)
Debug - WORLD_LAUNCH - zone: dynamic_01 reported state STOPPED (8 starts)
Debug - WORLD_LAUNCH - zone: dynamic_01 reported state STARTED (9 starts)
Debug - WORLD_LAUNCH - zone: dynamic_01 reported state STOPPED (9 starts)
...
eqemu_debug_eqlaunch_xxxx.log reports:
Code:
Debug - LAUNCHER__STATUS - Zone dynamic_01 has gone down. Reset timer started.
Debug - LAUNCHER__STATUS - Starting zone dynamic_01
Debug - LAUNCHER__STATUS - Zone dynamic_01 has been started.
Debug - LAUNCHER__STATUS - Waiting 20000 milliseconds before booting the second zone.
Debug - LAUNCHER__STATUS - Zone dynamic_01 has gone down. Reset timer started.
crash_zone_XXXX.log is identical to my first post.
Trying to create a character, I still get the same "Cannot enter zone" and "Your personalized tutorial is still loading..."
eqemu_debug_world_xxxx.log adds a whole bunch of this:
Code:
[01.11. - 22:37:35] [WORLD__CLIENT] Atlis: Character creation successful: Nacast
[01.11. - 22:37:35] [WORLD__CLIENT] Atlis: Attempting autobootup of tutorialb (189:0)
[01.11. - 22:37:35] [WORLD__CLIENT_ERR] Atlis: No zoneserver available to boot up.
[01.11. - 22:37:36] [NET__ERROR] Unable to convert EQ opcode 0x46d3 to an Application opcode.
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] Atlis: Received unknown EQApplicationPacket
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] [OpCode OP_Unknown (0x46d3) Size=2056]
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] 0000: 5b 43 7d e8 00 4a 0a 00 - 5d 20 01 00 e5 00 01 00 | [C}..J..] ......
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] 0016: d6 57 01 00 cd 82 01 00 - 91 23 02 00 b1 c6 00 00 | .W.......#......
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] 0032: 78 5c 01 00 50 19 00 00 - d1 b2 00 00 a5 c1 00 00 | x\..P...........
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] 0048: 0d e7 00 00 26 78 01 00 - ca a7 00 00 1f 26 01 00 | ....&x.......&..
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] 0064: ca ac 00 00 9c 5e 02 00 - af 40 02 00 a9 0c 02 00 | .....^...@......
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] 0080: 1a 02 00 00 3f 28 00 00 - d0 b6 01 00 b8 4f 01 00 | ....?(.......O..
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] 0096: 38 60 00 00 31 8c 01 00 - 27 d1 01 00 20 03 00 00 | 8`..1...'... ...
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] 0112: 6d 8b 00 00 27 c2 01 00 - d5 81 02 00 e4 16 00 00 | m...'...........
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] 0128: ed fe 00 00 11 1e 00 00 - 7d 34 00 00 12 7d 00 00 | ........}4...}..
[01.11. - 22:37:36] [WORLD__CLIENT_ERR] 0144: 2b f9 01 00 4f d2 00 00 - 69 62 00 00 ad f2 00 00 | +...O...ib......
...