joel16 / 3DShell

3DShell - (Pronounced 3D Shell) is a multi purpose file manager for the Nintendo 3DS. Heavily inspired by the CyanogenMod/LineageOS file manager.
311 stars 20 forks source link

Crash when next or prev is selected while mp3 is playing #33

Closed giodude143 closed 6 years ago

giodude143 commented 6 years ago

Pressing next or prev causes the app to crashes.

Update: Added a line on menu_music.c fixes the issue. Although some MP3 files still won't play and automatically closes the music player. update.txt

joel16 commented 6 years ago

That shouldn't be it. Audio_StopPlayback is already called in Music_HandleNext(), you're basically calling it twice. Are you using mp3 files?

giodude143 commented 6 years ago

I see, I removed the Audio_StopPlayback it seems to work fine now. Yes I'm using mp3 files.