https://bugs.winehq.org/show_bug.cgi?id=24211
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- (In reply to Damjan Jovanovic from comment #4)
Created attachment 51545 [details] 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!
This patch went in a long time ago:
git show 9c922b6ab5e43e9af7ebac7ba6eae1abfaa763f1
commit 9c922b6ab5e43e9af7ebac7ba6eae1abfaa763f1 Author: Damjan Jovanovic damjan.jov@gmail.com Date: Sun May 31 20:14:43 2015 +0200
qcap: Add initial audio capture filter.
So this bug is fixed I assume, but cannot test as the downloadlink is not working anymore
@Dan Kegel: if you still have this program, could you retest and resolve please? Thanks in advance