5165 console error

05/03/2010 02:54 KinG^PlutO#1
Hi, I am using raidens itemadd.ini, and when i open the project and debug, this happens:

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


How can I fix this?
05/03/2010 02:55 ©Hyperlink#2
did you replace it right?.
05/03/2010 02:58 KinG^PlutO#3
yes i did, i replaced everthing correctly.
05/03/2010 03:01 ©Hyperlink#4
try go to line 76, something is there.
Tell me what it is. & line 455.
05/03/2010 03:03 KinG^PlutO#5
These are the lines in ItemAdd.ini, 76 and 455.

130020 9 0 0 0 44 0 30 0 0

421010 8 0 0 0 0 0 0 0 0
05/03/2010 03:08 ©Hyperlink#6
are they the same as before?
05/03/2010 03:09 KinG^PlutO#7
im not sure.
Other people has had this problem also but i've been searching and I can't find the solution.
05/03/2010 03:10 ©Hyperlink#8
try check what it was before.
If is changed, try make it to the old.
Tell me if it works.
05/03/2010 06:22 TheGuyWithTheCodes#9
have you changed the maximum index and made the parse bigger?
05/03/2010 06:44 s.bat#10
Why would you refer to us when Visual Studio has described the problem more accurately than anyone else in this thread?
The error is coming from the line "113030 15 0 0 0 1210 0 0 0" which has 9 elements when split by a single space. You're trying to access the element at index 9, but the array only goes from 0-8. The following lines of data have 10 elements:
130020 9 0 0 0 44 0 30 0 0
421010 8 0 0 0 0 0 0 0 0
They work fine.
Try to figure out what the other one is missing.