The Store_GetItemDisplayName() function
sometimes throws this error:
Code:
L 09/18/2013 - 00:35:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 09/18/2013 - 00:35:42: [SM] Displaying call stack trace for plugin "store/store-backend.smx":
L 09/18/2013 - 00:35:42: [SM] [0] Line 1620, store-backend.sp::Native_GetItemDisplayName()
L 09/18/2013 - 00:35:42: [SM] Plugin encountered error 15: Array index is out of bounds
L 09/18/2013 - 00:35:42: [SM] Native "Store_GetItemDisplayName" reported: Error encountered while processing a dynamic native
L 09/18/2013 - 00:35:42: [SM] Displaying call stack trace for plugin "storetest.smx":
L 09/18/2013 - 00:35:42: [SM] [0] Line 57, storetest.sp::GetItemsCallback()
The storetest plugin I built is just randomly pulling different item ids from the array returned by Store_GetItems(). This error occurs sometimes (about a 50/50) when I use Get_ItemDisplayName() inside of a GetItemsCallback. I tried performing Store_GetItems() using the store cache, and also not using it. Both ways seemed to cause this error.
I have no idea what it means, can anyone help??
__________________