Skip to content
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

Illegal tile requested after some time #30

Open
benruijl opened this issue Jul 24, 2010 · 1 comment
Open

Illegal tile requested after some time #30

benruijl opened this issue Jul 24, 2010 · 1 comment
Labels

Comments

@benruijl
Copy link
Owner

This error occurs at random after some time.

Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 70537, Size: 3072
at java.util.ArrayList.RangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at walledin.game.CollisionManager.tileFromPixel(CollisionManager.java:125)
at walledin.game.CollisionManager.calculateMapCollisions(CollisionManager.java:238)
at walledin.game.EntityManager.doCollisionDetection(EntityManager.java:205)
at walledin.game.network.server.GameLogicManager.update(GameLogicManager.java:198)
at walledin.game.network.server.Server.doLoop(Server.java:226)
at walledin.game.network.server.Server.run(Server.java:170)
at walledin.game.network.server.Server.main(Server.java:134)

@woutersmeenk
Copy link
Collaborator

Entities are tunneled out of the map bounds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants