http://bugs.winehq.org/show_bug.cgi?id=8085
------- Additional Comments From chris.kcat@gmail.com 2007-03-06 16:20 ------- Created an attachment (id=6590) --> (http://bugs.winehq.org/attachment.cgi?id=6590&action=view) transform.c fix
Thanks, I think I found the problem. The transform filter connection method returns S_FALSE sometimes when the connection fails, however it checks for success using the SUCCEEDED macro, which erroniously passes with S_FALSE. Here's a patch that checks against S_OK explicitly.
Does this patch fix it?