DWC Log

From Custom Mario Kart
Revision as of 21:47, 4 May 2016 by Chadderz (talk | contribs) (Improved introduction.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DWC_Log is a function in Mario Kart Wii providing logging functionality to the DWC library. The DWC library is used to provide network functionality to the game. The function has a category parameter with which each message is associated. Logging of each category can be enabled or disabled at run time. In PAL the method is located at address 0x800cd068 when loaded in memory. The parameter in r3 is the logging category, r4 is the string to write, r5-r10 are the parameters to format the string with, and f1-f8 are the floating point parameters to format the string with.

Chadderz's Analysis

I generated a list of all calls to the method in a dump of the PAL main memory, which then located the method that the call was made from, and the text that would be written. The method was located by finding the last stwu instruction that was of the regex form:

stwu\tr1,-[0-9]+\(r1\)

Or the last instance of a blr instruction, and then adding 4 to that address. The string was located by finding the last changes to register r3, and working back through the method until all changes to it can be sourced. If the source could not be located, the list contains Unknown, and the text is blank. New line characters were replaced with \n. A few string locations appear to be garbage, but these are not marked below.

Address Method Address Category Text Address Text
800CD3CC 800CD3B0 DWC_Debug 80275958 DWC_InitGHTTP\n
800CD418 800CD3F4 DWC_Debug 80275968 DWC_ShutdownGHTTP\n
800CD520 800CD4E0 DWC_Debug 8027597C GHTTPCompleteCallback result : %d\n
800CD590 800CD4E0 DWC_Debug 8037CE08
800CD5DC 800CD4E0 DWC_Debug 802759A0 Callback is NULL\n
800CD690 800CD66C DWC_Debug 802759B4 DWC_GHTTPNewPost\n
800CD6BC 800CD66C DWC_Debug 802759C8 DWC_Alloc Error\n
800CD708 800CD6D4 DWC_Debug 802759DC DWC_PostGHTTPData\n
800CD7C0 800CD6D4 DWC_Debug 802759C8 DWC_Alloc Error\n
800CD8A4 800CD864 DWC_Debug 802759F0 DWC_GetGHTTPDataEx\n
800CD958 800CD864 DWC_Debug 802759C8 DWC_Alloc Error\n
800CD9B8 800CD864 DWC_Debug 802759C8 DWC_Alloc Error\n
800CDB30 800CDAE4 DWC_Error 80275A04 Main, DWCGHTTP error %d\n
800CE3A8 800CE314 DWC_Debug 80275AA8 DWC_DeleteBuddyFriendData : Deleted buddy.\n
800CE3C0 800CE314 DWC_Debug 80275AD4 DWC_DeleteBuddyFriendData : Only clear data.\n
800CE610 800CE4E4 DWC_Warn 80275B04 Connection to the stats server was lost\n
800CE900 800CE8D0 DWC_Update_SV 80275B30 Received buddy request from %u\n
800CE924 800CE8D0 DWC_Update_SV 80275B50 Begin to search gpInfo.\n
800CE990 800CE960 DWC_Update_SV 80275B6C Received buddy authenticated message from %u.\n
800CE9A4 800CE960 DWC_Update_SV 80275B50 Begin to search gpInfo.\n
800CEA14 800CE9E4 DWC_Update_SV 80275B9C RECV update friend status. p:%d\n
800CECF0 800CEC74 DWC_Debug 80275BC0 Change GP status->status %d\n
800CED20 800CEC74 DWC_Debug 80275BE0 Change GP status->statusString %s\n
800CED50 800CEC74 DWC_Debug 80275C04 Change GP status->locationString %s\n
800CEDEC 800CED98 DWC_Update_SV 80275C2C gpGetNumBuddies -> %d\n
800CEEC4 800CED98 DWC_Update_SV 80275C44 Deleted buddy %u\n
800CEFCC 800CED98 DWC_Update_SV 80275C58 Send buddy request to %u\n
800CF058 800CED98 DWC_Update_SV 80275C74 Called gpProfileSearch().\n
800CF144 800CF0A4 DWC_Update_SV 80275C90 Found same friend in the list [%d] & [%d], %d\n
800CF37C 800CF230 DWC_Update_SV 80275C90 Found same friend in the list [%d] & [%d], %d\n
800CF51C 800CF4E0 DWC_Error 80275CC0 Friend, GP error %d\n
800CF644 800CF608 DWC_Error 80275CD8 Friend, persistent error %d\n
800CF798 800CF75C DWC_Debug 80275D18 ProfileSearch: num:%d m:%x\n
800CF7E8 800CF75C DWC_Update_SV 80275D34 Happned to find %d profiles.\n
800CF8C4 800CF75C DWC_Update_SV 80275C58 Send buddy request to %u\n
800CF9E8 800CF75C DWC_Debug 80275D54 more profiles will come...\n
800CFAA8 800CFA68 DWC_Login 80275D70 ERROR: GetInfo Req. why??? : %d\n
800CFAC4 800CFA68 DWC_Debug 80275D94 GetInfo Req: profileID %u, lastname '%s'.\n
800CFB4C 800CFA68 DWC_Update_SV 80275DC0 Auth buddy request from %u, friend[%d]mp.\n
800CFC0C 800CFA68 DWC_Update_SV 80275DF8 Auth buddy request from %u, friend[%d]gs.\n
800CFC58 800CFA68 DWC_Update_SV 80275C58 Send buddy request to %u\n
800CFC7C 800CFA68 DWC_Update_SV 80275E24 Denied buddy request from %u.\n
800CFCD8 800CFC98 DWC_Login 80275E44 ERROR: GetInfo Auth. why??? : %d\n
800CFCF4 800CFC98 DWC_Debug 80275E68 GetInfo Auth: profileID %u, lastname '%s'.\n
800CFD80 800CFC98 DWC_Update_SV 80275E94 Established buddy with %u, friend[%d]mp.\n
800CFE00 800CFC98 DWC_Update_SV 80275EC0 This profile is already my friend[%d].\n
800CFE48 800CFC98 DWC_Update_SV 80275EE8 Established buddy with %u, friend[%d]gs.\n
800CFF24 800CFC98 DWC_Update_SV 80275F18 Not Established buddy with %u.\n
800CFFA0 800CFF58 DWC_Login 80276048 Login Init\n
800D0008 800CFF58 DWC_Login 80276054 ******************************************\n
800D0028 800CFF58 DWC_Login 80276080 pseudo UserID : %016llx\n
800D0044 800CFF58 DWC_Login 802760A0 pseudo PlayerID : %08x\n
800D0064 800CFF58 DWC_Login 802760C0 authentic UserID : %016llx\n
800D0080 800CFF58 DWC_Login 802760E0 authentic PlayerID : %08x\n
800D0090 800CFF58 DWC_Login 80276054 ******************************************\n
800D025C 800D00F8 DWC_Debug 80276100 Ignore invalid login state.\n
800D0384 800D0348 DWC_Error 80276120 Login, GP error %d\n
800D0490 800D045C DWC_Login 80276134 Finished connecting to GP server, result = %d\n
800D0534 800D045C DWC_Login 80276174 gs profile id is valid.\n
800D05A4 800D045C DWC_Login 80276190 gs profile id is invalid.\n
800D0680 800D065C DWC_Login 802761B0 Start Remote Auth\n
800D06A4 800D065C DWC_Login 802761C4 Hmm.. you already have authentic login id.\n
800D06E4 800D065C DWC_Login 802761F8 Hmm.. you need to create authentic login id.\n
800D0708 800D065C DWC_Login 80276228 Hmm.. you are the first time to get authentic login id.
800D0730 800D065C DWC_Login 80276264 - copy temp loginid from pseudo login id\n
800D0764 800D065C DWC_Login 80276290 - create temp loginid from console user id\n
800D0784 800D065C DWC_Login 802762BC Hmm.. you are NOT the first times to get authentic login id.\n
800D086C 800D0828 DWC_Login 80276300 *** Auth Done\n
800D08A0 800D0828 DWC_Login 80276310 Succeeded to remote authentication.\n
800D0924 800D0828 DWC_Login 80276310 Succeeded to remote authentication.\n
800D099C 800D0828 DWC_Login 80276338 *** Auth Error [%d]\n
800D0AD0 800D0A74 DWC_Login 80276350 login id is authenticated. set lastname field.\n
800D0B4C 800D0A74 DWC_Login 80276384 call gpSetInfos\n
800D0B60 800D0A74 DWC_Login 8027639C this login id is used by anybody.... retry.\n
800D0BDC 800D0A74 DWC_Login 802763D0 Account is created : %s(%s) - %d.\n
800D0C08 800D0A74 DWC_Login 80276310 Succeeded to remote authentication.\n
800D0C7C 800D0A74 DWC_Login 802763F8 Login but gpSetInfo failed... %s : %d retry gpGetInfo.\n
800D0CBC 800D0A74 DWC_Login 80276438 ERROR: gpGetInfo. why??? : %d\n
800D0DA8 800D0D68 DWC_Debug 80276458 !!DWC_InitFriendsMatch() was called!!\n
800D1010 800D0FEC DWC_Debug 80276480 !!DWC_ShutdownFriendsMatch() was called!! stpDwcCnt = 0x%x\n
800D1200 800D115C DWC_Acheck 802764BC Confirmed the backend of GameSpy server.\n
800D1434 800D13F8 DWC_Debug 802764E8 !!DWC_LoginAsync() was called!!\n
800D144C 800D13F8 DWC_Warn 8027650C ingamesn is NULL!!\n
800D1480 800D13F8 DWC_Debug 80276520 But ignored.\n
800D1708 800D13F8 DWC_Warn 802766B0 Failed to cache DNS query.\n
800D1790 800D1754 DWC_Debug 802766CC !!DWC_UpdateServersAsync() was called!!\n
800D17C8 800D1754 DWC_Debug 80276520 But ignored.\n
800D1890 800D1840 DWC_Debug 802766F8 !!DWC_ConnectToAnybodyAsync() was called!!\n
800D18C0 800D1840 DWC_Debug 80276520 But ignored.\n
800D19C8 800D1984 DWC_Debug 80276724 !!DWC_SetupGameServer() was called!!\n
800D19F8 800D1984 DWC_Debug 80276520 But ignored.\n
800D1B04 800D1AB4 DWC_Debug 8027674C !!DWC_ConnectToGameServerAsync() was called!!\n
800D1B30 800D1AB4 DWC_Debug 80276520 But ignored.\n
800D1BC8 800D1AB4 DWC_Error 8027677C pid %d is not buddy.\n
800D1C18 800D1AB4 DWC_Error 80276794 pid %d is not game server.\n
800D1C94 800D1AB4 DWC_Error 802767B0 pid %d is fully occupied.\n
800D1DBC 800D1D90 DWC_Debug 802767CC !!DWC_CloseAllConnectionsHard() was called!!\n
800D1DFC 800D1D90 DWC_Debug 80276520 But ignored.\n
800D1EE0 800D1D90 DWC_Transport 802767FC Closed 0 connection.\n
800D2038 800D2000 DWC_Debug 80276814 !!DWC_CloseConnectionHard() was called!! aid = %d.\n
800D2078 800D2000 DWC_Debug 80276520 But ignored.\n
800D2108 800D2000 DWC_Debug 80276848 No connection!\n
800D283C 800D2808 DWC_Warn 8027689C gt2Socket is already made.\n
800D2870 800D2808 DWC_Match_NN 802768B8 --- Private port = %d ---\n
800D2BE4 800D2BA0 DWC_Debug 802768D4 !!DWC_ConnectToGameServerFromGroupID() was called!!\n
800D2C14 800D2BA0 DWC_Debug 80276520 But ignored.\n
800D2D14 800D2CD4 DWC_Error 8027690C Main, GP error %d\n
800D2DEC 800D2CD4 DWC_Error 80276920 Not handle an error here.\n
800D2E84 800D2E4C DWC_Error 8027693C Main, GT2 error %d\n
800D30A0 800D2FF0 DWC_Debug 80276970 [**node info]\n
800D30E4 800D2FF0 DWC_Debug 80276980 [%02d] aid = %d, pid = %u, qr2 pub adr=%s\n
800D310C 800D2FF0 DWC_Debug 802769AC [**user data]\n
800D3148 800D2FF0 DWC_Debug 802769BC [%02d] aid = %d buf[ 0=%d 1=%d 2=%d 3=%d ]\n
800D3228 800D31D8 DWC_Debug 802769EC Ignore GP ALLREADY_BUDDY or NOT_BUDDY %d.\n
800D35C4 800D31D8 DWC_Error 80276E04 FATAL ERROR\n
800D35D8 800D31D8 DWC_Error 8037CE30
800D35F0 800D31D8 DWC_Error 80276E14 RESULT: %s (%d)\n
800D3608 800D31D8 DWC_Error 80276E28 ERROR CODE: %s (0x%X)\n
800D361C 800D31D8 DWC_Error 80276E40 ERROR STRING: %s\n
800D36B0 800D3648 DWC_Warn 80276E58 Received undefined buddy message. '%s'\n
800D3714 800D3648 DWC_Warn 80276E80 Received different version buddy message command. '%s'\n
800D379C 800D3648 DWC_Debug 80276EB8 Ignore delayed GP matching command.\n
800D3808 800D37BC DWC_Warn 80276EE0 Called DWC_ShutdownFriendsMatch() with unexpected status.\n
800D3864 800D37BC DWC_Debug 80276F1C Connection was closed (reason %d) pseud(%d).\n
800D38C8 800D37BC DWC_Debug 80276F4C aid = %d (validity %d).\n
800D38FC 800D37BC DWC_Debug 80276F68 **** SC server was dead....****\n
800D39FC 800D37BC DWC_Debug 80276F8C **** pid(%u) is not in node info.****\n
800D3B78 800D37BC DWC_Debug 80276FB4 [next server] serverDownBase bitmap = 0x%x\n
800D3C7C 800D37BC DWC_Debug 80276FE0 Closing process by matching SC.\n
800D3CA8 800D37BC DWC_Debug 80277004 Closing process by matching.\n
800D3D2C 800D37BC DWC_Debug 80276970 [**node info]\n
800D3D70 800D37BC DWC_Debug 80276980 [%02d] aid = %d, pid = %u, qr2 pub adr=%s\n
800D3D98 800D37BC DWC_Debug 802769AC [**user data]\n
800D3DD4 800D37BC DWC_Debug 802769BC [%02d] aid = %d buf[ 0=%d 1=%d 2=%d 3=%d ]\n
800D3F5C 800D3F2C DWC_Transport 80277024 Ping: %dms\n
800D3FB0 800D3F84 DWC_Error 80277030 Socket fatal error! (%d)\n
800D40B8 800D409C DWC_Debug 80277050 !!DWC_RegisterMatchingStatus() was called!!\n
800D40F0 800D409C DWC_Debug 80277080 But ignored.\n
800D41DC 800D4164 DWC_Debug 80277090 Now unable to cancel.\n
800D45C4 800D4258 DWC_Debug 802770A8 DWC_AddMatchKeyInt: key='%s', value=%d\n
800D4964 800D45F4 DWC_Debug 802770D0 DWC_AddMatchKeyString: key='%s' value='%s'\n
800D4CE4 800D4BBC DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D4DB8 800D4BBC DWC_Debug 8027718C ServerBrowserLimitUpdate timeout reset.(%s)\n
800D4E8C 800D4E58 DWC_Match_NN 802771C0 QR2 is already set up.\n
800D5344 800D4FE4 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D55E0 800D54A0 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D56F4 800D54A0 DWC_Info 80277270 Create New Group ID:%u\n
800D5F28 800D577C DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D6140 800D577C DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D637C 800D6194 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D655C 800D6424 DWC_Match_NN 80277288 GroupID Timeout: wait server response %d/%d.\n
800D66CC 800D6424 DWC_Match_NN 802772B8 Mesh NN resv timed out.\n
800D676C 800D6424 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D67A4 800D6424 DWC_Match_NN 802772D4 Timeout: wait server response %d/%d.\n
800D6934 800D6424 DWC_Match_NN 802772FC NN resv(with %u) timed out. Try next server.\n
800D6B20 800D6424 DWC_Match_NN 8027732C Timeout: wait gt2Connect().\n
800D6B48 800D6424 DWC_Match_NN 802772B8 Mesh NN resv timed out.\n
800D6BE8 800D6424 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D6CC0 800D6424 DWC_Debug 8027734C RTT Timeout with DWC_MATCH_STATE_CL_GT2.\n
800D6CF4 800D6424 DWC_Match_NN 80277378 Stop resending command %d.\n
800D6D04 800D6424 DWC_Match_NN 802772B8 Mesh NN resv timed out.\n
800D6DA4 800D6424 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D6DF8 800D6424 DWC_Match_NN 80277378 Stop resending command %d.\n
800D6F7C 800D6424 DWC_Match_NN 80277394 Reservation timeout. Cancel reservation.\n
800D7048 800D6424 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D70F0 800D6424 DWC_Info 802773C0 *** DWCi_IsBackupMine. ignored(state=%d)\n
800D7150 800D6424 DWC_Info 802773F0 [shutdown myself] It doesn't have the GT2 connection with next server.\n
800D733C 800D6424 DWC_Info 802773C0 *** DWCi_IsBackupMine. ignored(state=%d)\n
800D74AC 800D6424 DWC_Info 80277438 Reserve: I am Next Server!!\n
800D7558 800D6424 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D7644 800D6424 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D76B4 800D6424 DWC_Info 802773C0 *** DWCi_IsBackupMine. ignored(state=%d)\n
800D77B4 800D6424 DWC_Info 80277458 **** [SV Changing] shutdown no response host(PID:%u aid:%d)\n
800D7894 800D6424 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D7918 800D6424 DWC_Info 80277498 Backup message timed out.\n
800D7A88 800D6424 DWC_Info 802773C0 *** DWCi_IsBackupMine. ignored(state=%d)\n
800D7BF8 800D6424 DWC_Info 802774B8 Server Down Detected!!\n
800D7C10 800D6424 DWC_Info 802774D0 I am New Server!!\n
800D7CB4 800D6424 DWC_Info 802774E4 DWCi_AutoSuspendComplete - suspend is %s.\n
800D7DD0 800D6424 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D7FAC 800D6424 DWC_SB_Update 80277510 Retry search host from groupID[%d/%d].\n
800D805C 800D6424 DWC_Match_NN 80277538 Timeout : wait NN retry.\n
800D81AC 800D6424 DWC_Match_NN 80277554 *** TRY mesh create: aid(%d)\n
800D8338 800D6424 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D8538 800D6424 DWC_SB_Update 80277574 ServerBrowserLimitUpdate timeout.\n
800D867C 800D6424 DWC_Debug 80277598 RTT Timeout with DWCi_MatchProcess.\n
800D868C 800D6424 DWC_Match_NN 802775C0 Timeout : Wait prior profileID.\n
800D877C 800D86E4 DWC_Match_NN 80277638 GT2 Unrecognized : Received QR2 data.\n
800D87B0 800D86E4 DWC_Match_NN 80277660 ignore qr2 message.\n
800D87E0 800D86E4 DWC_Match_NN 80277678 GT2 Unrecognized : Received NN data.\n
800D8818 800D86E4 DWC_Match_GT2 802776A0 GT2 Unrecognized : Not Connected gt2 data.\n
800D8830 800D86E4 DWC_Warn 802776D0 GT2 Unrecognized : Received unrecognized data.\n
800D88B4 800D8858 DWC_Match_GT2 80277700 DWCi_GT2ConnectAttemptCallback in DWC_MATCH_STATE_CL_NN\n
800D88F8 800D8858 DWC_Match_GT2 80277748 gt2Reject was called : Init state\n
800D8914 800D8858 DWC_Match_GT2 80277770 Got DWCi_GT2ConnectAttemptCallback latency(%d) msg(%s)\n
800D894C 800D8858 DWC_Match_GT2 802777A8 remote PID = %d\n
800D897C 800D8858 DWC_Match_GT2 802777C8 gt2Reject was called : Server full\n
800D89B0 800D8858 DWC_Match_GT2 802777EC Mesh stop.\n
800D8A58 800D8858 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D8BE0 800D8858 DWC_Warn 802777F8 gt2Connect() came before NN complete.\n
800D8C30 800D8858 DWC_Warn 80277838 gt2Reject was called : Unknown connect attempt from %s\n
800D8C68 800D8858 DWC_Warn 80277870 Unexpected failure to gt2Accept.\n
800D8DBC 800D8858 DWC_Match_GT2 80277894 Accepted connection from %s (latency %d)\n
800D8ED4 800D8E78 DWC_Match_GT2 802778C0 DWCi_GT2ConnectedCallback(port=%d,result=%d,msg=[%s])\n
800D8F2C 800D8E78 DWC_Match_GT2 802778F8 gt2ConnectedCallback: Already cancel(port=%d,result=%d,msg=[%s]).\n
800D8F4C 800D8E78 DWC_Match_GT2 80277940 gt2ConnectedCallback: mesh creating.. go next process.\n
800D8F60 800D8E78 DWC_Match_GT2 80277978 @@@@@ gt2ConnectedCallback: but ignored.\n
800D8F90 800D8E78 DWC_Match_GT2 802779A4 GT2 connect failed %d: %s\n
800D8FAC 800D8E78 DWC_Match_NN 802772B8 Mesh NN resv timed out.\n
800D9054 800D8E78 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D90A0 800D8E78 DWC_Match_NN 802779C0 Mesh gt2 failed.\n
800D90E0 800D8E78 DWC_Match_GT2 802779D4 gt2Connect() retry over.\n
800D912C 800D8E78 DWC_Match_GT2 802779F0 Retry to gt2Connect.\n
800D9218 800D8E78 DWC_Match_GT2 80277A08 GT2 connected.\n
800D9238 800D8E78 DWC_Warn 80277A18 Don't continue matching without closing connections!!\n
800D9458 800D9420 DWC_Match_NN 80277A50 <GP> RECV-0x%02x <- [--------:-----] [pid=%u]\n
800D94C8 800D9420 DWC_Debug 80277A80 Ignore illegal data(%d,%d).\n
800D96D4 800D9688 DWC_Debug 80277AA0 DWCi_ClearQR2Key ignored.\n
800D9724 800D96E8 DWC_Match_GT2 80277ABC Received SYN %d packet from aid %d.\n
800D9948 800D96E8 DWC_Match_GT2 80277AE4 SYN wait time = %d\n
800D99FC 800D96E8 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D9B04 800D96E8 DWC_Match_GT2 80277AF8 [WARN] DWCi_SendTypeMatchAck: I'm not server!!\n
800D9C10 800D96E8 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800D9C34 800D96E8 DWC_Match_GT2 80277B28 Wait max latency %d msec.\n
800DA744 800DA6B8 DWC_Recv 80277B44 Received Polling packet from pid %d(%08x).\n
800DA760 800DA6B8 DWC_Recv 80277B70 I'm a server. ignore.\n
800DA788 800DA6B8 DWC_Info 80277B88 ignore serverPollingUID(%d).\n
800DA7C8 800DA6B8 DWC_Recv 80277BA8 command from wrong server. ignore.\n
800DA7F0 800DA6B8 DWC_Recv 80277BCC check dead aid: dead aidBitmap is %08x.\n
800DA890 800DA83C DWC_Debug 80277BF8 DWCi_ProcessMatchClosing: SC_SV.\n
800DAB9C 800DA83C DWC_Match_NN 80277C1C Wait prior profileID.\n
800DAC44 800DA83C DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DAC74 800DA83C DWC_Match_NN 80277C34 Restart matching immediately.\n
800DAFEC 800DAE54 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DB0B0 800DAE54 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DB0D4 800DAE54 DWC_Warn 80277C54 DWCi_ResetMatchParam: Host is Free!\n
800DB270 800DAE54 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DB444 800DB418 DWC_Match_NN 80277C94 Close Matching....\n
800DB54C 800DB418 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DB8C4 800DB614 DWC_Error 80277CF4 ---DWCi_SBUpdateAsync() illegal state %d.\n
800DB8D8 800DB614 DWC_Match_NN 80277D20 ServerBrowserFilter : %s\n
800DB92C 800DB614 DWC_SB_Update 8037CE90
800DB988 800DB614 DWC_Debug 80277D3C ServerBrowserLimitUpdate timeout set.(%s)\n
800DBA18 800DB9A8 DWC_Match_NN 80277DBC Server[%u] is behind same NAT as me.\n
800DBA50 800DB9A8 DWC_Match_NN 80277DE4 Server[%u] is behind NAT.\n
800DBAD4 800DB9A8 DWC_Match_NN 80277E00 Server[%u] is not behind NAT. But I'm behind NAT.\n
800DBAF4 800DB9A8 DWC_Match_NN 80277E34 Both I and Server[%u] are not behind NAT.\n
800DBC8C 800DB9A8 DWC_Match_NN 80277E60 Send NN cookie = %x.\n
800DBCE0 800DB9A8 DWC_Debug 80277E78 dns error occurs when NatNegotiation begin... retry\n
800DBE48 800DBD38 DWC_Debug 80277EB0 SEND GT2 MSG TO PID:%u\n
800DBF30 800DBD38 DWC_Match_NN 80277EC8 <GT2> SEND-0x%02x -> [--------:-----] [pid=%u]\n
800DBF88 800DBD38 DWC_Debug 80277EF8 SEND BUDDY MSG TO PID:%u\n
800DC044 800DBD38 DWC_Match_NN 80277F14 <GP> SEND-0x%02x -> [--------:-----] [pid=%u]\n
800DC0B0 800DBD38 DWC_Debug 80277F48 FROM BM but peer is not buddy.\n
800DC0C8 800DBD38 DWC_Debug 80277F68 SEND SB MSG TO IP/PORT:(%08x:%d)\n
800DC16C 800DBD38 DWC_Match_NN 80277F8C <SB> SEND-0x%02x -> [%08x:%d] [pid=--------]\n
800DC844 800DC234 DWC_Info 80277FBC Send <DWC_MATCH_COMMAND_RESV_OK> to: [%u]\n
800DC858 800DC234 DWC_Info 80277FE8 Send Server AID(%d)\n
800DC870 800DC234 DWC_Info 80278000 Send Group ID(%d)\n
800DC888 800DC234 DWC_Info 80278014 Send Max Entry(%d)\n
800DC8A0 800DC234 DWC_Info 80278028 new client aid: [%u]\n
800DC948 800DC234 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DC9AC 800DC234 DWC_Info 80278040 send RESV_DENY. This Domain is already closed.\n
800DC9C8 800DC234 DWC_Info 80278070 send RESV_DENY. Game server is fully occupied.\n
800DC9E8 800DC234 DWC_Info 802780A0 send RESV_DENY. The condition was not satisfied.\n
800DCA84 800DC234 DWC_Match_NN 802780D4 ****** Ignore NN reservation ****** \n
800DCA98 800DC234 DWC_Match_NN 802780FC Succeeded NN reservation.\n
800DCAB8 800DC234 DWC_Match_NN 80278118 ****** Ignore RESV_OK. from wrong server. ****** \n
800DCAF0 800DC234 DWC_Match_NN 8027814C ****** Ignore RESV_OK. wrong server info. ****** \n
800DCB2C 800DC234 DWC_Match_NN 80278180 ****** Ignore RESV_OK. wrong resvCheckValue. ****** \n
800DCB60 800DC234 DWC_Match_NN 802781B8 ****** myvalue:%u wrong value:%u. ****** \n
800DCD5C 800DC234 DWC_Debug 802781E4 Server IP:%x, port:%d\n
800DCD8C 800DC234 DWC_Debug 802781FC Recv Server AID:%d\n
800DCDA4 800DC234 DWC_Recv 80278210 Recv GroupID:%u.\n
800DCDBC 800DC234 DWC_Recv 80278224 Recv Max Entry:%d.\n
800DCDE0 800DC234 DWC_Recv 80278238 Recv User Data: 0[%d] 1[%d] 2[%d] 3[%d].\n
800DCDFC 800DC234 DWC_Recv 80278264 My AID:%d.\n
800DCEB0 800DC234 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DCF80 800DC234 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DCFDC 800DC234 DWC_Match_NN 80278270 Reservation was denied by %u.\n
800DD01C 800DC234 DWC_Match_NN 80278290 Game server is fully occupied.\n
800DD038 800DC234 DWC_Match_NN 802782B0 This domain is already closed.\n
800DD054 800DC234 DWC_Match_NN 802782D0 The condition was not satisfied.\n
800DD3AC 800DC234 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DD410 800DC234 DWC_Debug 802782F4 DWCi_TempNewNodeInfo_Clear()\n
800DD4CC 800DC234 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DD5C8 800DC234 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DD694 800DC234 DWC_Match_NN 80278314 NN parent is behind same NAT as me. Received IP %x & port %d\n
800DD6C0 800DC234 DWC_Match_NN 80278354 I'm client. not in mesh making..ignore.\n
800DD770 800DC234 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DD7AC 800DC234 DWC_Match_NN 80278380 But already canceled reservation.\n
800DD8C4 800DC234 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DD914 800DC234 DWC_Debug 802783A4 Ignore delayed NEW_PID_AID command.\n
800DD96C 800DC234 DWC_Debug 802783CC Ignore dup NEW_PID_AID command. I'm waiting pid(%u)..\n
800DDA6C 800DC234 DWC_Debug 80278408 *** NEW_PID_AID. pid(%u) aid(%d) is already my list... ignore.\n
800DDB14 800DC234 DWC_Debug 80278448 NEW_PID_AID. pid(%u) aid(%d) is in list..close\n
800DDB7C 800DC234 DWC_Match_NN 80278478 Received new client's profileID = %u & aid = %d.\n
800DDBA0 800DC234 DWC_Debug 802784B0 Ignore delayed CANCEL command.\n
800DDBD4 800DC234 DWC_Match_NN 802784D0 Received cancel command from %u data[0] = %d.\n
800DDCC4 800DC234 DWC_Debug 80278500 Close shutdown client.\n
800DDDA8 800DC234 DWC_Info 802773C0 *** DWCi_IsBackupMine. ignored(state=%d)\n
800DDDDC 800DC234 DWC_Recv 80278518 WARN!! SVDOWNQUERY to Next server!!\n
800DDEC4 800DC234 DWC_Recv 80278540 already next server downed[%u].\n
800DDF90 800DC234 DWC_Recv 80278564 Send ServerDown is %s:%u.\n
800DE054 800DC234 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DE0FC 800DC234 DWC_Info 802773C0 *** DWCi_IsBackupMine. ignored(state=%d)\n
800DE198 800DC234 DWC_Recv 80278580 WARN!! idx of PID %u is 0xff.\n
800DE1C8 800DC234 DWC_Recv 802785A0 Recv ServerDown State: ACK:%u.\n
800DE204 800DC234 DWC_Recv 802785C0 Send ACK to [%u]: IP:%d Port:%d\n
800DE240 800DC234 DWC_Recv 802785E4 Send Failed!\n
800DE258 800DC234 DWC_Recv 802785F4 Recv ACK From Backup.\n
800DE2AC 800DC234 DWC_Recv 80278610 Recv ServerDown State: NAK:%u.\n
800DE2E0 800DC234 DWC_Recv 80278630 recv SVDOWN_KEEP.\n
800DE3AC 800DC234 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DE3C8 800DC234 DWC_Recv 80278644 Retry SB Search.\n
800DE480 800DC234 DWC_Debug 80278658 Ignore suspend cmd(from [%u] who isn't in list).\n
800DE4C4 800DC234 DWC_Debug 8027868C Ignore suspend cmd(from SV[%u],I'm SV).\n
800DE4E0 800DC234 DWC_Recv 802786B8 Server: AID(%u) suspend(%u).\n
800DE534 800DC234 DWC_Recv 802786D8 Suspend Matching(%s) completed!\n
800DE568 800DC234 DWC_Debug 802786FC Ignore suspend cmd(from CL[%u],I'm CL).\n
800DE5BC 800DC234 DWC_Debug 80278728 *** DWC_MATCH_COMMAND_SUSPEND_MATCH: get server responce.\n
800DE5D0 800DC234 DWC_Debug 80278764 *** DWC_MATCH_COMMAND_SUSPEND_MATCH: It has not completed it yet.\n
800DE61C 800DC234 DWC_Recv 802787A8 Client: suspend(%u). Bitmap(%u)\n
800DE668 800DC234 DWC_Recv 802786D8 Suspend Matching(%s) completed!\n
800DE698 800DC234 DWC_Error 802787CC Received unexpected matching command 0x%02x.\n
800DE7D0 800DE6B8 DWC_Match_NN 8037CEC4
800DE84C 800DE6B8 DWC_Match_NN 802787FC *** 1-A\n
800DE868 800DE6B8 DWC_Match_NN 80278808 *** 1-B\n
800DE880 800DE6B8 DWC_Match_NN 8037CECC
800DE914 800DE6B8 DWC_Match_NN 8037CED4
800DE92C 800DE6B8 DWC_Match_NN 8037CEDC
800DE944 800DE6B8 DWC_Match_NN 8037CEE4
800DE95C 800DE6B8 DWC_Match_NN 8037CEEC
800DEACC 800DE988 DWC_Match_NN 80278814 *** pid(%u) has already been in list.\n
800DEB5C 800DE988 DWC_Match_NN 8027883C please wait: qr2IP:%u qr2Port:%u qr2IPM:%u qr2PortM: %u\n
800DEE58 800DEDDC DWC_Debug 80278878 Delay ResvCommand - qr2IP & qr2Port = 0.\n
800DF198 800DF094 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DF274 800DF094 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DF494 800DF3FC DWC_Debug 802788A4 DWCi_CancelPreConnectedServerProcess : server\n
800DF54C 800DF3FC DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DF5F8 800DF3FC DWC_Match_GT2 802788D4 Sent CANCEL SYN %d command to %u.\n
800DF678 800DF3FC DWC_Match_GT2 802788F8 DWCi_NodeInfoList_GetNodeInfoForProfileID is NULL\n
800DF728 800DF3FC DWC_Debug 8027892C DWCi_CancelPreConnectedServerProcess : client\n
800DF928 800DF74C DWC_Match_NN 8027895C Clear temp new client info.\n
800DF994 800DF74C DWC_Match_NN 8027897C Close all connection and restart matching.\n
800DF9C0 800DF74C DWC_Warn 802789A8 DWCi_RestartFromTimeout() shouldn't be called.\n
800DF9F8 800DF74C DWC_Match_NN 802789D8 Closed all connections and restart matching.\n
800DFA14 800DF74C DWC_Match_NN 80278A08 Cancel and restart client process.\n
800DFABC 800DF74C DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DFAD8 800DF74C DWC_Match_NN 80278A2C Cancel and retry to reserve.\n
800DFC24 800DFB04 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DFC44 800DFB04 DWC_Match_NN 80278A50 Mesh create completed.\n
800DFC78 800DFB04 DWC_Match_NN 80278A68 Tell new client completion of matching.\n
800DFD80 800DFB04 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DFEA0 800DFB04 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DFF70 800DFB04 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800DFF98 800DFB04 DWC_Match_NN 80278A50 Mesh create completed.\n
800E0020 800DFB04 DWC_Match_NN 80278A98 Accepted connectionCompleted matching!\n
800E07B4 800DFB04 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E0908 800DFB04 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E09E0 800E09AC DWC_Debug 80278AC0 CANCEL! state %d, numHost=%d.\n
800E1238 800E0F90 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E127C 800E0F90 DWC_Error 80278AE0 ERROR - DWCi_RestartFromCancel : matchType %d, level %d\n
800E15CC 800E1590 DWC_Match_GT2 80278B1C Sent SYN %d packet to aid %d.\n
800E1A14 800E1944 DWC_Match_GT2 80278B3C Timeout: [SYN] Connection to server was shut down.\n
800E1A94 800E1944 DWC_Match_NN 80278B70 Timeout: wait SYN-ACK (aidbitmap 0x%x). Restart matching.\n
800E1AD4 800E1944 DWC_Debug 80278BAC DWCi_ServerSynTimeoutExec: Continue Syn exec.\n
800E1AF4 800E1944 DWC_Match_GT2 80277AF8 [WARN] DWCi_SendTypeMatchAck: I'm not server!!\n
800E1C00 800E1944 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E1C24 800E1944 DWC_Match_GT2 80277B28 Wait max latency %d msec.\n
800E1C38 800E1944 DWC_Debug 80278BDC DWCi_ServerSynTimeoutExec: Restart match.\n
800E1CE8 800E1CAC DWC_Match_GT2 80278C08 Received CANCEL SYN %d command from %u.\n
800E1D04 800E1CAC DWC_Match_GT2 80278C34 Ignore delayed CANCEL SYN.\n
800E1DDC 800E1CAC DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E1E10 800E1CAC DWC_Match_NN 8027895C Clear temp new client info.\n
800E1E34 800E1CAC DWC_Match_GT2 802788D4 Sent CANCEL SYN %d command to %u.\n
800E1E94 800E1CAC DWC_Match_GT2 802788F8 DWCi_NodeInfoList_GetNodeInfoForProfileID is NULL\n
800E20C8 800E1CAC DWC_Match_GT2 802788D4 Sent CANCEL SYN %d command to %u.\n
800E2128 800E1CAC DWC_Match_GT2 802788F8 DWCi_NodeInfoList_GetNodeInfoForProfileID is NULL\n
800E2258 800E1CAC DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E227C 800E1CAC DWC_Match_GT2 80277B28 Wait max latency %d msec.\n
800E2298 800E1CAC DWC_Match_GT2 802788D4 Sent CANCEL SYN %d command to %u.\n
800E22F8 800E1CAC DWC_Match_GT2 802788F8 DWCi_NodeInfoList_GetNodeInfoForProfileID is NULL\n
800E2490 800E23A4 DWC_Match_GT2 802788D4 Sent CANCEL SYN %d command to %u.\n
800E24F0 800E23A4 DWC_Match_GT2 802788F8 DWCi_NodeInfoList_GetNodeInfoForProfileID is NULL\n
800E25B0 800E23A4 DWC_Match_NN 80278C50 Timeout: wait cancel SYN-ACK (aidbitmap 0x%x).\n
800E2658 800E23A4 DWC_Match_GT2 802788D4 Sent CANCEL SYN %d command to %u.\n
800E26D8 800E23A4 DWC_Match_GT2 802788F8 DWCi_NodeInfoList_GetNodeInfoForProfileID is NULL\n
800E27E8 800E27AC DWC_Error 80278C80 Match, GP error %d\n
800E29CC 800E2990 DWC_Error 80278C94 Match, SB error %d\n
800E2BD4 800E2B98 DWC_Error 80278CA8 Match, QR2 error %d\n
800E2E2C 800E2DF0 DWC_Error 80278CC0 Match, NN error %d\n
800E3000 800E2FC4 DWC_Error 80278CD4 Match, GT2 error %d\n
800E3200 800E31C0 DWC_Match_NN 80278D20 SBCallback : reason %d (state = %d)\n
800E324C 800E31C0 DWC_Debug 8027718C ServerBrowserLimitUpdate timeout reset.(%s)\n
800E32A4 800E31C0 DWC_Debug 80278D48 ServerBrowserLimitUpdate timeout update.(%s)\n
800E33A8 800E31C0 DWC_SB_Update 80278D90 Deleted server [%d].\n
800E4428 800E31C0 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E456C 800E31C0 DWC_SB_Update 80278DA8 Find server num from groupID: %d.\n
800E45D8 800E31C0 DWC_SB_Update 80278DCC Find server: host not found.\n
800E463C 800E4600 DWC_SB_Update 80278DEC SBServerGetPrivateAddress = %s\n
800E4658 800E4600 DWC_SB_Update 80278E10 SBServerGetPrivateInetAddress = %x\n
800E4674 800E4600 DWC_SB_Update 80278E34 SBServerGetPrivateQueryPort = %d\n
800E4690 800E4600 DWC_SB_Update 80278E58 SBServerGetPublicAddress = %s\n
800E46AC 800E4600 DWC_SB_Update 80278E7C SBServerGetPublicInetAddres = %x\n
800E46C8 800E4600 DWC_SB_Update 80278EA0 SBServerGetPublicQueryPort = %d\n
800E46E4 800E4600 DWC_SB_Update 80278EC4 SBServerHasPrivateAddress = %d\n
800E4708 800E4600 DWC_SB_Update 80278EE8 numplayers = %d\n
800E472C 800E4600 DWC_SB_Update 80278EFC maxplayers = %d\n
800E4754 800E4600 DWC_SB_Update 80278F10 %s = %u\n
800E477C 800E4600 DWC_SB_Update 80278F20 %s = %d\n
800E47A4 800E4600 DWC_SB_Update 80278F20 %s = %d\n
800E47CC 800E4600 DWC_SB_Update 80278F20 %s = %d\n
800E47F4 800E4600 DWC_SB_Update 80278F20 %s = %d\n
800E481C 800E4600 DWC_SB_Update 80278F20 %s = %d\n
800E4868 800E4600 DWC_SB_Update 80278F2C %s = %s\n
800E4894 800E4600 DWC_SB_Update 80278F38 %s = %d\n
800E4A18 800E48C8 DWC_SB_Update 80278F44 Deleted server [%d] (eval point is %d).\n
800E4C20 800E4AD0 DWC_Match_NN 80278F70 Server[%d] is selected (%d/100: rand %d)\n
800E4DE4 800E4C88 DWC_QR2_Req 80278FB8 QR2, Received ServerKeyReq : keyID %d(%s) - %d\n
800E4EB8 800E4C88 DWC_QR2_Req 80278FB8 QR2, Received ServerKeyReq : keyID %d(%s) - %d\n
800E4F8C 800E4C88 DWC_QR2_Req 80278FB8 QR2, Received ServerKeyReq : keyID %d(%s) - %d\n
800E5060 800E4C88 DWC_QR2_Req 80278FB8 QR2, Received ServerKeyReq : keyID %d(%s) - %d\n
800E512C 800E4C88 DWC_QR2_Req 80278FB8 QR2, Received ServerKeyReq : keyID %d(%s) - %d\n
800E51F8 800E4C88 DWC_QR2_Req 80278FB8 QR2, Received ServerKeyReq : keyID %d(%s) - %d\n
800E52F4 800E4C88 DWC_QR2_Req 80278FB8 QR2, Received ServerKeyReq : keyID %d(%s) - %d\n
800E53C8 800E4C88 DWC_QR2_Req 80278FB8 QR2, Received ServerKeyReq : keyID %d(%s) - %d\n
800E549C 800E4C88 DWC_QR2_Req 80278FB8 QR2, Received ServerKeyReq : keyID %d(%s) - %d\n
800E5608 800E5524 DWC_QR2_Req 80278FE8 QR2, Received KeyListReq : keytype %d\n
800E5664 800E5634 DWC_Error 80279010 QR2 Failed query addition to master server %d\n
800E5678 800E5634 DWC_Error 8037CF30
800E56DC 800E569C DWC_Match_NN 80279040 Got my query IP %d.%d.%d.%d & port %d.\n
800E5738 800E5708 DWC_Match_NN 80279068 Got NN request, cookie = %x.\n
800E5768 800E5708 DWC_Match_NN 80279088 But I'm waiting new client...\n
800E578C 800E5708 DWC_Match_NN 802790A8 I'm in CL_WAITING stat..ignore.\n
800E57B0 800E5708 DWC_Match_NN 80278380 But already canceled reservation.\n
800E5898 800E5830 DWC_Debug 802790CC Ignore delayed GT2 matching command.\n
800E5914 800E5830 DWC_Warn 802790F4 Got different version GT2 command.\n
800E5938 800E5830 DWC_Warn 80279118 Got wrong data size GT2 command.\n
800E5960 800E5830 DWC_Match_NN 80279140 <GT2> RECV-0x%02x <- [--------:-----] [pid=%u]\n
800E5A10 800E59A0 DWC_Debug 80279170 Ignore delayed SB matching command.\n
800E5AA0 800E59A0 DWC_Warn 80279198 Got undefined SBcommand.\n
800E5AC0 800E59A0 DWC_Warn 802791B4 Got different version SBcommand.\n
800E5AF4 800E59A0 DWC_Match_NN 802791D8 <SB> RECV-0x%02x <- [%08x:%d] [pid=%u]\n
800E5BA8 800E5B70 DWC_Match_NN 8027921C NN, Complete NAT Negotiation. result : %d\n
800E5BC4 800E5B70 DWC_Match_NN 80279248 NN cookie = %x.\n
800E5BF4 800E5B70 DWC_Debug 8027925C Ignore delayed NN after cancel.\n
800E5C38 800E5B70 DWC_Match_NN 80279280 NN, remote address : %s\n
800E5C78 800E5B70 DWC_Match_NN 8027929C NN child finished Nat Negotiation.\n
800E5D40 800E5B70 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E5DF0 800E5B70 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E5E30 800E5B70 DWC_Match_GT2 802792C0 gt2Connect() to (%s)\n
800E5F04 800E5B70 DWC_Match_NN 802792D8 Mesh NN Count++.\n
800E5FB0 800E5B70 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E6020 800E5B70 DWC_Match_NN 802792EC NN parent finished Nat Negotiation.\n
800E60F8 800E5B70 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E6124 800E5B70 DWC_Debug 80279314 Ignore delayed NN error after cancel.\n
800E6198 800E5B70 DWC_Match_NN 802792D8 Mesh NN Count++.\n
800E6244 800E5B70 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E6274 800E5B70 DWC_Warn 8027933C Match, NN result %d\n
800E6424 800E5B70 DWC_Match_NN 80279354 Failed %d/%d NN send.\n
800E6458 800E5B70 DWC_Match_NN 8027936C Abort NN.\n
800E6498 800E5B70 DWC_Match_NN 80279378 NN failure %d/%d.\n
800E6688 800E5B70 DWC_Match_NN 80277E60 Send NN cookie = %x.\n
800E66DC 800E5B70 DWC_Debug 80277E78 dns error occurs when NatNegotiation begin... retry\n
800E670C 800E5B70 DWC_Match_NN 8027938C Failed %d/%d NN recv.\n
800E6750 800E5B70 DWC_Match_NN 8027936C Abort NN.\n
800E67A8 800E5B70 DWC_Match_NN 80279378 NN failure %d/%d.\n
800E6AE0 800E6A8C DWC_Info 802773C0 *** DWCi_IsBackupMine. ignored(state=%d)\n
800E6B68 800E6B10 DWC_Info 80277270 Create New Group ID:%u\n
800E6C7C 800E6B10 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E7040 800E6FA0 DWC_Recv 802793A8 **Server** AID(%u) suspend(%u) bitmap(%u->%u).\n
800E748C 800E73A8 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E7550 800E73A8 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E7614 800E73A8 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E7700 800E73A8 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E7BD4 800E7B10 DWC_Info 80277168 status changed %s(%d.%d sec) -> %s\n
800E8164 800E8138 DWC_Info 802793D8 mesh making stat(%d)\n
800E81B4 800E8138 DWC_Info 802793F0 temp new node info validity(%d)\n
800E81D8 800E8138 DWC_Info 80279414 stop mesh create.(aid:%2d pid:%u)\n
800E83E4 800E8380 DWC_Warn 802796E8 aid %d is unavailable.\n
800E8420 800E8380 DWC_Send 80279700 +++ Cannot send to %d from %d (busy)\n
800E8528 800E8380 DWC_Send 80279728 +++ Cannot send to %d from %d (outgoing buffer is not enough) %d < %d\n
800E86B0 800E8654 DWC_Warn 80279770 aid %d is now unavailable.\n
800E86E8 800E8654 DWC_Send 8027978C +++ SendUnreliable size is too large ( %d > %d )\n
800E886C 800E8814 DWC_Warn 802797E0 Recv NULL message %x, size = %d\n
800E8A50 800E8950 DWC_Recv 80279804 shutdown client: DWCi_TransportProcess:timeout aid=%d,time=%d[ms],timeout time=%d[ms]\n
800E8B00 800E8950 DWC_Recv 8027985C shutdown server: DWCi_TransportProcess:timeout aid=%d,time=%d[ms],timeout time=%d[ms]\n
800E8BB8 800E8950 DWC_Recv 802798B4 DWCi_TransportProcess:timeout aid=%d,time=%d[ms],timeout time=%d[ms]\n
800E8C58 800E8950 DWC_Send 802798FC DWCi_TransportProcess:freeSpace < sendSize:aid:%d, %d < %d\n
800E8E40 800E8DB4 DWC_Send 80279938 +++ drop relay unreliable data. (aid %d->%d)\n
800E8E5C 800E8DB4 DWC_Send 80279968 +++ sv gt2Connection is NULL.(sv aid:%d myaid:%d)\n
800E8E7C 800E8DB4 DWC_Send 8027999C +++ forward unreliable. sent(aid %d->%d)\n
800E8EA0 800E8DB4 DWC_Send 80279938 +++ drop relay unreliable data. (aid %d->%d)\n
800E9090 800E8F70 DWC_Recv 802799E4 Received system header(%d).\n
800E90B0 800E8F70 DWC_Recv 80279A08 +++ Invalid header from aid %d\n
800E90C8 800E8F70 DWC_Recv 80279A28 +++ Recv buffer is not set\n
800E9138 800E8F70 DWC_Recv 802799E4 Received system header(%d).\n
800E9158 800E8F70 DWC_Recv 80279A08 +++ Invalid header from aid %d\n
800E91A0 800E8F70 DWC_Error 80279A44 Recv error (state is %d).\n
800E9214 800E91CC DWC_Recv 80279A60 +++ Invalid connection. has no DWCConnectionInfo\n
800E92F0 800E91CC DWC_Recv 80279A94 +++ fwd received unreliable. sent(aid %d->%08x)\n
800E93A8 800E91CC DWC_Recv 80279AC8 Recv data size is too large (%d > %d)\n
800E9E84 800E9DE8 DWC_Util 80279BB4 get console friend code = %016lld\n
800E9E9C 800E9DE8 DWC_Util 80279BD8 failed to get console friend code.\n
800EAE40 800EAD88 DWC_Util Unknown
800ECB50 800ECAFC DWC_Auth 8027A500 auth is processing\n
800ECB88 800ECAFC DWC_Auth 8027A518 memory shortage\n
800ECBD4 800ECAFC DWC_Auth 8027A52C NCDGetCurrentIfConfig failed.[%d]\n
800ECC0C 800ECAFC DWC_Auth 8027A550 failed to start NHTTP\n
800ECE08 800ECD80 DWC_Auth 8027A568 NHTTPDestroyResponse()\n
800ED034 800ECF20 DWC_Auth 8027A580 read userid = %llu\n
800ED05C 800ECF20 DWC_Auth 8027A598 illigal size userid read = %d\n
800ED11C 800ECF20 DWC_Auth 8027A5B8 delete illegal userid.\n
800ED250 800ECF20 DWC_Auth 8027A5D4 acctcreate timeout.\n
800ED37C 800ECF20 DWC_Auth 8027A5EC illigal size userid write = %d\n
800ED514 800ECF20 DWC_Auth 8027A610 login timeout.\n
800ED588 800ECF20 DWC_Auth 8027A568 NHTTPDestroyResponse()\n
800ED760 800ED6E8 DWC_Auth 8027A690 url = %s\n
800ED894 800ED6E8 DWC_Auth 8027A728 HTTP_X_GAMECD = %s\n
800ED908 800ED6E8 DWC_Auth 8027A74C action = acctcreate\n
800ED990 800ED6E8 DWC_Auth 8027A764 action = login\n
800ED9A4 800ED6E8 DWC_Auth 8027A778 gsbrcd = %s\n
800EDA0C 800ED6E8 DWC_Auth 8027A788 userid = 0x%016llx\n
800EDA94 800ED6E8 DWC_Auth 8027A7AC action = svcloc\n
800EDAEC 800ED6E8 DWC_Auth 8027A7C0 svc = %s\n
800EDB54 800ED6E8 DWC_Auth 8027A788 userid = 0x%016llx\n
800EDBD0 800ED6E8 DWC_Auth 8027A788 userid = 0x%016llx\n
800EDC2C 800ED6E8 DWC_Auth 8027A7CC wregion = %s\n
800EDC4C 800ED6E8 DWC_Auth 8027A7DC wtype = \n
800EDC98 800ED6E8 DWC_Auth 8027A7F4 wenc = UTF-16BE\n
800EDDBC 800ED6E8 DWC_Auth 8027A808 NANDGetStatus failed.[%d]\n
800EDDE4 800ED6E8 DWC_Auth 8027A824 NANDGetHomeDir failed.[%d]\n
800EDE44 800ED6E8 DWC_Auth 8027A844 makercd = %s\n
800EDEFC 800ED6E8 DWC_Auth 8027A870 macadr = %s\n
800EDF28 800ED6E8 DWC_Auth 8027A880 lang = %s\n
800EE014 800ED6E8 DWC_Auth 8027A8A8 CalendarTime = %s\n
800EE058 800ED6E8 DWC_Auth 8027A8BC confmethod = %s\n
800EE0E0 800ED6E8 DWC_Auth 8027A8DC csnum = %s\n
800EE14C 800ED6E8 DWC_Auth 8027A8EC cfc = %s\n
800EE1C4 800ED6E8 DWC_Auth 8027A8F8 region = %s\n
800EE274 800EE22C DWC_Auth 8027A568 NHTTPDestroyResponse()\n
800EE298 800EE22C DWC_Auth 8027A908 request_callback = %d\n
800EE2B4 800EE22C DWC_Auth 8027A920 nhttp canceled(%d)\n
800EE2E8 800EE22C DWC_Auth 8027A938 ssl error(%d)\n
800EE2FC 800EE22C DWC_Auth 8027A948 nhttp error(%d)\n
800EE33C 800EE22C DWC_Auth 8027A95C status code is not 200, but %d\n
800EE36C 800EE22C DWC_Auth 8037D054
800EE384 800EE22C DWC_Auth 8027A980 no body\n
800EE3B8 800EE22C DWC_Auth 8037D05C
800EE448 800EE22C DWC_Auth 8027A990 (%d) retry=%s\n
800EE4CC 800EE22C DWC_Auth 8027A9AC (%d) returncd=%s\n
800EE574 800EE22C DWC_Auth 8027A9E8 cannot parse datetime: %s\n
800EE5D8 800EE22C DWC_Auth 8027AA04 (%d) datetime=%s\n
800EE65C 800EE22C DWC_Auth 8027AA24 (%d) locator=%s\n
800EE6E0 800EE22C DWC_Auth 8027AA38 (%d) token=%s\n
800EE764 800EE22C DWC_Auth 8027AA54 (%d) challenge=%s\n
800EE7F4 800EE22C DWC_Auth 8027AA68 (%d) userid=%llu\n
800EE878 800EE22C DWC_Auth 8027AA88 (%d) svlhost=%s\n
800EE8FC 800EE22C DWC_Auth 8027AAAC (%d) servicetoken=%s\n
800EE988 800EE22C DWC_Auth 8027AAD0 (%d) statusdata=%s\n
800EEA08 800EE22C DWC_Auth 8027AAF4 unknown token : %s\n
800EEA68 800EE22C DWC_Auth 8027AB0C cannot parse returncd(%s)\n
800EEAA0 800EE22C DWC_Auth 8027AB28 prof server maintenance(%s)\n
800EEAE0 800EE22C DWC_Auth 8027AB48 prof server retruns error (%d) but ignored by DWC library\n
800EEAF8 800EE22C DWC_Auth 8027AB84 server retruns error (%d)\n
800EEB3C 800EE22C DWC_Auth 8027ABA0 no return code.\n
800EEB88 800EEB6C DWC_Auth 8027ABB8 DWCi_Auth_EndProcess()\n
800EEC78 800EEBC4 DWC_Auth 8027ABD0 NAND access failed.[%d]\n
800EECB0 800EEBC4 DWC_Auth 8027ABB8 DWCi_Auth_EndProcess()\n
800EEE04 800EECF0 DWC_Auth 8027ABF0 too many characters %d(> 500)\n
800EEFF8 800EEFB8 DWC_Auth 8027AC10 all words are empty. profcheck successed unconditionally\n
800EF058 800EEFB8 DWC_Auth 8027AC4C Auth completed\n
800EF07C 800EEFB8 DWC_Auth 8027AC60 profcheck successed\n
800EF180 800EEFB8 DWC_Auth Unknown
800EF29C 800EEFB8 DWC_Auth Unknown