Neuz Crash

10/10/2016 21:32 RevolutionFlyff#1
Hi Epvp !
I need your help please , my neuz.exe crash after addind the Wiki system.
My character is connected, i write "/wiki " for use ... end crash..
Here neuz.exe log :


Advance Thanks for your help
ps : Sorry for my very very bad english :s
10/10/2016 21:42 killer21killer#2
Quote:
Originally Posted by RevolutionFlyff View Post
Hi Epvp !
I need your help please , my neuz.exe crash after addind the Wiki system.
My character is connected, i write "/wiki " for use ... end crash..
[SPOILER]c:\users\icoderz\desktop\revo 3 + fix\source\program\_interface\wndneuz.cpp, line 0698/SPOILER]
use notepad++ to check the line
10/10/2016 22:04 RevolutionFlyff#3
thanks, i find this code for 0698 lines. :s
Code:
BOOL CWndNeuz::InitDialog( HWND hWnd, DWORD dwWID, DWORD dwStyle, CPoint ptLeftTop, CWndBase* pWndParent )
{
	LPWNDAPPLET lpWndApplet = m_resMng.GetAt ( dwWID );

	CRect rect;
	if(dwWID == APP_LOGIN)
		rect = CRect( ptLeftTop.x, ptLeftTop.y, ptLeftTop.x + lpWndApplet->size.cx, ptLeftTop.y + 200 );
	else
		rect = CRect( ptLeftTop.x, ptLeftTop.y, ptLeftTop.x + lpWndApplet->size.cx, ptLeftTop.y + lpWndApplet->size.cy );

	if( m_ptMouseCenter.x != -1 )
	{
		GET_CLIENT_POINT( hWnd, point );
		rect.OffsetRect( -point );
	}
	//m_strToolTip = lpWndApplet->strToolTip;
	if( lpWndApplet->strToolTip.IsEmpty() )
		return CWndNeuz::Create( lpWndApplet->dwWndStyle | dwStyle, rect, pWndParent, lpWndApplet->dwWndId );
	return CWndNeuz::Create( lpWndApplet->dwWndStyle | dwStyle | WBS_HELP, rect, pWndParent, lpWndApplet->dwWndId );
}
10/10/2016 23:17 -Venom'#4
Check the Wiki Applet
Resdata.inc file.
10/11/2016 03:06 Ecrypter#5
Dont forget to leech the resdata haha
10/11/2016 13:42 RevolutionFlyff#6
The .res are okay I think.

Resdata.h

ResData.inc
Resdata.txt
10/11/2016 14:28 -Venom'#7
V15 resource ?
10/11/2016 16:44 Ecrypter#8
Review your works Dev akuzay.
10/11/2016 17:05 RevolutionFlyff#9
No V15 my data for v19

I found error or not ...
Im need .bmp file to correctely run ?
Pls all, upload the file for me ?
10/13/2016 09:41 RevolutionFlyff#10
Up ,
How to change the resdata.inc v19 to v15 resdata.inc ?
10/13/2016 14:25 - DK#11
-> Take a V15 Source and your V19 Source.. Then check the parameter of resdata.inc ^^