Wow, this sounds really cool. I'm getting an assert, though (I have
asserts turned on, most users do not):
AndroidRuntime E FATAL EXCEPTION: Thread-17
3520 AndroidRuntime E java.lang.AssertionError
3520 AndroidRuntime E at
com.karthik.fruitsamurai.engine.FixedSizeArray.get(FixedSizeArray.java:
164)
3520 AndroidRuntime E at
com
.karthik
.fruitsamurai.engine.GameProfiler.startSection(GameProfiler.java:50)
3520 AndroidRuntime E at
com.karthik.fruitsamurai.simulation.GameThread.run(GameThread.java:52)
3520 AndroidRuntime E at
java.lang.Thread.run(Thread.java:1096)
86 ActivityManager W Force finishing activity
com.karthik.fruitsamuraidemo/.MainActivity
Looks like the FixedSizeArray in the profiler is overflowing.
Cheers,
Chris
The new version loads but then hangs on the Loading Game screen,
though I can see the menu in the background. I'm on a Froyo N1.
Anything I can do to help debug?
Chris