-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assert failed: (0 <= iIndex && iIndex < m_iSize); in operator[](), file /home/romi/botrix/botrix/good/include/good/vector.h, line 321 #7
Comments
It means array out of bounds exception. |
It shows up as soon as I start my server, and crashes the server, restarting it. |
What map? Any map? Linux right? |
It crashes on any map, just after a level is loaded. I also get |
Can you post here the botrix commands you use in server.cfg? Or maybe the whole file? |
botrix waypoint autocreate on |
Strangely, it seems every version of Botrix crashes with this error unless I restart the computer. It only works once and then you need to restart it again. |
It does this immediately after the waypoint visibility table is loaded. |
Assert failed: (0 <= iIndex && iIndex < m_iSize); in operator, file /home/romi/botrix/botrix/good/include/good/vector.h, line 321
This error only shows up on the latest version. Version 1.0.0 works fine however.
Not sure what this means.
The text was updated successfully, but these errors were encountered: