Neuz crash with "J" button

02/28/2019 20:25 contrex268#1
.
02/28/2019 21:24 Naltalah#2
If you could provide the resource entry for the item you activated, it would be easier to help since everyone could take a look at it.
02/28/2019 21:46 cookie69#3
Quote:
Originally Posted by contrex268 View Post
Hello I'm coming to you today to ask for your help


I add a VIP system without errors in the sources, I created the item in the resources but when I activate it it does not appear at the top right and if I press the key J of my keyboard the Neuz crash


my erros
my debug solution

Ressource



II_SYS_SYS_SCR_VIP15 are define
+icon are ok (velocity scroll )+v15 clean
First screenshot, you are using pItem without checking if it is NULL!!
Could not be the root cause of your problem but at least fix that.
02/28/2019 21:53 contrex268#4
..
02/28/2019 22:28 ZeroTwo02#5
Quote:
Originally Posted by cookie69 View Post
First screenshot, you are using pItem without checking if it is NULL!!
Could not be the root cause of your problem but at least fix that.
Don't need to check pItem on CWndCommItemCtrl::DrawSkill
02/28/2019 22:37 cookie69#6
Quote:
Originally Posted by ZeroTwo02 View Post
Don't need to check pItem on CWndCommItemCtrl::DrawSkill
It is a pointer so you always have to check if it is null before to call any member of it...you should learn C basics IMO
03/02/2019 04:44 contrex268#7
.
03/09/2019 03:56 contrex268#8
..