dfaust / soundkonverter

soundKonverter is in maintenance mode, PRs are welcome.
https://github.com/dfaust/soundkonverter/wiki
98 stars 26 forks source link

CCDA causes crashes #97

Open kokosowy opened 3 years ago

kokosowy commented 3 years ago

Hi!

I still use this! :-) But anyway, regarding the issue...

SK can crash.

  1. Add CD tracks
  2. SK checks with CCDA the disc and shows the message to wait
  3. Message disappears, track list is still empty
  4. if you do anything accross the GUI (for example close 'adding' window) SK will crash.

The reason behind this is the message go away before CCDA actually finishes. You can observe this if you see debug messages in terminal. If you patiently wait until CCDA finishes despite a message going away, you will get track list filled or album selection window will appear and you can safely continue.

Version - today's build compiled straight from git sources.

K