[Bug 34314] Touhou Danmakufu 0.12m crashes on start ( DMUSIC_CreateMidiOutPortImpl is a stub)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 20 19:19:09 CST 2017


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

winetest at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |winetest at luukku.com

--- Comment #11 from winetest at luukku.com ---
 856 HRESULT DMUSIC_CreateMidiOutPortImpl(LPCGUID guid, LPVOID *object,
LPUNKNOWN unkouter, LPDMUS_PORTPARAMS port_params, LPDMUS_PORTCAPS port_caps,
DWORD device)
 857 {
 858     TRACE("(%s, %p, %p, %p, %p, %d): stub\n", debugstr_guid(guid), object,
unkouter, port_params,
 859             port_caps, device);
 860 
 861     return E_NOTIMPL;

Still crashes wine 2.0rc6 and staging 2.0rc5.

-- 
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