From my search on Google on this topic, I am aware that the most common error associated with this error message to be writing to memory outside the dynamic memory bounds. However, as I traced back to the variable responsible for this assertion error, I have a lot of problems finding code segments that is indexing outside the array's bounds. Would there be other problems associated with this error that I'm not aware of? Thanks.