dragsystem / frozenbubbleplus

Automatically exported from code.google.com/p/frozenbubbleplus
0 stars 0 forks source link

On Android emulator, the music player crashes after the ending credits are shown, the game play is continued, and a new game is started #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce the problem:
1. Beat the game.
2. Touch the screen when the end credits are completed to resume game play.
3. Select Start New Game from the options menu.

The music player causes a out of memory exception when the module to play is 
getting loaded by the player.

Original issue reported on code.google.com by forter...@gmail.com on 8 Apr 2013 at 1:06

GoogleCodeExporter commented 9 years ago
If the onPause() or onResume handlers were called in the ScrollingCredits, then 
it could reference a null MOD player.  This has been fixed.

Original comment by forter...@gmail.com on 8 Apr 2013 at 4:01