https://bugs.winehq.org/show_bug.cgi?id=24211 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov(a)gmail.com --- Comment #4 from Damjan Jovanovic <damjan.jov(a)gmail.com> --- Created attachment 51545 --> https://bugs.winehq.org/attachment.cgi?id=51545 Implement CLSID_AudioRecord as stubs The problem, as the log states, is that the app tries to create CLSID_AudioRecord and crashes if it can't be created (probably doesn't check for failure, and accesses the NULL pointer). A patch such as the one attached, which creates a filter that does nothing useful, gets the app through registration process. I will be submitting it together with a whole lot of others. And BTW, CLSID_AudioRecord is implemented in native qcap, not native devenum! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.