Damjan Jovanovic wrote:
- Most importantly: Why is it necessary to add
CAPTURE to system.ini? Perhaps the "alias" argument isn't correctly handled?
Yes wine's MCI is broken: the parsing of some formats of MCI commands is incorrect, one of the examples I clearly remember being:
"open G: type cdaudio alias cd" and wine complains that it could not load driver for type G: (whereas the driver type is cdaudio, no?) and you have to add "G:=mcicda.dll" in system.ini
just sent a fix for this one A+