Quote:
error number 0xc0041002?


Well, the 0x means it's in hex. The c means it came from the player. The 004 is reserved (it's actually Win32's FACILITY_ITF). The 1 is the player component (in this case, the main player code -- the audio path has a different ID, some of the libraries use different IDs again). The 002 is ENOENT.

File not found, in other words.
_________________________
-- roger