Joined
·
129 Posts
I tried running this on Windows 8 x64 and I get the following attached error screen.
I did a quick bit of testing and discovered that if I put an SD card in my memory card reader, the program starts fine.
My guess is that you are enumerating all the physical drives and trying to get their geometry. However, this call fails on the card reader when nothing is inserted. Should be an easy enough fix, you can either check to see if media is inserted or just assume the drive is offline if the call fails.
I did a quick bit of testing and discovered that if I put an SD card in my memory card reader, the program starts fine.
My guess is that you are enumerating all the physical drives and trying to get their geometry. However, this call fails on the card reader when nothing is inserted. Should be an easy enough fix, you can either check to see if media is inserted or just assume the drive is offline if the call fails.
Attachments
-
6.1 KB Views: 447