HaikuArchives / StreamRadio

Haiku-native application to search for and listen to internet radio stations.
8 stars 11 forks source link

Crash after adding stations and relaunching app #32

Closed Vidrep closed 9 months ago

Vidrep commented 4 years ago

Launch app Add stations Play/stop stations Close app Relaunch - crash Deleting "Stations" folder in home/settings allows app to launch again

humdingerb commented 4 years ago

I cannot reproduce this. Can you do a debug build and post the debugreport?

Vidrep commented 4 years ago

This appears to be fixed with the “crashEtclean” code changes.

jsteinaker commented 3 years ago

Can we close this? I've got a similar problem with certain stations, apparently it happened when the logo was too big. The version on HaikuDepot didn't crash so I went to check the last commits and the Load() method on the Station class got messed up in one of the cleanups/code styling changes. The PR I did fixes this (among other things) for me, so if someone can give it a try maybe we could close this ticket.

korli commented 9 months ago

Closing as fixed