We are about to switch to a new forum software. Until then we have removed the registration on this forum.
hello all,
i an getting an assertion error when the number of bodies reach a certain number in my simulation. i can guess it has something to do with my RAM or certain limits of the program. what is an AssertionError in this case and is there a way to handle it ? in my case, the world has boundaries and i drop a lot of bodies to get a "hill" of bodies, if i start killing/removing some, i can not have the result i want. thanx
Answers
http://docs.Oracle.com/javase/8/docs/api/java/lang/AssertionError.html
You may wrap up the problematic statement(s) w/ a
try {} catch () {}
block: :ar!