Free Space Error
A Windows tool for writing images to USB sticks or SD/CF cards
Brought to you by:
gruemaster,
tuxinator2009
This appears to be an error with UNC handling within our program. It was never really tested with network shares as the save point. Try mapping the share point to a local drive (n: or similar). Not sure when I will be able to actually debug this as I do not have a network setup with Windows. I'm still struggling to get a work environment at home again to do some development with (need a laptop).
If I can do anything to help you further with this problem, please let me know!
When we check free space, we only consider the first 3 chars of the name passed in. So, if a UNC name gets passed in, it gets truncated. Apparently an assumption that the image filename will start with a drive letter. See: call to "spaceAvailable" in mainwindow.cpp.