#37129 - mr_square - Mon Mar 07, 2005 8:43 pm
Arg - I'm having a weird problem where my game randomly crashes after a few minutes of play. The gameplay freezes, the sound screws up (and goes into a high pitched ringing noise) and the % counter on VisualBoyAdvance drops from 100% to about 80%. This happens even if I just leave the game on the menu screen.
If I don't play any mod-files using AAS though, its fine. Removing the last two lines from the code below sorts it out, but then, obviously, I can't have any music running :S. Any ideas on whats going on?
If I don't play any mod-files using AAS though, its fine. Removing the last two lines from the code below sorts it out, but then, obviously, I can't have any music running :S. Any ideas on whats going on?
Code: |
AAS_SetConfig( AAS_CONFIG_MIX_16KHZ, AAS_CONFIG_CHANS_8, AAS_CONFIG_SPATIAL_MONO, AAS_CONFIG_DYNAMIC_OFF ); AAS_MOD_Play( AAS_DATA_MOD_youandme ); AAS_MOD_SetLoop(true); |