-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error: attempt to subscript container with out-of-bounds index 0 #18
Comments
May you give a full stack? |
How do I produce it? |
For example running in GDB: |
Also, after running using 'run' in https://stackoverflow.com/questions/7848771/how-can-one-see-content-of-stack-with-gdb |
|
It looks you start a game and right after it loads the map it fails with pathfinding.... is it correct? Did you try to load a map or something? |
No, it does not even display any GUI. It crashes straight after running. |
This is weird. Is Your Debian set-up is different from default in any way? gcc/glibc version? I'll try it out on my Debian machine later. |
I don't think so. I haven't done any weird modifications.
|
Built on debian sid. Trying to run the resulting binary gives me:
This happens both in release and debug builds.
The text was updated successfully, but these errors were encountered: