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!

Neuz.exe crashing after changing RESDATA.H / ID Error

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 1, 2021
Messages
13
Reaction score
1
Hello,

today i faced a problem, that after I added
Code:
#define APP_TASKBAR1920W                                                2024
in the RESDATA_H that my neuz.exe is directly crashing with following error message:

APP_TASKBAR1920W... - ID ...

What is my error here? I was giving the ID 2024, cause before the APP had 2023
And I added the line to both files (in server & source folder).

Is there something missing? Is my ID not correct? Where do I find then the correctly ID to add?
In the resdata.inc it is looking like this:

Code:
APP_TASKBAR1920W "WndTaskBar1920Wide.bmp" "" 0 1920 48 0x610000 26


EDIT: I was able to fix the error. Can be closed.


Thank you.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 23, 2021
Messages
5
Reaction score
0
hi, how to fix your problems ? I have a same problem with _APP_SWITCHEQUIP_INFO thanks for your time
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Things to make sure of:
  • The app is in the correct formatting. If V15 then it must be in V15 formatting, if V16+ then V16+ formatting.
  • ResData.h is the same in your source as in your server and in your client.
  • Your new ResData.inc, ResData.h, ResData.txt have been merged and you copy'd the new data res over to your client.
If all else fails, debug.
 
Newbie Spellweaver
Joined
Feb 1, 2021
Messages
13
Reaction score
1
hi, how to fix your problems ? I have a same problem with _APP_SWITCHEQUIP_INFO thanks for your time
Look in the Code with Visual Studio, the files you have edited maybe there is a { or a } missing or wrong, also when compiling is successfull.
 
Newbie Spellweaver
Joined
Jan 23, 2021
Messages
5
Reaction score
0
thank you you were right it was a resdata version problem
 
Status
Not open for further replies.
Back
Top