• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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