ipatix / agbplay

Music player for the most common GBA sound format
GNU Lesser General Public License v3.0
118 stars 21 forks source link

FATAL ERROR on streaming thread: Nested track calls are not allowed #37

Closed ShinkoNet closed 2 years ago

ShinkoNet commented 3 years ago

When playing songs found in romhacks such as Touhou Puppet Play Enhanced Reloaded (which has a lot of custom music I'd like to record), some tracks skip mid-way through with the error: FATAL ERROR on streaming thread: Nested track calls are not allowed: 0x C0A02A You can replicate this by loading this romhack (version 6.8A is fine) and then playing the Ending Credits track loaded in the playlist.

ipatix commented 3 years ago

I probably just have to get around to implement that particular feature. I hope I'll get time to do that some time soon.

ipatix commented 2 years ago

Fix coming soon since I'm rewriting the track data parser.

ShinkoNet commented 2 years ago

Great to hear!

ipatix commented 2 years ago

Oh, I actually forgot this issue since I actually already fixed this a while ago.

ipatix commented 2 years ago

I think I fixed this a month ago in here: 16861dccd590c915a3c722af125172cbb14fff7e

Please test on the current master and see if it works as expected.

ipatix commented 2 years ago

Due to no reply and my belief that this is fixed I'm going to close this.

ShinkoNet commented 2 years ago

Ah yeah, sorry for no reply. I've been trying to test but the program freezes upon playback (works as root but no sound there via pulseaudio so I can't check easily) so I can't confirm if it was fixed.