cyanreg / cyanrip

Bule-ish CD ripper
GNU Lesser General Public License v2.1
227 stars 10 forks source link

Lack of write permission not handled properly #80

Closed isti115 closed 6 months ago

isti115 commented 7 months ago

I kept getting a "core dumped" error while trying to rip a CD, and after a bit of trial and error I figured out that it was caused by the fact that I was trying to output into a directory, on which my user didn't have write permission.

A check for this with a meaningful error message would be the best solution, but since I'm not that much into writing C, I thought that I'd at least leave an issue here, as future users who encounter the same problem might find this particular possible root cause quicker this way.

cyanreg commented 6 months ago

Fixed in eb219a4144f0284d7c4a2dc6c08cdfe40d388ce2 Thanks