This site requires JavaScript, please enable it in your browser!
Greenfoot back
Proprogrammer04
Proprogrammer04 wrote ...

2019/4/23

java.lang.StackOverflowError: what can I do?

Proprogrammer04 Proprogrammer04

2019/4/23

#
I've got a Question: When I place an Object in my world, than there are around 100 objects of this class on one Point and then, it throws this errorcodeā€¦ I just don't know why it is doing thatā€¦ Please help
danpost danpost

2019/4/23

#
Sounds like you have a recursion issue. Cannot help you without seeing what codes you are using. Start with class of 100+ objects; then, class where those objects are being created from (whether from world or from another actor).
You need to login to post a reply.