Neuz crashed Debug no solution.

12/21/2014 21:22 raventh1984#1
Hi elitepvpers,

Well today it was time to add new Wing SFX.

What i did was copied the Cupid wings and change the first part and the dwsfxObj.

Added the things in DefineObj.h / DefineItem.h / Mdldyna.inc 2x 1 for the sfx and 1 for the item.

Well then i started everything up and the neuz crashed with the following code.


I also recieved this error code an long time ago but never had an solution to this problem.

Debugging is not ok this is the error and then its stopped
[Only registered and activated users can see links. Click Here To Register...]

Any help would be appriciated. Cause i want to have some new things in it.

Update found the problem.

When i check the Database SkillInfluence then the ID doesnt match the ID inside Defineitem.h

This
Code:
0,5466,0,112229/$
So 5466 doesnt exist inside DefineItem.h

But when i am using Cupid wings the ItemID is correct.

So why does it update the SKillInfluence Table with an Non existing ID?
12/23/2014 00:16 cookie69#2
Quote:
Originally Posted by raventh1984 View Post
Hi elitepvpers,

Well today it was time to add new Wing SFX.

What i did was copied the Cupid wings and change the first part and the dwsfxObj.

Added the things in DefineObj.h / DefineItem.h / Mdldyna.inc 2x 1 for the sfx and 1 for the item.

Well then i started everything up and the neuz crashed with the following code.


I also recieved this error code an long time ago but never had an solution to this problem.

Debugging is not ok this is the error and then its stopped
[Only registered and activated users can see links. Click Here To Register...]

Any help would be appriciated. Cause i want to have some new things in it.

Update found the problem.

When i check the Database SkillInfluence then the ID doesnt match the ID inside Defineitem.h

This
Code:
0,5466,0,112229/$
So 5466 doesnt exist inside DefineItem.h

But when i am using Cupid wings the ItemID is correct.

So why does it update the SKillInfluence Table with an Non existing ID?
your error is at this part:
PHP Code:
CWndWorld::RenderBuff()+0448 byte(s), \_interface\wndworld.cppline 11028+0003 byte(s
Just try to debug this part!
12/23/2014 08:44 raventh1984#3
Thanks but already found the problem. Look at the last part. It seems its an DB Error.
12/28/2015 00:57 firesqual#4
Hi ! Excuse me dude, do you remember how you fixed this error ? It seems like i'm having the same issue.. I made a new scroll and my neuz crash with the same error and the same database issue happens..

Thanks in advance !
12/28/2015 12:53 Rhyder`#5
Quote:
Originally Posted by firesqual View Post
Hi ! Excuse me dude, do you remember how you fixed this error ? It seems like i'm having the same issue.. I made a new scroll and my neuz crash with the same error and the same database issue happens..

Thanks in advance !
12/29/2015 00:20 firesqual#6
Mmh.. There is no difference with mine in Mover.cpp :x What should i do with it ?