Rhodan
09-16-2011, 01:58 PM
I used the wiki server setup doc for minilogin but had to use strawberry perl 5.10 instead of activeperl since there is no activeperl version of the same number as specified in the doc.
All db sourcing went well, not a single error.
Set up the config files as specified and even checked three times for anything I may have missed or misread.
I logged in on localhost (don't use 127.0.0.1 in configs, just localhost)
Client connects fine and I can create characters but if I choose enter world the client goes back to the login screen after a few seconds.
No errors show up in the three dos windows (other than opcode 3 not recognized when I first connect.
The client log says only that the server disconnected with no reason given.
The server logs have the following
eqemu_debug_world
[09.16. - 10:42:43] [WORLD__ZONE] [5] Zone started with name dynamic_05 by launcher zone
[09.16. - 10:42:43] [WORLD__ZONE] [5] Auto zone port configuration. Telling zone to use port 7004
[09.16. - 10:43:53] [WORLD__CLIENT] New connection from 127.0.0.1:55270
[09.16. - 10:43:53] [NET__IDENT_TRACE] 127.0.0.1:55270: First opcode 0x4dd0 did not match expected 0x2792
[09.16. - 10:43:53] [NET__IDENT_TRACE] 127.0.0.1:55270: Tried patch 6.2_world, and it did not match.
[09.16. - 10:43:53] [NET__IDENT_TRACE] 127.0.0.1:55270: First opcode 0x4dd0 did not match expected 0x2ec9
[09.16. - 10:43:53] [NET__IDENT_TRACE] 127.0.0.1:55270: Tried patch 6.2_zone, and it did not match.
[09.16. - 10:43:53] [NET__IDENT_TRACE] 127.0.0.1:55270: First opcode matched 0x4dd0 and length matched 464
[09.16. - 10:43:53] [NET__IDENTIFY] Identified stream 127.0.0.1:55270 with signature Titanium_world
[09.16. - 10:43:53] [WORLD__CLIENT] Checking inbound connection 127.0.0.1 against BannedIPs table
[09.16. - 10:43:53] [WORLD__CLIENT] Connection 127.0.0.1 PASSED banned IPs check. Processing connection.
[09.16. - 10:43:53] [WORLD__CLIENT] PatM: Logged in. Mode=(CharSel)
[09.16. - 10:43:53] [WORLD__CLIENT] PatM: MiniLogin Account #1
[09.16. - 10:44:54] [WORLD__CLIENT] PatM: Attempting autobootup of tutorialb (189:0)
[09.16. - 10:44:55] [WORLD__ZONE] [5] Setting to 'tutorialb' (189:0)
[09.16. - 10:44:55] [WORLD__CLIENT] PatM: Entering zone tutorialb (189:0)
[09.16. - 10:44:55] [WORLD__ZONE] [5] [tutorialb] Broadcasting a world time update
[09.16. - 10:44:56] [WORLD__ZONE] [5] [tutorialb] Setting to 'tutorialb' (189:0)
[09.16. - 10:44:56] [WORLD__CLIENT] PatM: Sending client to zone tutorialb (189:0) at localhost:7004
[09.16. - 10:44:56] [WORLD__CLIENT] PatM: Client disconnected (not active in process)
eqemu_debug_zone
[09.16. - 10:44:55] Zone: tutorialb has weather of type 1.
[09.16. - 10:44:55] Zone: tutorialb(189) has weather type = 1. The weather timer has been enabled.
[09.16. - 10:44:56] [WORLD__CLIENT] New connection from 127.0.0.1:52973
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: First opcode 0x7752 did not match expected 0x2792
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: Tried patch 6.2_world, and it did not match.
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: First opcode 0x7213 did not match expected 0x2ec9
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: Tried patch 6.2_zone, and it did not match.
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: First opcode 0x7752 did not match expected 0x4dd0
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: Tried patch Titanium_world, and it did not match.
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: First opcode matched 0x7213 and length matched 68
[09.16. - 10:44:56] [NET__IDENTIFY] Identified stream 127.0.0.1:52973 with signature Titanium_zone
[09.16. - 10:44:56] [WORLD__CLIENT] New client from 127.0.0.1:52973
[09.16. - 10:44:56] AIYellForHelp("Guard_Hobart000","a_cave_bat001") Guard_Maddoc000 attacking a_cave_bat001 Dist 369.653931 Z 5.379763
[09.16. - 10:44:56] Client 'Rhodan' was destroyed before reaching the connected state:
[09.16. - 10:44:56] Client sent initial zone packet, but we never got their player info from the database.
eqemu_error_zone
[09.16. - 10:44:55] Starting Log: logs/eqemu_error_zone_5984.log
[09.16. - 10:44:55] Error in ZoneDatabase::LoadAAs query 'SELECT skill_id, level, cost from aa_required_level_cost order by skill_id': #1146: Table 'peq.aa_required_level_cost' doesn't exist
[09.16. - 10:44:55] Path File ./Maps/tutorialb.path not found.
eqemu_zone
[09.16. - 10:44:55] Init Finished: ZoneID = 189, Time Offset = 0
---------------------------------------------
[09.16. - 10:44:55] Starting Log: logs/eqemu_zone_5984.log
[09.16. - 10:44:55] ---- Zone server tutorialb, listening on port:7004 ----
[09.16. - 10:44:55] Zone Bootup: tutorialb (189: 0)
[09.16. - 10:45:56] Zone Shutdown: tutorialb (189)
[09.16. - 10:45:56] Zone shutdown: going to sleep
The docs talk about peq rev1129 but the downloads are rev1751
I get the feeling the docs are just too old. If there's a quick fix for this that'd be great or if there's a more recent (existing) tutorial than the wiki I'd love to get pointed at that too.
Thanks!
All db sourcing went well, not a single error.
Set up the config files as specified and even checked three times for anything I may have missed or misread.
I logged in on localhost (don't use 127.0.0.1 in configs, just localhost)
Client connects fine and I can create characters but if I choose enter world the client goes back to the login screen after a few seconds.
No errors show up in the three dos windows (other than opcode 3 not recognized when I first connect.
The client log says only that the server disconnected with no reason given.
The server logs have the following
eqemu_debug_world
[09.16. - 10:42:43] [WORLD__ZONE] [5] Zone started with name dynamic_05 by launcher zone
[09.16. - 10:42:43] [WORLD__ZONE] [5] Auto zone port configuration. Telling zone to use port 7004
[09.16. - 10:43:53] [WORLD__CLIENT] New connection from 127.0.0.1:55270
[09.16. - 10:43:53] [NET__IDENT_TRACE] 127.0.0.1:55270: First opcode 0x4dd0 did not match expected 0x2792
[09.16. - 10:43:53] [NET__IDENT_TRACE] 127.0.0.1:55270: Tried patch 6.2_world, and it did not match.
[09.16. - 10:43:53] [NET__IDENT_TRACE] 127.0.0.1:55270: First opcode 0x4dd0 did not match expected 0x2ec9
[09.16. - 10:43:53] [NET__IDENT_TRACE] 127.0.0.1:55270: Tried patch 6.2_zone, and it did not match.
[09.16. - 10:43:53] [NET__IDENT_TRACE] 127.0.0.1:55270: First opcode matched 0x4dd0 and length matched 464
[09.16. - 10:43:53] [NET__IDENTIFY] Identified stream 127.0.0.1:55270 with signature Titanium_world
[09.16. - 10:43:53] [WORLD__CLIENT] Checking inbound connection 127.0.0.1 against BannedIPs table
[09.16. - 10:43:53] [WORLD__CLIENT] Connection 127.0.0.1 PASSED banned IPs check. Processing connection.
[09.16. - 10:43:53] [WORLD__CLIENT] PatM: Logged in. Mode=(CharSel)
[09.16. - 10:43:53] [WORLD__CLIENT] PatM: MiniLogin Account #1
[09.16. - 10:44:54] [WORLD__CLIENT] PatM: Attempting autobootup of tutorialb (189:0)
[09.16. - 10:44:55] [WORLD__ZONE] [5] Setting to 'tutorialb' (189:0)
[09.16. - 10:44:55] [WORLD__CLIENT] PatM: Entering zone tutorialb (189:0)
[09.16. - 10:44:55] [WORLD__ZONE] [5] [tutorialb] Broadcasting a world time update
[09.16. - 10:44:56] [WORLD__ZONE] [5] [tutorialb] Setting to 'tutorialb' (189:0)
[09.16. - 10:44:56] [WORLD__CLIENT] PatM: Sending client to zone tutorialb (189:0) at localhost:7004
[09.16. - 10:44:56] [WORLD__CLIENT] PatM: Client disconnected (not active in process)
eqemu_debug_zone
[09.16. - 10:44:55] Zone: tutorialb has weather of type 1.
[09.16. - 10:44:55] Zone: tutorialb(189) has weather type = 1. The weather timer has been enabled.
[09.16. - 10:44:56] [WORLD__CLIENT] New connection from 127.0.0.1:52973
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: First opcode 0x7752 did not match expected 0x2792
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: Tried patch 6.2_world, and it did not match.
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: First opcode 0x7213 did not match expected 0x2ec9
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: Tried patch 6.2_zone, and it did not match.
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: First opcode 0x7752 did not match expected 0x4dd0
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: Tried patch Titanium_world, and it did not match.
[09.16. - 10:44:56] [NET__IDENT_TRACE] 127.0.0.1:52973: First opcode matched 0x7213 and length matched 68
[09.16. - 10:44:56] [NET__IDENTIFY] Identified stream 127.0.0.1:52973 with signature Titanium_zone
[09.16. - 10:44:56] [WORLD__CLIENT] New client from 127.0.0.1:52973
[09.16. - 10:44:56] AIYellForHelp("Guard_Hobart000","a_cave_bat001") Guard_Maddoc000 attacking a_cave_bat001 Dist 369.653931 Z 5.379763
[09.16. - 10:44:56] Client 'Rhodan' was destroyed before reaching the connected state:
[09.16. - 10:44:56] Client sent initial zone packet, but we never got their player info from the database.
eqemu_error_zone
[09.16. - 10:44:55] Starting Log: logs/eqemu_error_zone_5984.log
[09.16. - 10:44:55] Error in ZoneDatabase::LoadAAs query 'SELECT skill_id, level, cost from aa_required_level_cost order by skill_id': #1146: Table 'peq.aa_required_level_cost' doesn't exist
[09.16. - 10:44:55] Path File ./Maps/tutorialb.path not found.
eqemu_zone
[09.16. - 10:44:55] Init Finished: ZoneID = 189, Time Offset = 0
---------------------------------------------
[09.16. - 10:44:55] Starting Log: logs/eqemu_zone_5984.log
[09.16. - 10:44:55] ---- Zone server tutorialb, listening on port:7004 ----
[09.16. - 10:44:55] Zone Bootup: tutorialb (189: 0)
[09.16. - 10:45:56] Zone Shutdown: tutorialb (189)
[09.16. - 10:45:56] Zone shutdown: going to sleep
The docs talk about peq rev1129 but the downloads are rev1751
I get the feeling the docs are just too old. If there's a quick fix for this that'd be great or if there's a more recent (existing) tutorial than the wiki I'd love to get pointed at that too.
Thanks!