https://bugs.winehq.org/show_bug.cgi?id=36939
Bug ID: 36939 Summary: Multiple applications need IDWriteFontFamily::GetFont implementation (Molot VST plugin, Behringer x32 Edit, Fractal-Bot) Product: Wine Version: 1.7.22 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
as the summary says ...
I used 'Ableton Live 9.1 trial' (https://www.ableton.com/en/trial/) to load the VST plugin.
--- snip --- ... 0023:fixme:d2d:d2d_factory_CreateHwndRenderTarget iface 0x15cb20, desc 0x33f87c, hwnd_rt_desc 0x33f858, render_target 0x33f89c stub! 0023:trace:d2d:d2d_factory_CreateStrokeStyle iface 0x15cb20, desc 0x33f790, dashes (nil), dash_count 0, stroke_style 0xe625cfc. 0023:fixme:d2d:d2d_stroke_style_init Ignoring stroke style properties. 0023:trace:d2d:d2d_factory_CreateStrokeStyle Created stroke style 0x21f5b0. 0023:trace:d2d:d2d_stroke_style_Release 0x21f5b0 decreasing refcount to 0. 0023:fixme:dwrite:dwritefontfamily_GetFont (0xadf4580)->(0 0x33f5c4): stub 0023:trace:seh:raise_exception code=c0000005 flags=0 addr=0xe4aae5d ip=0e4aae5d tid=0023 0023:trace:seh:raise_exception info[0]=00000000 0023:trace:seh:raise_exception info[1]=0000002c 0023:trace:seh:raise_exception eax=0e4e5668 ebx=00000000 ecx=00000000 edx=0033f598 esi=0e4e5668 edi=0e625d40 0023:trace:seh:raise_exception ebp=00160710 esp=0033f570 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00210202 0023:trace:seh:call_vectored_handlers calling handler at 0x15fd180 code=c0000005 flags=0 0023:fixme:dbghelp:elf_search_auxv can't find symbol in module --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/dd371120%28v=vs.85%2...
(IDWriteFontFamily inherits from IDWriteFontList)
$ sha1sum Molot031.zip 41cfdc66286f829eed43242f3d4d31a10466452b Molot031.zip
$ du -sh Molot031.zip 5.7M Molot031.zip
$ wine --version wine-1.7.22-70-g509bdae
Regards