About Store Forum Documentation Contact



Post Reply 
Element out of range error
Author Message
ronghester Offline
Member

Post: #1
Element out of range error
very randomly i am getting this error "element out of range file: ../inline.h line 177 "
My observation is that the game is in render function when this error is thrown. I have a big map (just big by size), is that a problem ?

Any clues.
10-20-2018 08:49 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Element out of range error
You should use debugging and investigate the call stack.
10-20-2018 09:30 PM
Find all posts by this user Quote this message in a reply
ronghester Offline
Member

Post: #3
RE: Element out of range error
smile Thanks. It was a issue with a class used in a memory container.
10-22-2018 04:23 PM
Find all posts by this user Quote this message in a reply
Post Reply