| Reply | « Previous Thread | Next Thread » |
|
Hi!
I finally bought a 3650 and tried out my games. A few games freeze when I start it. ie. a new screen appears (an empty canvas, as with any other games) but that's it. I cannot close the game, and it does nothing. I don't load too much resources, so it's surley freezed. My question is: in general, what can cause this ? (like an unhandled exception in constructor or startApp ?) Thanks in advance, Szasz Pal |
|
Dear,
I think your problem may you forgetten about circyle lifeof J2ME how J2ME working the basiclly J2ME have this : 1. StartApp 2. PauseApp 3. Destroyed If you would to creat game and you have problem with real device that problem can be like: 1. You code its not full clear code. 2. The resource between emulator and real its so different but not to far to different may diferrent at fastest transfer data like network and memory. 3. If you using thread application game do not forget to free that memory from you allocatetd memory. 4. The method of your game would you created if that would more efective please use sprite class. That its may solustion for your problem i hope that can help you. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|