[Issue] Neuz crashes on start with APP_HOUSING error

10/29/2019 21:33 kuibi1234#1
Hey, i have a problem with my Neuz right now and i dont know what this error means. I had done a tutorial called "Flyff in HD" where i added a 1080p resolution to the Neuz and Taskbars etc. After compiling and starting the Neuz i get this error and can't get past it. I use the newest v15 files from "blouflash "based on the 2017VS. I also use the v15 US client if that helps with anything.

Thanks in advance

#Edit1: Main problem solved, but my Neuz crashes now after char select.
#Edit 2: I also get no crash logs of my neuz when it crashes, so i dont know whats causing it to crash and if i start with a different resolution it works. Just the new one crahes my Neuz after i enter the world.
10/29/2019 21:43 Naltalah#2
You either specified too many or not enough parameters in your resdata.inc when adding the taskbars.

Did you make sure the taskbar-resdata is in v15 style?
10/29/2019 22:03 kuibi1234#3
Quote:
Originally Posted by Naltalah View Post
You either specified too many or not enough parameters in your resdata.inc when adding the taskbars.

Did you make sure the taskbar-resdata is in v15 style?
It should be, yes.

resdata.inc

Is that correct? Also does it have to be in a specific place between some other params? Because i just planted the snippet right on the bottom of the resdata.inc.
10/30/2019 07:53 Naltalah#4
The resdata itself is correct and the position does not matter. Check around your APP_HOUSING then if everything is correct.

Hard to tell what exactly is wrong without being able to look at it directly.
10/30/2019 08:30 ZeroTwo02#5
Copy the files resdata.inc here.
10/30/2019 21:09 kuibi1234#6
I dont know why there would be anything wrong with housing, i never changed anything that has to do with housing. I uploaded it because it was to big to paste in here.

#Edit: Do i also need to add the new IDS_resdata in the resdata.txt.txt or are these just for tooltips and dont really matter?
10/30/2019 22:34 ZeroTwo02#7
you miss a } just before APP_TASKBAR1920W
10/30/2019 22:57 kuibi1234#8
Yea thanks, it actualy made sense now why it showed me something with "housing". sorry for my newbie mistake xD

#Edit: My Neuz crashes after i select my char and join the game.

#Edit 2: I also get no crash logs of my neuz when it crashes, so i dont know whats causing it to crash and if i start with a different resolution it works. Just the new one crahes my Neuz after i enter the world.
11/07/2019 20:24 kuibi1234#9
#Bump
11/08/2019 16:06 xTwiLightx#10
Start your Neuz in a Visual Studio Debugging session - when it crashes, it'll show you where exactly the crash occurs.

You can also view it's call stack to follow the "error path".
11/08/2019 23:27 kuibi1234#11
Quote:
Originally Posted by xTwiLightx View Post
Start your Neuz in a Visual Studio Debugging session - when it crashes, it'll show you where exactly the crash occurs.

You can also view it's call stack to follow the "error path".
Thanks for your reply it's fixed already, there was something wrong with the image of the taskbar.

#CloseRequest