GetItemProp range_error

Status
Not open for further replies.
Joined
Mar 2, 2012
Messages
3
Reaction score
0
Hi, i've just modified and compiled a source, changing it so it reads my propItem.txt instead of Spec_Item.txt and now I get these errors from my neuz.exe when I try to launch it. WorldServer however, gives no errors what so ever. It did give me these errors when I forgot to replace Spec_Item file inside the my resource folder with propItem.

I've checked dataSub2.res and propItem.txt seems to be there. I don't see what's wrong.

Code:
2012/ 3/ 2   22:59:03   propItem.txt ID:0 last_read(ID:1 name:1)

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:26334

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5000

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5001

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5002

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5003

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5101

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5102

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5103

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5104

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5800

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5801

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5802

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5803

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5004

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5105

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:5815

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:26100

2012/ 3/ 2   22:59:03   GetItemProp range_error min:0, max:100, index:10212

2012/ 3/ 2   22:59:06    rCnt=1

Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:0069AC86

 - Registers

EAX=00000014  EBX=094169E8  ECX=FFFFFFFF  EDX=00000000  ESI=094169E8
EDI=00000000  EBP=0AD8F698  ESP=0AD8D810  EIP=0069AC86  FLG=00010206
CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B

0023:0069AC86 Neuz.exe
0023:0069A957 Neuz.exe
0023:00690808 Neuz.exe
0023:0046F173 Neuz.exe
0023:00912B11 Neuz.exe
0023:75DE339A kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
0023:77599EF2 ntdll.dll
0023:77599EC5 ntdll.dll

What's causing it? How do I fix it?
 
When you compiled the source, you should have gotten a new Neuz.exe
Did you remember to copy that to your client folder before running? Maybe a patcher is replacing it with an old version?

I'm not using a patcher, I'm using a batch file to open the client. You know, just in case.

And no, I did not forget to copy the new one and replace the old one with it. I double checked.
 
Status
Not open for further replies.
Back