Noticed one nice thing.
In project LUNAClient there is file LUNAClient.cpp
Go to line 332 and you should see something like this
I have checked and it should upload error dumps to your ftp server if you set host, username, password as well as define _ERROR_REPORT_Code:#ifdef _ERROR_REPORT_ // ¿ä·¸°Ô °É¾î³õÀ¸½Ã¸é µË´Ï´Ù. INIT_DUMP_HANDLER init; memset( &init, 0, sizeof(init)); init.iBuildNum = 1; init.dumpType = MiniDumpNormal; strcpy( init.szFtpServerIP, "218.234.20.167"); // ¿©±â¿¡ ftp ¼¹ö ip ³Ö´Â´Ù. init.iFtpServerPort = 21; strcpy( init.szUserName, "lunasrv_ftp"); strcpy( init.szPass, "fnskeksehrftp~!"); init.hApplicationInstance = hInstance; init.bUseDescriptionDialog = TRUE; InitErrorDumpHandler(NULL); // szFtpServerIP == NULL ÀÏ °æ¿ì dump ¸¸ »ý¼º. SetUnhandledExceptionFilter( ErrorDumpHandler); #endif
If anyone wanna test this out on live server I would love to hear feedback from you.



Reply With Quote![[Info]Enabling error reporting](http://ragezone.com/hyper728.png)

