The Integer Overflow error is usually caused when you have wrong data added to the items in the software. For example, the software has some fields that allow only a possible combination of number and letters. If you add something else, then the software can't compute it correctly and gives you the error or a strange value.
I recommend to double check the data you've added because a mistake could have been occurred.