Model Equip Crash

10/15/2018 20:08 Olapelasd#1
Hello, I have a problem with a knuckle that I added,i try debugging the neuz and I get this Unhandled exception in 0x016DC576 in Neuz.exe: The stack cookie instrumentation code detected a stack-based buffer overflow, i already added in mdldyna, defineitem and propitem, it is rare that only happens with the knuckle, thank you.
10/15/2018 21:11 matonskie23#2
can u post your error log?
10/15/2018 21:14 Olapelasd#3
Quote:
Originally Posted by matonskie23 View Post
can u post your error log?
"Your modelname with file extension is 33chars. I do suspect that something in or around that function only accepts up to 32 chars."

MoverEquip.cpp -> CMover::UpdateParts

I just want know how to make this function accepts up to 32 chars , because i get that model from a working flyff and is working on that flyff
10/15/2018 21:14 Avalion#4
Quote:
Originally Posted by Olapelasd 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."

MoverEquip.cpp -> CMover::UpdateParts

I just want know how to make this function accepts up to 32 chars , because i get that model from a working flyff and is working on that flyff
You already know your error. Also here is info. google op leecher
https://en.wikipedia.org/wiki/Stack_buffer_overflow

Trace function if it is char* to find when the [] is passed.