[Bug 24211] ispq crashes on 'create account' without native devenum

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 24 04:31:05 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=24211

Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan.jov at gmail.com

--- Comment #4 from Damjan Jovanovic <damjan.jov at 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.



More information about the wine-bugs mailing list