Freeze when USB drive inserted, and GUI is in "waiting for media..." state
I got freeze every time USB drive inserted, and GUI is in "waiting for media..." state.
If I have other media inserted like cd or dvd, then MASS files list are loaded ok.
If I already inserted the USB drive, before I started SMS, then again MASS files list are loaded ok.
I have also tried to debug using GUI_Status (I Don't know if GUI_Status actually writes immediately to screen, or just send data packet which contains drawing commands for GS to be displayed later), but anyhow I used this code:
doScan:
.
.
GUI_Status ("doscan");
lFD = fileXioDopen ( g_CWD );
GUI_Status ("fileXioDopen");
and noticed that when I get freezes, it happens when fileXioDopen
is used to open MASS:\
As a result I only get to see debug print "doscan", but not "fileXioDopen".