dborth / sdl-wii

SDL for Wii
http://wiibrew.org/wiki/SDL_Wii
47 stars 16 forks source link

Crash when unloading OGG music file #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've ran into issues with OGG music playback. The attached code is not the 
actual code I'm working on, but a much smaller one showing the crash and I 
took it from 
http://gpwiki.org/index.php/SDL_mixer:Tutorials:Playing_an_OGG_Music_File

When running the attached code, the OGG music plays fine until the end and 
then (line 79 and on) the program should stop playback and unload the song. 
The code, however, crashes in my Wii.

It works fine on a Linux box with libvorbis, so maybe the bug is related to 
libtremor?

Original issue reported on code.google.com by joseba...@gmail.com on 8 May 2010 at 6:25

Attachments:

GoogleCodeExporter commented 9 years ago
I forgot to mention. MP3 playback seems to not be affected by this issue 
(that's why I 
related the issue to libtremor).

Original comment by joseba...@gmail.com on 8 May 2010 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by dborth@gmail.com on 30 Jan 2011 at 6:04