[Info]Enabling error reporting

Results 1 to 2 of 2
  1. #1
    (oO (||||) (||||) Oo) jM2.me is offline
    MemberRank
    Aug 2009 Join Date
    USA (Fuck Yeah)Location
    2,527Posts

    [Info]Enabling error reporting

    Noticed one nice thing.

    In project LUNAClient there is file LUNAClient.cpp
    Go to line 332 and you should see something like this

    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
    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_

    If anyone wanna test this out on live server I would love to hear feedback from you.


  2. #2
    Member pinux is offline
    MemberRank
    Jul 2011 Join Date
    IndonesiaLocation
    61Posts

    Re: [Info]Enabling error reporting

    thanks very much sir for all your share, now i have perfect version of luna plus client, i have fixing all bugs (fishing, quest, stuck warehouse, reset stats, reset job until job 6, etc) and i can make something new at the client such as reborn info, different linking of client version, etc.
    i just say thanks very much for all your job.
    good luck!

    pinux



Advertisement