Shield CRASHED

09/27/2018 20:17 Tweeney#1
Hi! I tried to put a new Shield to my files (Vs2017 Source) this shield was working fine on my old vs2003 source. Can anyone who can give me idea why my neuz crash?

DEBUG SCREENSHOT:

[Only registered and activated users can see links. Click Here To Register...]


MoverEquip.cpp -> CMover::UpdateParts


Resource Example of Shield (the one that crash)

Spec_item.txt
Code:
7	II_ARM_ARM_SHI_HEVAG 	"Shinny Shield"	1	1	IK1_ARMOR	IK2_ARMOR	IK3_SHIELD	JOB_VAGRANT   TRUE	=	=	1	6570000	100	180	HD_ONE	4	PARTS_SHIELD	=	0	=	=	130	200	=	1	=	=	=	595	597	_NONE	0	0	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=		=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	5000	=	=	0	0	0	0	0	0	=	=	=	=	=	=	=	=	=	=	=	=	75	=	=	=	"""shinnyshield.png"""	0	""""""	IDS_PROPITEM_TXT_014897	1	300	0	0	1	0	0	0	0	0	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0
mdlyna.inc
Code:
"ArmShishield_healer_pvp_c_01"   		II_ARM_ARM_SHI_HEVAG	      MODELTYPE_MESH "" 0  MD_NEAR 0  1.0f 0 1 ATEX_NONE 1
I already tried to remove the model change but still crashing my neuz

file of model/texture: [Only registered and activated users can see links. Click Here To Register...]
@[Only registered and activated users can see links. Click Here To Register...]: Neuz Crash when you equip or view it on model viewer (on wiki system)
09/29/2018 04:26 Pumaaa#2
Your modelname with file extension is 33chars. I do suspect that something in or around that function only accepts up to 32 chars.
09/29/2018 09:50 elitemember21#3
When was the crash appeared?
Is it when you tried to wear it or is it when you're wearing it already?
09/29/2018 22:42 Tweeney#4
It crashed when I view it on Model Viewer System or When I tried to wear it.

Quote:
Originally Posted by Pumaaa View Post
Your modelname with file extension is 33chars. I do suspect that something in or around that function only accepts up to 32 chars.
Where can I check if the function only accepts up to 32 chars?
10/13/2018 06:27 Tweeney#5
Quote:
Originally Posted by Pumaaa View Post
Your modelname with file extension is 33chars. I do suspect that something in or around that function only accepts up to 32 chars.
I Rename the shield to lower then 32 chars using Model Editor (Atools) and its now working fine :) Thanks a Lot
10/16/2018 17:16 lancekie#6
Is there any way to increase that 32 chars?
10/16/2018 17:56 Dr. Peacock#7
Quote:
Originally Posted by lancekie View Post
Is there any way to increase that 32 chars?
Search for "32" an Check where could it is to increase it.