Infinite Music Discs

Infinite Music Discs

66 Downloads

Add watchdog timer to generator thread

Tazluke opened this issue ยท 4 comments

commented

All 14 files are mp3 and it was working before. when I loaded in a few new songs after it worked the first time it stopped working, so I removed the new files and it continued to not work

This was what it stayed at for multiple hours before I closed the app
stuck here

commented

I don't know what caused this particular problem, but I can at least try to prevent it from locking up the app.

commented

Hmm, can you try reproducing the error? Maybe there's something unusual about one of the new files you added. I know why this would happen, but I don't know what caused it, exactly.

Also, what do you mean by "after it worked the first time it stopped working"? Did you get any error messages?

commented

by this I mean it worked once then it stopped working after that. even after removing everything and trying with the files that worked before it still refused to work . it also didn't give me any error messages either

commented

Should be fixed by ba82e08 and 2fdfbe7. Adding a watchdog timer in Python is surprisingly hard, so these fixes will have to do for now.