Window Error

11/28/2016 12:17 Freddie_Faulisch#1
I have a lil problem due adding a simple WTYPE_CUSTOM.
Neuz shows an Error and crashs after starting:
[Only registered and activated users can see links. Click Here To Register...]

I wanna show you how the resData.inc entry looks when everything works fine:



And this is how it looks with the Error: (Just look at the bottom of the code at WIDC_CUSTOM5)



It really dont know what the error could mean. Any Ideas?
11/28/2016 12:39 Professor Linebeck#2
ResManager.cpp

Code:
			for( int z = 0; z < pWndApplet->ptrCtrlArray.GetSize(); z++ )
			{
				if( ((LPWNDCTRL)pWndApplet->ptrCtrlArray.GetAt( z ) )->strDefine == pWndCtrl->strDefine )
				{
					CString string;
					string.Format( "%s¿¡¼* ID Ãæµ¹ %s ", pWndApplet->strDefine, pWndCtrl->strDefine );
					AfxMessageBox( string );
			//		assert(false);
				}
			}
11/28/2016 13:03 Freddie_Faulisch#3
Quote:
Originally Posted by Professor Linebeck View Post
ResManager.cpp

Code:
			for( int z = 0; z < pWndApplet->ptrCtrlArray.GetSize(); z++ )
			{
				if( ((LPWNDCTRL)pWndApplet->ptrCtrlArray.GetAt( z ) )->strDefine == pWndCtrl->strDefine )
				{
					CString string;
					string.Format( "%s¿¡¼* ID Ãæµ¹ %s ", pWndApplet->strDefine, pWndCtrl->strDefine );
					AfxMessageBox( string );
			//		assert(false);
				}
			}
Thats not really helping me but thanks anyway.
11/28/2016 17:37 raventh1984#4
open it with notepad not notepad++
And check that line it could be an BOM or something else/
11/28/2016 19:28 Freddie_Faulisch#5
Quote:
Originally Posted by raventh1984 View Post
open it with notepad not notepad++
And check that line it could be an BOM or something else/
Lol it actually works. Thanks!
11/28/2016 23:18 NoWay | Phoenix#6
How did you fix it ?
i got the same error :c
11/29/2016 09:19 XorArsen#7
Check your resdata.
11/29/2016 11:11 NoWay | Phoenix#8
@[Only registered and activated users can see links. Click Here To Register...]
i dont find there any failures.

11/29/2016 11:25 Freddie_Faulisch#9
Quote:
Originally Posted by NoWay | Phoenix View Post
@[Only registered and activated users can see links. Click Here To Register...]
i dont find there any failures.
Use the simple Notepad instead of Notepad++ while editing the resdata.inc.
Sounds funny, but it actually helped.
11/29/2016 11:32 Sycrog#10
You can use Notepad++. Just tick "UTF-8 without BOM" (Menu -> Encoding)
11/29/2016 11:51 NoWay | Phoenix#11
I use it.
UTF-8 without BOM !
But my Neuz give me still the same error :/
11/29/2016 11:54 Sycrog#12
Did you try Encoding -> Convert to UTF-8 without BOM? Perhaps you've missed something.
11/29/2016 12:11 NoWay | Phoenix#13
yes.
If i remove full "Code" from ResData.inc neuz Starts :/

Can somebody Upload the Datas ? ://
It's for the GuildBuff system :3


Maybe that i missing this data? -> secretbuffwind.tga
11/30/2016 17:46 Yeat#14
Quote:
Originally Posted by NoWay | Phoenix View Post
yes.
If i remove full "Code" from ResData.inc neuz Starts :/

Can somebody Upload the Datas ? ://
It's for the GuildBuff system :3


Maybe that i missing this data? -> secretbuffwind.tga
nope you have v15 or v19 ? so if you got v15 you need to remove the numbers till the 0 so if you want me to fix let me come tv . write me a pm
11/30/2016 19:59 NoWay | Phoenix#15
Quote:
Originally Posted by Yeat View Post
nope you have v15 or v19 ? so if you got v15 you need to remove the numbers till the 0 so if you want me to fix let me come tv . write me a pm
Thx but ResData.inc is now Fixxed and Neuz works.
But the Window dont open xD
Can somebody send me his GuildBuff datas to check mine for an fail (error)? .__.