Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Resdata.inc make Neuz.exe error.

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 31, 2022
Messages
80
Reaction score
9
I try to copy-paste __GRAPHIC_ANISOTROPY from V19 Ultimate to V18.1 compile with no error but when I add


WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC "ButtCheck.bmp" 0 8 180 205 196 0x220018 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009631
}
{
// ToolTip
IDS_RESDATA_INC_009632
}

to resdata.inc it give me this error



How can I fix it.

I copy WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC from "resdata.inc" of V19 because I try "resdataV19.inc" it not giving error but it not showing button in option window.
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
I try to copy-paste __GRAPHIC_ANISOTROPY from V19 Ultimate to V18.1 compile with no error but when I add


WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC "ButtCheck.bmp" 0 8 180 205 196 0x220018 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009631
}
{
// ToolTip
IDS_RESDATA_INC_009632
}

to resdata.inc it give me this error



How can I fix it.

I copy WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC from "resdata.inc" of V19 because I try "resdataV19.inc" it not giving error but it not showing button in option window.

Code:
WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC "ButtCheck.bmp" 0 8 180 205 196 0x220018 0 0 0 0

Code:
WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC "ButtCheck.bmp" 0 8 180 205 196 0x220018 0 0 0 0[B][COLOR="#FF0000"] 0 0 0[/COLOR][/B]

Sometimes I wonder if people will start searching for answers to questions or just in general look @ threads and learn. This APP upgrade/downgrade question has been asked over a million times and it never ceases to amaze me no one bothers to check.

Even just looking @ the controls above and below where you added it would have shown you the answer.

A little bit of effort goes a long way.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 31, 2022
Messages
80
Reaction score
9
Thank you very much! it work now.

I will try to debug and search harder next time but I never success on porting feature from other source before so I'm not sure if it is resdata error or it is my compile problem.
 
Upvote 0
One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
when its a compile error then you wouldn't even be able to compile.
if the neuz just crash then its some random error which needs debugging (most likely)
if a popup shows, or error logs shows, its most likely resource error.

Read the error.
 
Upvote 0
Status
Not open for further replies.
Back
Top