d2d:d2d_factory_init: 2C Audio's VST Plugins from 2019 (Breeze 2, Precedence, Vector)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Schroedingers Cat
Newbie
Newbie
Posts: 3
Joined: Sun Apr 04, 2021 3:31 pm

d2d:d2d_factory_init: 2C Audio's VST Plugins from 2019 (Breeze 2, Precedence, Vector)

Post by Schroedingers Cat »

I can successfully run older software from 2C Audio like Aether 1.6.1, B2 and Kaleidoscope via Wine 6.0 on Ubuntu 20.04. Wine arch is 64bit, as well as Ubuntu and the 2C Audio software. When I'm starting those from terminal, I'll get a massive spam of:

Code: Select all

010c:fixme:d2d:d2d_device_context_PushAxisAlignedClip Ignoring antialias_mode 0.
010c:fixme:d2d:d2d_device_context_Flush iface 0000000006615D70, tag1 0000000000000000, tag2 0000000000000000 stub!
and the GUI updates with like 10 to 1fps. But that is pretty much ok as it can be used for work!

However, software updates and newer products released in 2019 from the same developer don't work (tested with Wine 6.0, 6.4 and 6.5). The GUI's window stays black and there's this output in the terminal:

Code: Select all

HasEditor
NumInputs 2
NumOutputs 2
Maker 2CAudio
00d4:fixme:d2d:d2d_factory_init Ignoring factory type 0x1.
Because of the d2d call I tried adding a dll overwriting (that's how it's called in my native language) to winecfg with all options (disabled, builtin, native, ...), but nothing changed the behaviour. Anything else I could try?
Schroedingers Cat
Newbie
Newbie
Posts: 3
Joined: Sun Apr 04, 2021 3:31 pm

Re: d2d:d2d_factory_init: 2C Audio's VST Plugins from 2019 (Breeze 2, Precedence, Vector)

Post by Schroedingers Cat »

Using the recently released Wine 6.6 development packages, the "fixme:d2d:d2d_factory_init Ignoring factory type 0x1.
" is gone.The output is now just:

Code: Select all

HasEditor
NumInputs 2
NumOutputs 2
Maker 2CAudio
There's also some "fixme:font:get_name_record_codepage encoding 20 not handled, platform 1." inbetween, but I'm getting that for lterally every wine call, even winecfg. So it's probably unrelated.

Anyway, what could I do to get more info on why the GUI is just a blank screen?
Locked